FreeLing
4.0
|
The class matching attrib stores attributes for maching condition. More...
#include <dep_rules.h>
Public Member Functions | |
matching_attrib () | |
constructor | |
matching_attrib (const matching_attrib &) | |
copy | |
~matching_attrib () | |
destructor | |
Public Attributes | |
std::wstring | type |
condition type ("<": lemma, "(": form, "[": class, "{": PoS) | |
std::wstring | value |
string to match (for lemma, form and class) | |
freeling::regexp | re |
regexp to match (for PoS) |
The class matching attrib stores attributes for maching condition.
constructor
copy
destructor
regexp to match (for PoS)
std::wstring freeling::matching_attrib::type |
condition type ("<": lemma, "(": form, "[": class, "{": PoS)
std::wstring freeling::matching_attrib::value |
string to match (for lemma, form and class)