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
 List<Token> TT_FormatReader.read_corpus(String file, MappingInterface Mapping)
           
 List<Token> CorpusReader.read_corpus(String file, MappingInterface mapping)
           
 List<Token> BrownReader.read_corpus(String directory, MappingInterface mapping)
          Reads Brown Corpus from NLTK Distribution Format.
 



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.