ctext
index
 
Name getBestPos ( )
Examples
None available
Description Returns most-common pos according to polysemy count, returning the pos with the most different senses.
Syntax
getBestPos(word);
Returns 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