synonyms {wordnet} | R Documentation |
Get Synonyms for a Word
Description
Get synonyms for a given word.
Usage
synonyms(word, pos)
Arguments
word |
The input word. |
pos |
Part of speech type.
Must be either |
Value
A character vector holding the synonyms for the given word.
Author(s)
Ingo Feinerer
See Also
Examples
if(initDict())
synonyms("company", "NOUN")
[Package wordnet version 0.1-17 Index]