Go to the source code of this file.
◆ irish_UTF_8_close_env()
void irish_UTF_8_close_env |
( |
struct SN_env * |
z | ) |
|
◆ irish_UTF_8_create_env()
struct SN_env* irish_UTF_8_create_env |
( |
void |
| ) |
|
◆ irish_UTF_8_stem()
int irish_UTF_8_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 432 of file stem_UTF_8_irish.c.
435 if (ret < 0)
return ret;
441 if (ret < 0)
return ret;
443 z->
lb = z->
c; z->
c = z->
l;
445 {
int m2 = z->
l - z->
c; (void)m2;
447 if (ret < 0)
return ret;
451 {
int m3 = z->
l - z->
c; (void)m3;
453 if (ret < 0)
return ret;
457 {
int m4 = z->
l - z->
c; (void)m4;
459 if (ret < 0)
return ret;
static int r_noun_sfx(struct SN_env *z)
static int r_deriv(struct SN_env *z)
static int r_initial_morph(struct SN_env *z)
static int r_verb_sfx(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
References SN_env::c, SN_env::l, SN_env::lb, r_deriv(), r_initial_morph(), r_mark_regions(), r_noun_sfx(), and r_verb_sfx().