See: Description
| Class | Description |
|---|---|
| BaselineTagger |
This "baseline" part-of-speech tagger isn't very sophisticated! Notice, however, that the tagger
operates on the default view.
|
| Evaluator |
This AE evaluates the system part-of-speech tags against the gold part-of-speech tags.
|
| GoldTagger |
This AE assumes that their is part-of-speech tagged text in the default view with the format
"word/tag word/tag...".
|
| LineReader |
This collection reader is meant for example purposes only.
|
| RunExperiment |
This class demonstrates a very common (though simplified) experimental setup in which gold
standard data is available for some task and you want to evaluate how well your analysis engine
works against that data.
|
| SentenceAndTokenCopier |
This simple AE copies tokens and sentences from one view to another.
|
| ViewNames | |
| XmiWriter |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.