RiTa
index
Name RiPosTagger.toWordNet()
Class RiPosTagger
Description Converts a part-of-speech String from the Penn tagset to the corresponding part-of-speech for WordNet from the set { "n" (noun), "v"(verb), "a"(adj), "r"(adverb), "-"(other) } as a String. If the pos is not found in the penn set, it is returned unchanged.
Syntax
RiPosTagger.toWordNet(pos);
Returns java.lang.String
Usage Web & Application    [static]
Related