| Home | Trees | Indices | Help |
|
|---|
|
|
Classes and interfaces for tagging each token of a document with supplementary information, such as its part of speech or its WordNet synset tag. This task, which is known as tagging, is defined by the TagI interface.
|
|||
|
Unigram A unigram stochastic tagger. |
|||
|
Affix A unigram tagger that assign tags to tokens based on leading or trailing substrings (it is important to note that the substrings are not necessarily "true" morphological affixes). |
|||
|
Regexp A tagger that assigns tags to words based on regular expressions. |
|||
|
Lookup A tagger that assigns tags to words based on a lookup table. |
|||
|
|||
|
|||
|
|||
|
|||
A simple demonstration function for the |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed May 16 22:47:20 2007 | http://epydoc.sourceforge.net |