#include <set>
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 |
And of basic contraints. More... | |
class | check_not |
negation More... | |
class | check_side |
descendant is to the right of its ancestor More... | |
class | check_A_lemma |
ancestor lemma in list of lemmas (separator character is |) More... | |
class | check_S_lemma |
descendant lemma in list of lemmas (separator character is |) More... | |
class | check_S_category |
ancestor category More... | |
class | check_A_wordclass |
ancestor lemma belongs to a verb class More... | |
class | ruleLabeler |
ruleLabeler is an auxiliary class for the depLabeler More... | |
class | dep_info |
auxiliary class to store information about dependency building More... |