FreeLing
4.0
|
#include <fstream>
#include <sstream>
#include <vector>
#include "freeling/morfo/traces.h"
#include "freeling/morfo/util.h"
#include "freeling/morfo/dictionary.h"
#include "freeling/morfo/configfile.h"
#include "freeling/morfo/alternatives.h"
Namespaces | |
namespace | freeling |
Defines | |
#define | MOD_TRACENAME L"ALTERNATIVES" |
#define | MOD_TRACECODE ALTERNATIVES_TRACE |
Functions | |
bool | freeling::compare_alternatives (const pair< wstring, pair< int, int > > &p1, const pair< wstring, pair< int, int > > &p2) |
#define MOD_TRACECODE ALTERNATIVES_TRACE |
#define MOD_TRACENAME L"ALTERNATIVES" |