RiTa
index
Name getSynonyms()
Class RiWordnet
Description Returns an unordered String[] containing the synset, hyponyms, similars, alsoSees, and coordinate terms (checking each in order) for all senses of word with pos, or null if not found
Syntax
getSynonyms(word, posStr);
getSynonyms(word, posStr, maxResults);
Returns java.lang.String[]
Usage Web & Application
Related