#include "fries/language.h"
#include "freeling/dep_rules.h"
#include "freeling/semdb.h"
#include "freeling/dependency_parser.h"
#include <string>
#include <map>
#include <set>
#include <vector>
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 | dep_txala |
dependencyMaker is a class for obtaining a dependency tree from chunks. More... |