|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 related to part-of-speech tagging.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||