stem_UTF_8_irish.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
◆ 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 433 of file stem_UTF_8_irish.c.
433 {
436 if (ret < 0) return ret;
437 }
439 }
440
442 if (ret < 0) return ret;
443 }
444 z->
lb = z->
c; z->
c = z->
l;
445
446 {
int m2 = z->
l - z->
c; (void)m2;
448 if (ret < 0) return ret;
449 }
451 }
452 {
int m3 = z->
l - z->
c; (void)m3;
454 if (ret < 0) return ret;
455 }
457 }
458 {
int m4 = z->
l - z->
c; (void)m4;
460 if (ret < 0) return ret;
461 }
463 }
465 return 1;
466}
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().