get_Syns | R Documentation |
Provides the Wordnet synset for a word.
get_Syns(term, PoS = "NOUN", sense = NULL, Syns = T)
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. |
wordnet synsets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.