Go to the source code of this file.
◆ danish_ISO_8859_1_close_env()
void danish_ISO_8859_1_close_env |
( |
struct SN_env * |
z | ) |
|
◆ danish_ISO_8859_1_create_env()
struct SN_env* danish_ISO_8859_1_create_env |
( |
void |
| ) |
|
◆ danish_ISO_8859_1_stem()
int danish_ISO_8859_1_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 274 of file stem_ISO_8859_1_danish.c.
277 if (ret < 0)
return ret;
281 z->
lb = z->
c; z->
c = z->
l;
283 {
int m2 = z->
l - z->
c; (void)m2;
285 if (ret < 0)
return ret;
289 {
int m3 = z->
l - z->
c; (void)m3;
291 if (ret < 0)
return ret;
295 {
int m4 = z->
l - z->
c; (void)m4;
297 if (ret < 0)
return ret;
301 {
int m5 = z->
l - z->
c; (void)m5;
303 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().