powered by
Get synonyms for a given word.
synonyms(word, pos)
A character vector holding the synonyms for the given word.
The input word.
Part of speech type. Must be either "ADJECTIVE", "ADVERB", "NOUN", or "VERB".
"ADJECTIVE"
"ADVERB"
"NOUN"
"VERB"
Ingo Feinerer
getSynonyms
if(initDict()) synonyms("company", "NOUN")
Run the code above in your browser using DataLab