|
FreeLing
3.0
|
Class sufrule contains an affixation rule, and is used by class suffixes. More...
#include <sufrule.h>
Public Member Functions | |
| sufrule () | |
| sufrule (const std::wstring &c) | |
| sufrule (const sufrule &s) | |
Public Attributes | |
| std::wstring | term |
| std::wstring | output |
| std::wstring | retok |
| std::wstring | lema |
| std::wstring | expression |
| boost::u32regex | cond |
| int | acc |
| int | enc |
| int | always |
| int | nomore |
Class sufrule contains an affixation rule, and is used by class suffixes.
| sufrule::sufrule | ( | ) | [inline] |
References cond, and expression.
| sufrule::sufrule | ( | const std::wstring & | c | ) | [inline] |
References cond, and expression.
| sufrule::sufrule | ( | const sufrule & | s | ) | [inline] |
| int sufrule::acc |
Referenced by affixes::affixes(), and sufrule().
| int sufrule::always |
Referenced by affixes::affixes(), and sufrule().
| boost::u32regex sufrule::cond |
Referenced by affixes::ApplyRule(), and sufrule().
| int sufrule::enc |
Referenced by affixes::affixes(), and sufrule().
| std::wstring sufrule::expression |
Referenced by affixes::ApplyRule(), and sufrule().
| std::wstring sufrule::lema |
Referenced by affixes::affixes(), affixes::ApplyRule(), and sufrule().
| int sufrule::nomore |
Referenced by affixes::affixes(), affixes::ApplyRule(), and sufrule().
| std::wstring sufrule::output |
Referenced by affixes::affixes(), affixes::ApplyRule(), and sufrule().
| std::wstring sufrule::retok |
Referenced by affixes::affixes(), affixes::CheckRetokenizable(), and sufrule().
| std::wstring sufrule::term |
Referenced by affixes::affixes(), affixes::GenerateRoots(), and sufrule().
1.7.6.1