Package opennlp.tools.lang.english

Package related to the processing of English data.

See:
          Description

Class Summary
EndOfSentenceScanner The default end of sentence scanner implements all of the EndOfSentenceScanner methods in terms of the getPositions(char[]) method.
HeadRules Class for storing the English head rules associated with parsing.
NameFinder Class is used to create a name finder for English.
ParserChunker Class which perform chunking for non-recursive constituents.
ParserTagger Part-of-speech tagger used by the parser.
PosTagger A part of speech tagger that uses a model trained on English data from the Wall Street Journal and the Brown corpus.
SentenceDetector A sentence detector which uses a model trained on English data.
Tokenizer A tokenizer which uses default English data for the maxent model.
TreebankChunker This is a chunker based on the CONLL chunking task which uses Penn Treebank constituents as the basis for the chunks.
TreebankLinker This class perform coreference for treebank style parses.
TreebankParser Class for performing full parsing on English text.
 

Package opennlp.tools.lang.english Description

Package related to the processing of English data.



Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.