Go to the source code of this file.
◆ spanish_UTF_8_close_env()
void spanish_UTF_8_close_env |
( |
struct SN_env * |
z | ) |
|
◆ spanish_UTF_8_create_env()
struct SN_env* spanish_UTF_8_create_env |
( |
void |
| ) |
|
◆ spanish_UTF_8_stem()
int spanish_UTF_8_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 988 of file stem_UTF_8_spanish.c.
991 if (ret < 0)
return ret;
993 z->
lb = z->
c; z->
c = z->
l;
995 {
int m1 = z->
l - z->
c; (void)m1;
997 if (ret < 0)
return ret;
1001 {
int m2 = z->
l - z->
c; (void)m2;
1002 {
int m3 = z->
l - z->
c; (void)m3;
1004 if (ret == 0)
goto lab2;
1005 if (ret < 0)
return ret;
1011 if (ret == 0)
goto lab3;
1012 if (ret < 0)
return ret;
1018 if (ret == 0)
goto lab0;
1019 if (ret < 0)
return ret;
1026 {
int m4 = z->
l - z->
c; (void)m4;
1028 if (ret < 0)
return ret;
1035 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().