RiTa
index
Name RiPosTagger.parseTagString()
Class RiPosTagger
Description Takes a String of words and tags in the format:
     The/dt doctor/nn treated/vbd dogs/nns
returns an array of the part-of-speech tags.
Syntax
RiPosTagger.parseTagString(wordsAndTags);
Parameters
wordsAndTags  
Returns java.lang.String[]
Usage Web & Application    [static]
Related