#include <string>
#include <list>
#include <map>
#include "tokens.h"
Include dependency graph for constraint_grammar.h:
This graph shows which files directly or indirectly include this file:
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 | constraint_grammar |
Class constraint_grammar implements a pseudo CG, ready to be used from a relax PoS tagger. More... |