#include <hmm_tagger.h>
Public Member Functions | |
viterbi (int) | |
Constructor. | |
~viterbi () | |
Destructor. | |
Public Attributes | |
map< string, double > * | delta_log |
Space for delta tables used in Viterbi algorithm. | |
map< string, string > * | phi |
Space for phi tables used in Viterbi algorithm. |
An instance of this class is created for each sentence to be tagged, and destroyed when work is finished.
|
Constructor.
|
|
Destructor.
|
|
Space for delta tables used in Viterbi algorithm.
|
|
Space for phi tables used in Viterbi algorithm.
|