|
FreeLing
3.0
|
#include <string>#include <list>#include <map>#include <set>

Go to the source code of this file.
Classes | |
| class | condition |
| Class condition implements a condition of a CG rule. More... | |
| class | ruleCG |
| Class rule implements a rule of a CG. More... | |
| class | setCG |
| auxiliary class to store sets defined in the CG More... | |
| class | constraint_grammar |
| Class constraint_grammar implements a pseudo CG, ready to be used from a relax PoS tagger. More... | |
Defines | |
| #define | CATEGORY 1 |
| #define | FORM 2 |
| #define | LEMMA 3 |
| #define | COMMENT 4 |
| #define | ERROR 5 |
| #define | BARRIER 6 |
| #define | CPAR 7 |
| #define | FLOATNUM 8 |
| #define | NOT 9 |
| #define | OR 10 |
| #define | OPAR 11 |
| #define | OUTBOUNDS 12 |
| #define | POSITION 13 |
| #define | SEMICOLON 14 |
| #define | USER 15 |
| #define | SETS 16 |
| #define | CONSTRAINTS 17 |
| #define | IS 18 |
| #define | SETREF 19 |
| #define | SENSE 20 |
| #define BARRIER 6 |
| #define CATEGORY 1 |
| #define COMMENT 4 |
| #define CONSTRAINTS 17 |
| #define CPAR 7 |
| #define ERROR 5 |
| #define FLOATNUM 8 |
| #define FORM 2 |
| #define IS 18 |
| #define LEMMA 3 |
| #define NOT 9 |
| #define OPAR 11 |
| #define OR 10 |
| #define OUTBOUNDS 12 |
| #define POSITION 13 |
| #define SEMICOLON 14 |
| #define SENSE 20 |
| #define SETREF 19 |
| #define SETS 16 |
| #define USER 15 |
1.7.6.1