#include "language.h"
#include "dep_rules.h"
#include <string>
#include <map>
Include dependency graph for dependencies.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | completer |
The class completer implements a parse tree completer, which given a partial parse tree (chunker output), completes the full parse according to some grammar rules. More... | |
class | depLabeler |
depLabeler is class to set labels into a dependency tree More... | |
class | dependencyMaker |
dependencyMaker is a class for obtaining a dependency tree from chunks. More... | |
Typedefs | |
typedef rule_expression * | expcreator (const string &) |
expression creator generic function, to allow registering new expressions |
|
expression creator generic function, to allow registering new expressions
|