|
FreeLing
3.0
|
#include <string>#include <map>#include <set>#include <vector>#include "freeling/windll.h"#include "freeling/morfo/language.h"#include "freeling/morfo/processor.h"#include "freeling/morfo/semdb.h"#include "freeling/morfo/dep_rules.h"#include "freeling/morfo/dependency_parser.h"

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... | |
1.7.6.1