Uses of Interface
org.apache.uima.examples.tagger.trainAndTest.MappingInterface

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

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

Classes in org.apache.uima.examples.tagger.trainAndTest that implement MappingInterface
 class GrobMappingTueba
           
 class TagMappingBrown
           
 

Methods in org.apache.uima.examples.tagger.trainAndTest with parameters of type MappingInterface
 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.
 



Copyright © 2011. All Rights Reserved.