Go to the source code of this file.
◆ danish_UTF_8_close_env()
void danish_UTF_8_close_env |
( |
struct SN_env * |
z | ) |
|
◆ danish_UTF_8_create_env()
struct SN_env* danish_UTF_8_create_env |
( |
void |
| ) |
|
◆ danish_UTF_8_stem()
int danish_UTF_8_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 278 of file stem_UTF_8_danish.c.
281 if (ret < 0)
return ret;
285 z->
lb = z->
c; z->
c = z->
l;
287 {
int m2 = z->
l - z->
c; (void)m2;
289 if (ret < 0)
return ret;
293 {
int m3 = z->
l - z->
c; (void)m3;
295 if (ret < 0)
return ret;
299 {
int m4 = z->
l - z->
c; (void)m4;
301 if (ret < 0)
return ret;
305 {
int m5 = z->
l - z->
c; (void)m5;
307 if (ret < 0)
return ret;
static int r_other_suffix(struct SN_env *z)
static int r_consonant_pair(struct SN_env *z)
static int r_main_suffix(struct SN_env *z)
static int r_undouble(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
References SN_env::c, SN_env::l, SN_env::lb, r_consonant_pair(), r_main_suffix(), r_mark_regions(), r_other_suffix(), and r_undouble().