RiTa
index
Name tagWordForWordNet()
Class RiPosTagger
Description Tags a single word 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
tagWordForWordNet(word);
Returns java.lang.String
Usage Web & Application
Related