RiTa
index
Name getBestPos()
Class RiWordnet
Description Finds the most-common part-of-speech for the word, according to its polysemy count, returning the pos for the version of the word with the most different senses.
Syntax
getBestPos(word);
Returns java.lang.String - single-char String for the most common part of speech ("a" = adjective, "n" = noun, "r" = adverb, "v" = verb), or null if not found.
Usage Web & Application
Related