|
RiTa index |
|
| Name | tagForWordNet() |
| Class | RiPosTagger |
| Description | Tags the array of words (as usual) with a part-of-speech from the Penn tagset, then returns the corresponding part-of-speech for WordNet from the set { "n" (noun), "v"(verb), "a"(adj), "r"(adverb), "-"(other) } as a String. |
| Syntax | tagForWordNet(tokenArray); |
| Returns | java.lang.String[] |
| Usage | Web & Application |
| Related | |