Go to the source code of this file.
◆ spanish_ISO_8859_1_close_env()
void spanish_ISO_8859_1_close_env |
( |
struct SN_env * |
z | ) |
|
◆ spanish_ISO_8859_1_create_env()
struct SN_env* spanish_ISO_8859_1_create_env |
( |
void |
| ) |
|
◆ spanish_ISO_8859_1_stem()
int spanish_ISO_8859_1_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 984 of file stem_ISO_8859_1_spanish.c.
987 if (ret < 0)
return ret;
989 z->
lb = z->
c; z->
c = z->
l;
991 {
int m1 = z->
l - z->
c; (void)m1;
993 if (ret < 0)
return ret;
997 {
int m2 = z->
l - z->
c; (void)m2;
998 {
int m3 = z->
l - z->
c; (void)m3;
1000 if (ret == 0)
goto lab2;
1001 if (ret < 0)
return ret;
1007 if (ret == 0)
goto lab3;
1008 if (ret < 0)
return ret;
1014 if (ret == 0)
goto lab0;
1015 if (ret < 0)
return ret;
1022 {
int m4 = z->
l - z->
c; (void)m4;
1024 if (ret < 0)
return ret;
1031 if (ret < 0)
return ret;
static int r_standard_suffix(struct SN_env *z)
static int r_verb_suffix(struct SN_env *z)
static int r_postlude(struct SN_env *z)
static int r_attached_pronoun(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
static int r_y_verb_suffix(struct SN_env *z)
static int r_residual_suffix(struct SN_env *z)
References SN_env::c, SN_env::l, SN_env::lb, r_attached_pronoun(), r_mark_regions(), r_postlude(), r_residual_suffix(), r_standard_suffix(), r_verb_suffix(), and r_y_verb_suffix().