#include <map>
#include <list>
#include <set>
#include "language.h"
#include "tagger.h"
Include dependency graph for hmm_tagger.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | viterbi |
The class viterbi stores the two maps for each observation: The delta map stores the maximum probability for each state in that observation, the phi map stores the backpath to maximize the probability. More... | |
class | emission_states |
The class emission_states stores the list of states in the HMM that *may* be generating a given word given the two previous words (and their valid tags). More... | |
class | hmm_tagger |
The class hmm_tagger implements the syntactic analyzer and is the main class, which uses all the others. More... |