| ctext index |
|
| Name | getPos ( ) |
| Examples | None available |
| Description | Returns an array of all parts-of-speech ordered according to their polysemy count, returning the pos with the most different senses in the first position, etc. |
| Syntax | getPos(word); getPos(id); |
| Returns | String[], one element for each part of speech ("a" = adjective, "n" = noun, "r" = adverb, "v" = verb), or null if not found. |
| Usage | Web & Application |
| Related | |