Uses of Class
gr.aueb.cs.nlp.postagger.WordWithCategory

Uses of WordWithCategory in gr.aueb.cs.nlp.postagger
 

Methods in gr.aueb.cs.nlp.postagger that return types with arguments of type WordWithCategory
static java.util.List<WordWithCategory> BigSetFunctions.bigSetClassifyFile(java.lang.String filename)
           
static java.util.List<WordWithCategory> BigSetFunctions.bigSetClassifyString(java.lang.String stringToClassify)
           
static java.util.List<WordWithCategory> SmallSetFunctions.smallSetClassifyFile(java.lang.String filename)
           
static java.util.List<WordWithCategory> SmallSetFunctions.smallSetClassifyString(java.lang.String stringToClassify)