Go to the source code of this file.
◆ tamil_UTF_8_close_env()
void tamil_UTF_8_close_env |
( |
struct SN_env * |
z | ) |
|
◆ tamil_UTF_8_create_env()
struct SN_env* tamil_UTF_8_create_env |
( |
void |
| ) |
|
◆ tamil_UTF_8_stem()
int tamil_UTF_8_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 1807 of file stem_UTF_8_tamil.c.
1811 if (ret < 0)
return ret;
1816 if (ret <= 0)
return ret;
1820 if (ret < 0)
return ret;
1826 if (ret < 0)
return ret;
1832 if (ret < 0)
return ret;
1838 if (ret < 0)
return ret;
1844 if (ret < 0)
return ret;
1850 if (ret < 0)
return ret;
1856 if (ret < 0)
return ret;
1862 if (ret < 0)
return ret;
1868 if (ret < 0)
return ret;
static int r_remove_common_word_endings(struct SN_env *z)
static int r_has_min_length(struct SN_env *z)
static int r_remove_pronoun_prefixes(struct SN_env *z)
static int r_fix_ending(struct SN_env *z)
static int r_remove_question_prefixes(struct SN_env *z)
static int r_remove_command_suffixes(struct SN_env *z)
static int r_remove_plural_suffix(struct SN_env *z)
static int r_remove_question_suffixes(struct SN_env *z)
static int r_remove_um(struct SN_env *z)
static int r_remove_vetrumai_urupukal(struct SN_env *z)
static int r_remove_tense_suffixes(struct SN_env *z)
References SN_env::c, SN_env::I, r_fix_ending(), r_has_min_length(), r_remove_command_suffixes(), r_remove_common_word_endings(), r_remove_plural_suffix(), r_remove_pronoun_prefixes(), r_remove_question_prefixes(), r_remove_question_suffixes(), r_remove_tense_suffixes(), r_remove_um(), and r_remove_vetrumai_urupukal().