org.apache.uima.examples.tagger.trainAndTest
Interface CorpusReader

All Known Implementing Classes:
BrownReader, TT_FormatReader

public interface CorpusReader

Reads (annotated) text file or directory and transforms every word into a Token-object


Method Summary
 List<Token> read_corpus(String file, MappingInterface mapping)
           
 

Method Detail

read_corpus

List<Token> read_corpus(String file,
                        MappingInterface mapping)


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