|
FreeLing
4.0
|
Class fex_rulepack stores a batch of feature rules to be applied to the same kind of targets. More...
#include <fex_rule.h>

Public Member Functions | |
| fex_rulepack () | |
| Constructor. | |
| fex_rulepack (const fex_rulepack &) | |
| Copy constructor. | |
| fex_rulepack & | operator= (const fex_rulepack &) |
| assignment | |
| void | trace (int) const |
| print rule to stderr in the given tracelevel (debug purposes only) | |
Public Attributes | |
| std::list< fex_condition > | conds |
| condition required for a word to be considered a target for this pack | |
| int | operation |
| operation to combine conditions (and/or) | |
| std::list< fex_rule > | rules |
| rules in the pack. | |
Class fex_rulepack stores a batch of feature rules to be applied to the same kind of targets.
Constructor.
| freeling::fex_rulepack::fex_rulepack | ( | const fex_rulepack & | ) |
Copy constructor.
| fex_rulepack& freeling::fex_rulepack::operator= | ( | const fex_rulepack & | ) |
assignment
| void freeling::fex_rulepack::trace | ( | int | ) | const |
print rule to stderr in the given tracelevel (debug purposes only)
| std::list<fex_condition> freeling::fex_rulepack::conds |
condition required for a word to be considered a target for this pack
operation to combine conditions (and/or)
| std::list<fex_rule> freeling::fex_rulepack::rules |
rules in the pack.
1.7.6.1