get_Syns: Wordnet Synset retriever

Description Usage Arguments Examples

Description

Provides the Wordnet synset for a word.

Usage

1
get_Syns(term, PoS = "NOUN", sense = NULL, Syns = T)

Arguments

term

word to obtain the synset for

PoS

Part of speech of the word. Defaults to "NOUN". Other options are "VERB", and "ADJECTIVE"

sense

sense of the term for which the synset is desired. Defaults to NULL.

Syns

Return the synset? Defaults to TRUE. If FALSE, returns the various words that make up the synset.

Examples

1
get_Syns("warmth")

gandalfnicolas/WDCH documentation built on May 29, 2019, 9:17 a.m.