org.apache.uima.examples.tagger.trainAndTest
Class TT_FormatReader

java.lang.Object
  extended by org.apache.uima.examples.tagger.trainAndTest.TT_FormatReader
All Implemented Interfaces:
CorpusReader

public class TT_FormatReader
extends Object
implements CorpusReader

TreeTagger Format Reader, i.e. "word-per-line with tags separated with tabs"


Constructor Summary
TT_FormatReader()
           
 
Method Summary
 List<Token> read_corpus(String file, MappingInterface Mapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TT_FormatReader

public TT_FormatReader()
Method Detail

read_corpus

public List<Token> read_corpus(String file,
                               MappingInterface Mapping)
Specified by:
read_corpus in interface CorpusReader


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