Uses of Class
org.apache.uima.examples.tagger.trainAndTest.Token

Packages that use Token
org.apache.uima.examples.tagger.trainAndTest   
 

Uses of Token in org.apache.uima.examples.tagger.trainAndTest
 

Methods in org.apache.uima.examples.tagger.trainAndTest that return types with arguments of type Token
 java.util.List<Token> MappingInterface.map_tags(java.util.List<Token> tokens)
           
 java.util.List<Token> GrobMappingTueba.map_tags(java.util.List<Token> tokens)
          Defines mapping for List<Token> E.g.
 java.util.List<Token> CorpusReader.read_corpus(java.lang.String file, MappingInterface mapping)
           
 java.util.List<Token> TT_FormatReader.read_corpus(java.lang.String file, MappingInterface Mapping)
           
 java.util.List<Token> BrownReader.read_corpus(java.lang.String directory, MappingInterface mapping)
          Reads Brown Corpus from NLTK Distribution Format.
 

Method parameters in org.apache.uima.examples.tagger.trainAndTest with type arguments of type Token
 java.util.List<Token> MappingInterface.map_tags(java.util.List<Token> tokens)
           
 java.util.List<Token> GrobMappingTueba.map_tags(java.util.List<Token> tokens)
          Defines mapping for List<Token> E.g.
 

Constructor parameters in org.apache.uima.examples.tagger.trainAndTest with type arguments of type Token
ModelGeneration(java.util.List<Token> corpus, java.lang.String OutputFile)
           
 



Copyright © 2011. All Rights Reserved.