|
FreeLing
4.0
|
#include <fstream>#include <sstream>#include <math.h>#include "freeling/morfo/configfile.h"#include "freeling/morfo/hmm_tagger.h"#include "freeling/morfo/util.h"#include "freeling/morfo/traces.h"
Namespaces | |
| namespace | freeling |
Defines | |
| #define | MOD_TRACENAME L"HMM_TAGGER" |
| #define | MOD_TRACECODE TAGGER_TRACE |
Variables | |
| const std::wstring | freeling::UNOBS_INITIAL_STATE = "0.x" |
| const std::wstring | freeling::UNOBS_WORD = "<UNOBSERVED_WORD>" |
| #define MOD_TRACECODE TAGGER_TRACE |
| #define MOD_TRACENAME L"HMM_TAGGER" |
1.7.6.1