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 java.lang.Object
implements CorpusReader

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


Constructor Summary
TT_FormatReader()
           
 
Method Summary
 java.util.List<Token> read_corpus(java.lang.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 java.util.List<Token> read_corpus(java.lang.String file,
                                         MappingInterface Mapping)
Specified by:
read_corpus in interface CorpusReader


Copyright © 2011. All Rights Reserved.