FreeLing  4.0
Namespaces | Defines | Variables
dictionary.cc File Reference
#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"
Include dependency graph for dictionary.cc:

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 Documentation

#define MOD_TRACECODE   DICT_TRACE
#define MOD_TRACENAME   L"DICTIONARY"