| Tanl Linguistic Pipeline |
A State in the n-order HMM corresponds to an n-uple of tags preceding the current word, last tag first. More...
#include <State.h>
Public Member Functions | |
| State (TagID tag=0) | |
| State | add (TagID n) |
| int | compareTo (State const &other) const |
Static Public Attributes | |
| static int | tag_order = 2 |
| ngram order: 2 means trigram | |
A State in the n-order HMM corresponds to an n-uple of tags preceding the current word, last tag first.