synonyms {wordnet} | R Documentation |
Get synonyms for a given word.
synonyms(word, pos)
word |
The input word. |
pos |
Part of speech type.
Must be either |
A character vector holding the synonyms for the given word.
Ingo Feinerer
if(initDict())
synonyms("company", "NOUN")