|
FreeLing
3.0
|
lemma belongs to a class More...
#include <dep_rules.h>


Public Member Functions | |
| check_wordclass (const std::wstring &, const std::wstring &) | |
| check_wordclass | |
| bool | eval (dep_tree::iterator) const |
| eval whether a single node matches a condition only called from check if needed. | |
Static Public Attributes | |
| static std::set< std::wstring > | wordclasses |
lemma belongs to a class
| check_wordclass::check_wordclass | ( | const std::wstring & | , |
| const std::wstring & | |||
| ) |
| bool check_wordclass::eval | ( | dep_tree::iterator | n | ) | const [virtual] |
eval whether a single node matches a condition only called from check if needed.
The abstract class version should never be reached.
Reimplemented from rule_expression.
References util::set2wstring(), TRACE, rule_expression::valueList, and wordclasses.
set< wstring > check_wordclass::wordclasses [static] |
Referenced by completer::completer(), depLabeler::depLabeler(), eval(), and completer::matching_condition().
1.7.6.1