FreeLing
4.0
|
labeler_rule is an auxiliary class for the depLabeler More...
#include <dep_rules.h>
Public Member Functions | |
labeler_rule () | |
labeler_rule (const std::wstring &, const rule_expression &) | |
~labeler_rule () | |
bool | check (dep_tree::const_iterator, dep_tree::const_iterator) const |
Public Attributes | |
std::wstring | label |
rule_expression | re |
std::wstring | ancestorLabel |
std::wstring | line |
line in the file where rule was, useful to trace and issue errors |
labeler_rule is an auxiliary class for the depLabeler
freeling::labeler_rule::labeler_rule | ( | const std::wstring & | , |
const rule_expression & | |||
) |
std::wstring freeling::labeler_rule::ancestorLabel |
std::wstring freeling::labeler_rule::label |
std::wstring freeling::labeler_rule::line |
line in the file where rule was, useful to trace and issue errors