Package opennlp.tools.postag

Package related to part-of-speech tagging.

See:
          Description

Interface Summary
POSContextGenerator The interface for a context generator for the POS Tagger.
POSTagger The interface for part of speech taggers.
TagDictionary Interface to determine which tags are valid for a particular word based on a tag dictionary.
 

Class Summary
BatchTagger Invoke a part-of-speech tagging model from the command line.
DefaultPOSContextGenerator A context generator for the POS Tagger.
POSDictionary Provides a means of determining which tags are valid for a particular word based on a tag dictionary read from a file.
POSDictionaryWriter Class for writting a pos-tag-dictionary to a file.
POSEventCollector An event generator for the maxent POS Tagger.
POSEventGenerator Allows individual pos-tag events to be created and then accessed via the event stream interface.
POSEventStream An implementation of EventStream whcih assumes the data stream gives a sentence at a time with tokens as word_tag pairs.
POSTaggerME A part-of-speech tagger that uses maximum entropy.
 

Package opennlp.tools.postag Description

Package related to part-of-speech tagging.



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