| Interface | Description |
|---|---|
| IModelResource |
Model resource interface.
|
| Tagger |
General tagger interface in case one would want to define further types of taggers.
|
| Class | Description |
|---|---|
| HMMModelTrainer |
This analysis engine trains an N-gram model for the HMM tagger.
|
| HMMTagger |
UIMA Analysis Engine that invokes HMM POS tagger.
|
| ModelResource |
Implementation of the model resource.
|
| NGram | |
| Viterbi |
Viterbi Algorithm: Given a model and a sequence of observations, what is the most likely sequence
of states in the model that produces the observations?
|
Copyright © 2006–2025 The Apache Software Foundation. All rights reserved.