| Name | Description | Type | Package | Framework |
| AbstractListProcessor | | Class | edu.stanford.nlp.process | Stanford Parser |
|
| AbstractTokenizer | An abstract tokenizer. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| Americanize | Takes a HasWord or String and returns an Americanized version of it. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| AmericanizeFunction | | Class | edu.stanford.nlp.process | Stanford Parser |
|
| ChineseDocumentToSentenceProcessor | Convert a Chinese Document into a List of sentence Strings. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| CoreLabelTokenFactory | Constructs CoreLabels from Strings optionally with beginning and ending (character after the end) offset positions in | Class | edu.stanford.nlp.process | Stanford Parser |
|
| CoreTokenFactory | To make tokens like CoreMap or CoreLabel. | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| DistSimClassifier | Maps a String to its distributional similarity class. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| DocumentPreprocessor | Produces a list of sentences from either a plain text or XML document. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| DocumentPreprocessor .DocType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.process.DocumentPreprocessor | Stanford Parser |
|
| DocumentProcessor | Top-level interface for transforming Documents. | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| LexedTokenFactory | Constructs a token (of arbitrary type) from a String and its position in the underlying text. | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| LexerTokenizer | An implementation of Tokenizer designed to work with Lexer implementing classes. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| ListProcessor | An interface for things that operate on a List. | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| LowercaseAndAmericanizeFunction | | Class | edu.stanford.nlp.process | Stanford Parser |
|
| LowercaseFunction | | Class | edu.stanford.nlp.process | Stanford Parser |
|
| Morphology | Morphology computes the base form of English words, by removing just inflections (not derivational morphology). | Class | edu.stanford.nlp.process | Stanford Parser |
|
| PTBEscapingProcessor | Produces a new Document of Words in which special characters of the PTB have been properly escaped. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| PTBTokenizer | A fast, rule-based tokenizer implementation, which produces Penn Treebank style tokenization of English text. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| PTBTokenizer .PTBTokenizerFactory | This class provides a factory which will vend instances of PTBTokenizer which wrap a provided Reader. | Class | edu.stanford.nlp.process.PTBTokenizer | Stanford Parser |
|
| SerializableFunction | This interface is a conjunction of Function and Serializable, which is a bad idea from the perspective of the type system, but one that seems | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| StripTagsProcessor | A Processor whose process method deletes all SGML/XML/HTML tags (tokens starting with < and ending | Class | edu.stanford.nlp.process | Stanford Parser |
|
| Tokenizer | Tokenizers break up text into individual Objects. | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| TokenizerAdapter | This class adapts between a java. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| TokenizerFactory | A TokenizerFactory is used to convert a java. | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| TransformXML | Reads XML from an input file or stream and writes XML to an output file or stream, while transforming text appearing inside specified | Class | edu.stanford.nlp.process | Stanford Parser |
|
| TransformXML .NoEscapingSAXInterface | This version of the SAXInterface doesn't escape the text produced by the function. | Class | edu.stanford.nlp.process.TransformXML | Stanford Parser |
|
| TransformXML .SAXInterface | | Class | edu.stanford.nlp.process.TransformXML | Stanford Parser |
|
| WhitespaceTokenizer | A WhitespaceTokenizer is a tokenizer that splits on and discards only whitespace characters. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| WhitespaceTokenizer .WhitespaceTokenizerFactory | A factory which vends WhitespaceTokenizers. | Class | edu.stanford.nlp.process.WhitespaceTokenizer | Stanford Parser |
|
| WordSegmenter | An interface for segmenting strings into words (in unwordsegmented languages). | Interface | edu.stanford.nlp.process | Stanford Parser |
|
| WordSegmentingTokenizer | A tokenizer that works by calling a WordSegmenter. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| WordShapeClassifier | Provides static methods which map any String to another String indicative of its "word shape" -- e. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| WordTokenFactory | Constructs a Word from a String. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| WordToSentenceProcessor | Transforms a List of words into a List of Lists of words (that is, a List of sentences), by grouping the words. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| WordToSentenceProcessor .NewlineIsSentenceBreak | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.process.WordToSentenceProcessor | Stanford Parser |
|
| WordToTaggedWordProcessor | Transforms a Document of Words into a document all or partly of TaggedWords by breaking words on a tag divider character. | Class | edu.stanford.nlp.process | Stanford Parser |
|
| AbstractListProcessor | | Class | edu.stanford.nlp.process | JavaNlp |
|
| AbstractTokenizer | An abstract tokenizer. | Class | edu.stanford.nlp.process | JavaNlp |
|
| Americanize | Takes a HasWord or String and returns an Americanized version of it. | Class | edu.stanford.nlp.process | JavaNlp |
|
| AmericanizeFunction | | Class | edu.stanford.nlp.process | JavaNlp |
|
| ChineseDocumentToSentenceProcessor | Convert a Chinese Document into a List of sentence Strings. | Class | edu.stanford.nlp.process | JavaNlp |
|
| CoreLabelTokenFactory | Constructs CoreLabels from Strings optionally with beginning and ending (character after the end) offset positions in | Class | edu.stanford.nlp.process | JavaNlp |
|
| CoreTokenFactory | To make tokens like CoreMap or CoreLabel. | Interface | edu.stanford.nlp.process | JavaNlp |
|
| DistSimClassifier | Maps a String to its distributional similarity class. | Class | edu.stanford.nlp.process | JavaNlp |
|
| DocumentPreprocessor | Produces a list of sentences from either a plain text or XML document. | Class | edu.stanford.nlp.process | JavaNlp |
|
| DocumentPreprocessor .DocType | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.process.DocumentPreprocessor | JavaNlp |
|
| DocumentProcessor | Top-level interface for transforming Documents. | Interface | edu.stanford.nlp.process | JavaNlp |
|
| LexedTokenFactory | Constructs a token (of arbitrary type) from a String and its position in the underlying text. | Interface | edu.stanford.nlp.process | JavaNlp |
|
| LexerTokenizer | An implementation of Tokenizer designed to work with Lexer implementing classes. | Class | edu.stanford.nlp.process | JavaNlp |
|
| ListProcessor | An interface for things that operate on a List. | Interface | edu.stanford.nlp.process | JavaNlp |
|
| LowercaseAndAmericanizeFunction | | Class | edu.stanford.nlp.process | JavaNlp |
|
| LowercaseFunction | | Class | edu.stanford.nlp.process | JavaNlp |
|
| Morphology | Morphology computes the base form of English words, by removing just inflections (not derivational morphology). | Class | edu.stanford.nlp.process | JavaNlp |
|
| PTBEscapingProcessor | Produces a new Document of Words in which special characters of the PTB have been properly escaped. | Class | edu.stanford.nlp.process | JavaNlp |
|
| PTBTokenizer | A fast, rule-based tokenizer implementation, which produces Penn Treebank style tokenization of English text. | Class | edu.stanford.nlp.process | JavaNlp |
|
| PTBTokenizer .PTBTokenizerFactory | This class provides a factory which will vend instances of PTBTokenizer which wrap a provided Reader. | Class | edu.stanford.nlp.process.PTBTokenizer | JavaNlp |
|
| SerializableFunction | This interface is a conjunction of Function and Serializable, which is a bad idea from the perspective of the type system, but one that seems | Interface | edu.stanford.nlp.process | JavaNlp |
|
| StripTagsProcessor | A Processor whose process method deletes all SGML/XML/HTML tags (tokens starting with < and ending | Class | edu.stanford.nlp.process | JavaNlp |
|
| Tokenizer | Tokenizers break up text into individual Objects. | Interface | edu.stanford.nlp.process | JavaNlp |
|
| TokenizerAdapter | This class adapts between a java. | Class | edu.stanford.nlp.process | JavaNlp |
|
| TokenizerFactory | A TokenizerFactory is used to convert a java. | Interface | edu.stanford.nlp.process | JavaNlp |
|
| TransformXML | Reads XML from an input file or stream and writes XML to an output file or stream, while transforming text appearing inside specified | Class | edu.stanford.nlp.process | JavaNlp |
|
| TransformXML .NoEscapingSAXInterface | This version of the SAXInterface doesn't escape the text produced by the function. | Class | edu.stanford.nlp.process.TransformXML | JavaNlp |
|
| TransformXML .SAXInterface | | Class | edu.stanford.nlp.process.TransformXML | JavaNlp |
|
| WhitespaceTokenizer | A WhitespaceTokenizer is a tokenizer that splits on and discards only whitespace characters. | Class | edu.stanford.nlp.process | JavaNlp |
|
| WhitespaceTokenizer .WhitespaceTokenizerFactory | A factory which vends WhitespaceTokenizers. | Class | edu.stanford.nlp.process.WhitespaceTokenizer | JavaNlp |
|
| WordSegmenter | An interface for segmenting strings into words (in unwordsegmented languages). | Interface | edu.stanford.nlp.process | JavaNlp |
|
| WordSegmentingTokenizer | A tokenizer that works by calling a WordSegmenter. | Class | edu.stanford.nlp.process | JavaNlp |
|
| WordShapeClassifier | Provides static methods which map any String to another String indicative of its "word shape" -- e. | Class | edu.stanford.nlp.process | JavaNlp |
|
| WordTokenFactory | Constructs a Word from a String. | Class | edu.stanford.nlp.process | JavaNlp |
|
| WordToSentenceProcessor | Transforms a List of words into a List of Lists of words (that is, a List of sentences), by grouping the words. | Class | edu.stanford.nlp.process | JavaNlp |
|
| WordToSentenceProcessor .NewlineIsSentenceBreak | Returns the enum constant of this type with the specified name. | Class | edu.stanford.nlp.process.WordToSentenceProcessor | JavaNlp |
|
| WordToTaggedWordProcessor | Transforms a Document of Words into a document all or partly of TaggedWords by breaking words on a tag divider character. | Class | edu.stanford.nlp.process | JavaNlp |