#include <mootHMMTrainer.h>
Collaboration diagram for moot::mootHMMTrainer:
|
Type for counts |
|
Type for an N-gram |
|
Type for current tag-sets |
|
Default constructor |
|
Default destructor |
|
Error reporting |
|
Reset / clear the object. |
|
Initialize data for training a new sentence |
|
Gather training information for a sentence boundary. |
|
Gather training data from a file using mootTaggerLexer |
|
Gather training data using TokenIO layer |
|
Gather training data from a native text-format C-stream |
|
Initialize training data |
|
Gather training information for a single token, using mootToken interface |
|
String indicating end-of-sentence: this is usually |
|
Stupid hack |
|
Raw lexical-class frequency data |
|
Raw lexical frequency data |
|
Current n-gram window |
|
Raw n-gram frequency data |
|
Whether to gather lexical-class frequency data |
|
Whether to gather lexical frequency data |
|
Whether to gather n-gram frequency data |