|
FreeLing
3.1
|
#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 |
| Class that contains one definite NP (candidate mention) More... | |
| class | freeling::coref_fex |
| Class for the feature extractor. More... | |
Namespaces | |
| namespace | freeling |
explicit instantiations of class automat to satisfy compiler | |
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 |
1.7.6.1