SPRAAK
|
Data Fields | |
char * | name |
name of the rule More... | |
int | action |
type of action to perform More... | |
int | flags |
bit flags More... | |
char * | W_flags |
Within words code. More... | |
char * | A_flags |
Across words code. More... | |
SprPhonNum * | match_central |
SprPhonNum * | modif_to |
modify to the given enumeration of phones More... | |
SprPhonNum * | match_left |
context to match at the left side of the central phone More... | |
SprPhonNum * | match_right |
context to match at the right side of the central phone More... | |
struct spr_t_cwr_arule * | next |
next rule (list of rules) More... | |
char* SprCwrARule::name |
name of the rule
int SprCwrARule::action |
type of action to perform
int SprCwrARule::flags |
bit flags
char* SprCwrARule::W_flags |
Within words code.
char* SprCwrARule::A_flags |
Across words code.
SprPhonNum* SprCwrARule::match_central |
enumeration of phones at central position that will be modified
SprPhonNum* SprCwrARule::modif_to |
modify to the given enumeration of phones
SprPhonNum* SprCwrARule::match_left |
context to match at the left side of the central phone
SprPhonNum* SprCwrARule::match_right |
context to match at the right side of the central phone
struct spr_t_cwr_arule* SprCwrARule::next |
next rule (list of rules)