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