Java edu.stanford.nlp.process DocumentPreprocessor fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.process DocumentPreprocessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.process DocumentPreprocessor.

The text is from its open source code.

Constructor

Method

Iterator>iterator()
Returns sentences until the document is exhausted.
voidsetEscaper(Function, List> e)
Set an escaper.
voidsetSentenceFinalPuncWords(String[] sentenceFinalPuncWords)
Sets the end-of-sentence delimiters.
voidsetTokenizerFactory(TokenizerFactory newTokenizerFactory)
Sets the factory from which to produce a Tokenizer .