|
FreeLing
4.0
|
#include <fstream>#include <sstream>#include <vector>#include "freeling/morfo/dictionary.h"#include "freeling/morfo/configfile.h"#include "freeling/morfo/util.h"#include "freeling/morfo/traces.h"
Namespaces | |
| namespace | freeling |
Defines | |
| #define | MOD_TRACENAME L"DICTIONARY" |
| #define | MOD_TRACECODE DICT_TRACE |
Variables | |
| const std::wstring | freeling::TAG_DIVIDER = "|" |
| compact data in format lema1 pos1a|pos1b|pos1c lema2 pos2a|posb to save memory | |
| const std::wstring | freeling::LEMMA_DIVIDER = " " |
| #define MOD_TRACECODE DICT_TRACE |
| #define MOD_TRACENAME L"DICTIONARY" |
1.7.6.1