|
FreeLing
3.1
|
#include <sstream>#include <iostream>#include <set>#include <list>#include "freeling/regexp.h"#include "freeling/morfo/language.h"#include "freeling/morfo/semdb.h"

Go to the source code of this file.
Classes | |
| class | freeling::matching_attrib |
| The class matching attrib stores attributes for maching condition. More... | |
| class | freeling::matching_condition |
| The class matching condition stores a condition used in a MATCHING operation of a completer rule. More... | |
| class | freeling::completerRule |
| The class completerRule stores rules used by the completer of parse trees. More... | |
| class | freeling::rule_expression |
| The class rule_expression is an abstract class (interface) for building dynamic restriction on a ruleLabeler which are used by class depLabeler. More... | |
| class | freeling::check_and |
| The following classes are implementations of different constraints. More... | |
| class | freeling::check_not |
| negation More... | |
| class | freeling::check_side |
| side of descendant respect to ancestor (or viceversa) More... | |
| class | freeling::check_lemma |
| find lemma in list of lemmas (separator character is |) More... | |
| class | freeling::check_pos |
| match pos against regexp More... | |
| class | freeling::check_category |
| check category category More... | |
| class | freeling::check_wordclass |
| lemma belongs to a class More... | |
| class | freeling::check_tonto |
| lemma has given top ontology class More... | |
| class | freeling::check_semfile |
| lemma has given WN semantic file More... | |
| class | freeling::check_synon |
| lemma has given synonym More... | |
| class | freeling::check_asynon |
| lemma or any ancestor has given synonym More... | |
| class | freeling::ruleLabeler |
| ruleLabeler is an auxiliary class for the depLabeler More... | |
Namespaces | |
| namespace | freeling |
explicit instantiations of class automat to satisfy compiler | |
1.7.6.1