FreeLing
4.0
|
#include <list>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <cctype>
#include "freeling/morfo/language.h"
#include "freeling/morfo/semdb.h"
Go to the source code of this file.
Classes | |
class | freeling::mention_ab |
class | freeling::coref_fex |
Class for the feature extractor. More... | |
Namespaces | |
namespace | freeling |
Defines | |
#define | COREFEX_DIST 0x00000001 |
#define | COREFEX_IPRON 0x00000002 |
#define | COREFEX_JPRON 0x00000004 |
#define | COREFEX_IPRONM 0x00000008 |
#define | COREFEX_JPRONM 0x00000010 |
#define | COREFEX_STRMATCH 0x00000020 |
#define | COREFEX_DEFNP 0x00000040 |
#define | COREFEX_DEMNP 0x00000080 |
#define | COREFEX_NUMBER 0x00000100 |
#define | COREFEX_GENDER 0x00000200 |
#define | COREFEX_SEMCLASS 0x00000400 |
#define | COREFEX_PROPNAME 0x00000800 |
#define | COREFEX_ALIAS 0x00001000 |
#define | COREFEX_APPOS 0x00002000 |
#define | COREFEX_QUOTES 0x00004000 |
#define | COREFEX_THIRDP 0x00010000 |
#define | COREFEX_ALL 0xFFFFFFFF |
#define COREFEX_ALIAS 0x00001000 |
#define COREFEX_ALL 0xFFFFFFFF |
#define COREFEX_APPOS 0x00002000 |
#define COREFEX_DEFNP 0x00000040 |
#define COREFEX_DEMNP 0x00000080 |
#define COREFEX_DIST 0x00000001 |
#define COREFEX_GENDER 0x00000200 |
#define COREFEX_IPRON 0x00000002 |
#define COREFEX_IPRONM 0x00000008 |
#define COREFEX_JPRON 0x00000004 |
#define COREFEX_JPRONM 0x00000010 |
#define COREFEX_NUMBER 0x00000100 |
#define COREFEX_PROPNAME 0x00000800 |
#define COREFEX_QUOTES 0x00004000 |
#define COREFEX_SEMCLASS 0x00000400 |
#define COREFEX_STRMATCH 0x00000020 |
#define COREFEX_THIRDP 0x00010000 |