FreeLing  4.0
Classes | Namespaces | Defines
relaxcor_fex.h File Reference
#include <list>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <cctype>
#include "freeling/morfo/language.h"
#include "freeling/morfo/semdb.h"
#include "freeling/morfo/tagset.h"
#include "freeling/morfo/relaxcor_model.h"
Include dependency graph for relaxcor_fex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  freeling::relaxcor_fex
 Class for the feature extractor. More...

Namespaces

namespace  freeling

Defines

#define RCF_SET_STRUCTURAL   0x00000001
#define RCF_SET_LEXICAL   0x00000002
#define RCF_SET_MORPHO   0x00000004
#define RCF_SET_SYNTACTIC   0x00000008
#define RCF_SET_SEMANTIC   0x00000010
#define RCF_SET_DISCOURSE   0x00000020
#define RCF_SET_ALL   0xFFFFFFFF
#define ID(x)   model->feature_name_id(x)
#define VERY_BIG   100000

Define Documentation

#define ID (   x)    model->feature_name_id(x)
#define RCF_SET_ALL   0xFFFFFFFF
#define RCF_SET_DISCOURSE   0x00000020
#define RCF_SET_LEXICAL   0x00000002
#define RCF_SET_MORPHO   0x00000004
#define RCF_SET_SEMANTIC   0x00000010
#define RCF_SET_STRUCTURAL   0x00000001
#define RCF_SET_SYNTACTIC   0x00000008
#define VERY_BIG   100000