Package org.apache.uima.examples.tagger

Interface Summary
IModelResource Model resource interface.
Tagger General tagger interface in case one would want to define further types of taggers.
 

Class Summary
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 © 2011. All Rights Reserved.