edu.stanford.nlp.process
Class InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory
public InvertiblePTBTokenizer.InvertiblePTBTokenizerFactory(boolean tokenizeCRs)
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