| Interface | Description |
|---|---|
| CorpusReader |
Reads (annotated) text file or directory and transforms every word into a
Token-object |
| MappingInterface |
Defines mapping for a tagset.
|
| Class | Description |
|---|---|
| BrownReader |
Reader for Brown Corpus from NLTK Distribution (nltk.sourceforge.net)
|
| GrobMappingTueba | |
| ModelGeneration |
Trains an N-gram model for the tagger, iterating over the files from some predefined training directory.
|
| SuffixTree |
Java implementation of the Ukkonen's suffix tree inspired by Mark Nelson's tutorial:
http://marknelson.us/1996/08/01/suffix-trees/
|
| TaggerEvaluation |
Evaluation of Tagger
NB.
|
| TagMappingBrown | |
| Token |
Defines token features.
|
| TT_FormatReader |
TreeTagger Format Reader, i.e.
|
Copyright © 2006–2025 The Apache Software Foundation. All rights reserved.