|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
LexedTokenFactory<T> | Constructs a token (of arbitrary type) from a String and its position in the underlying text. |
ListProcessor<IN,OUT> | An interface for things that operate on a List. |
Processor<IN,OUT> | Top-level interface for transforming Documents. |
Tokenizer<T> | Tokenizers break up text into individual Objects. |
Class Summary | |
---|---|
AbstractListProcessor<IN,OUT> | Class AbstractListProcessor |
AbstractTokenizer<T> | An abstract tokenizer. |
Americanize | Takes a HasWord or String and returns an Americanized version of it. |
CoreLabelTokenFactory | Constructs CoreLabel s as Strings with a corresponding BEGIN and END position. |
Morphology | Morphology computes the base form of English words, by removing just inflections (not derivational morphology). |
PTBTokenizer<T> | Tokenizer implementation that conforms to the Penn Treebank tokenization conventions. |
PTBTokenizer.PTBTokenizerFactory<T> | |
StripTagsProcessor | A Processor whose process method deletes all
SGML/XML/HTML tags (tokens starting with < and ending
with > |
TokenizerAdapter | This class adapts between a java.io.StreamTokenizer
and a edu.stanford.nlp.process.Tokenizer . |
WordShapeClassifier | Provides static methods which map any String to another String indicative of its "word shape" -- e.g., whether capitalized, numeric, etc. |
WordTokenFactory | Constructs a Word from a String. |
WordToSentenceProcessor | Transforms a Document of Words into a Document of Sentences by grouping the Words. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |