FreeLing  3.0
Classes
dep_rules.h File Reference
#include <sstream>
#include <iostream>
#include <set>
#include <list>
#include <boost/regex/icu.hpp>
#include "freeling/morfo/language.h"
#include "freeling/morfo/semdb.h"
Include dependency graph for dep_rules.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  completerRule
 The class completerRule stores rules used by the completer of parse trees. More...
class  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  check_and
 The following classes are implementations of different constraints. More...
class  check_not
 negation More...
class  check_side
 side of descendant respect to ancestor (or viceversa) More...
class  check_lemma
 find lemma in list of lemmas (separator character is |) More...
class  check_pos
 match pos against regexp More...
class  check_category
 check category category More...
class  check_wordclass
 lemma belongs to a class More...
class  check_tonto
 lemma has given top ontology class More...
class  check_semfile
 lemma has given WN semantic file More...
class  check_synon
 lemma has given synonym More...
class  check_asynon
 lemma or any ancestor has given synonym More...
class  ruleLabeler
 ruleLabeler is an auxiliary class for the depLabeler More...