edu.stanford.nlp.process
Class InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory

java.lang.Object
  extended by edu.stanford.nlp.process.InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory
All Implemented Interfaces:
IteratorFromReaderFactory<FeatureLabel>, TokenizerFactory<FeatureLabel>
Enclosing class:
InvertiblePTBTokenizer

public static class InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory
extends Object
implements TokenizerFactory<FeatureLabel>


Constructor Summary
InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory(boolean tokenizeCRs)
           
 
Method Summary
 Iterator<FeatureLabel> getIterator(Reader r)
           
 Tokenizer<FeatureLabel> getTokenizer(Reader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory

public InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory(boolean tokenizeCRs)
Method Detail

getIterator

public Iterator<FeatureLabel> getIterator(Reader r)
Specified by:
getIterator in interface IteratorFromReaderFactory<FeatureLabel>

getTokenizer

public Tokenizer<FeatureLabel> getTokenizer(Reader r)
Specified by:
getTokenizer in interface TokenizerFactory<FeatureLabel>


Stanford NLP Group