org.apache.uima.examples.tagger.trainAndTest
Class TT_FormatReader
java.lang.Object
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"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TT_FormatReader
public TT_FormatReader()
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.