FreeLing  3.0
Defines | Functions
ukb_wrap.cc File Reference
#include <set>
#include "ukb/common.h"
#include "ukb/kbGraph.h"
#include "ukb/csentence.h"
#include "ukb/globalVars.h"
#include "freeling/morfo/ukb_wrap.h"
#include "freeling/morfo/util.h"
#include "freeling/morfo/traces.h"
Include dependency graph for ukb_wrap.cc:

Defines

#define MOD_TRACENAME   L"UKB"
#define MOD_TRACECODE   WSD_TRACE

Functions

bool comp_pair (pair< wstring, double > p1, pair< wstring, double > p2)
 comparison between pair<wstring,double> elements to sort a list of such elements in *decreasing* order (used to sort UKB results by rank).

Define Documentation

#define MOD_TRACECODE   WSD_TRACE
#define MOD_TRACENAME   L"UKB"

Function Documentation

bool comp_pair ( pair< wstring, double >  p1,
pair< wstring, double >  p2 
)

comparison between pair<wstring,double> elements to sort a list of such elements in *decreasing* order (used to sort UKB results by rank).