Go to the source code of this file.
◆ catalan_ISO_8859_1_close_env()
void catalan_ISO_8859_1_close_env |
( |
struct SN_env * |
z | ) |
|
◆ catalan_ISO_8859_1_create_env()
struct SN_env* catalan_ISO_8859_1_create_env |
( |
void |
| ) |
|
◆ catalan_ISO_8859_1_stem()
int catalan_ISO_8859_1_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 1396 of file stem_ISO_8859_1_catalan.c.
1399 if (ret < 0)
return ret;
1401 z->
lb = z->
c; z->
c = z->
l;
1403 {
int m1 = z->
l - z->
c; (void)m1;
1405 if (ret < 0)
return ret;
1409 {
int m2 = z->
l - z->
c; (void)m2;
1410 {
int m3 = z->
l - z->
c; (void)m3;
1412 if (ret == 0)
goto lab2;
1413 if (ret < 0)
return ret;
1419 if (ret == 0)
goto lab0;
1420 if (ret < 0)
return ret;
1427 {
int m4 = z->
l - z->
c; (void)m4;
1429 if (ret < 0)
return ret;
1436 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_attached_pronoun(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
static int r_cleaning(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_cleaning(), r_mark_regions(), r_residual_suffix(), r_standard_suffix(), and r_verb_suffix().