PostgreSQL Source Code
git master
|
#include "header.h"
Go to the source code of this file.
Functions | |
int | turkish_UTF_8_stem (struct SN_env *z) |
static int | r_stem_suffix_chain_before_ki (struct SN_env *z) |
static int | r_stem_noun_suffixes (struct SN_env *z) |
static int | r_stem_nominal_verb_suffixes (struct SN_env *z) |
static int | r_postlude (struct SN_env *z) |
static int | r_post_process_last_consonants (struct SN_env *z) |
static int | r_more_than_one_syllable_word (struct SN_env *z) |
static int | r_mark_suffix_with_optional_s_consonant (struct SN_env *z) |
static int | r_mark_suffix_with_optional_n_consonant (struct SN_env *z) |
static int | r_mark_suffix_with_optional_U_vowel (struct SN_env *z) |
static int | r_mark_suffix_with_optional_y_consonant (struct SN_env *z) |
static int | r_mark_ysA (struct SN_env *z) |
static int | r_mark_ymUs_ (struct SN_env *z) |
static int | r_mark_yken (struct SN_env *z) |
static int | r_mark_yDU (struct SN_env *z) |
static int | r_mark_yUz (struct SN_env *z) |
static int | r_mark_yUm (struct SN_env *z) |
static int | r_mark_yU (struct SN_env *z) |
static int | r_mark_ylA (struct SN_env *z) |
static int | r_mark_yA (struct SN_env *z) |
static int | r_mark_possessives (struct SN_env *z) |
static int | r_mark_sUnUz (struct SN_env *z) |
static int | r_mark_sUn (struct SN_env *z) |
static int | r_mark_sU (struct SN_env *z) |
static int | r_mark_nUz (struct SN_env *z) |
static int | r_mark_nUn (struct SN_env *z) |
static int | r_mark_nU (struct SN_env *z) |
static int | r_mark_ndAn (struct SN_env *z) |
static int | r_mark_ndA (struct SN_env *z) |
static int | r_mark_ncA (struct SN_env *z) |
static int | r_mark_nA (struct SN_env *z) |
static int | r_mark_lArI (struct SN_env *z) |
static int | r_mark_lAr (struct SN_env *z) |
static int | r_mark_ki (struct SN_env *z) |
static int | r_mark_DUr (struct SN_env *z) |
static int | r_mark_DAn (struct SN_env *z) |
static int | r_mark_DA (struct SN_env *z) |
static int | r_mark_cAsInA (struct SN_env *z) |
static int | r_is_reserved_word (struct SN_env *z) |
static int | r_check_vowel_harmony (struct SN_env *z) |
static int | r_append_U_to_stems_ending_with_d_or_g (struct SN_env *z) |
struct SN_env * | turkish_UTF_8_create_env (void) |
void | turkish_UTF_8_close_env (struct SN_env *z) |
Variables | |
static const symbol | s_0_0 [1] = { 'm' } |
static const symbol | s_0_1 [1] = { 'n' } |
static const symbol | s_0_2 [3] = { 'm', 'i', 'z' } |
static const symbol | s_0_3 [3] = { 'n', 'i', 'z' } |
static const symbol | s_0_4 [3] = { 'm', 'u', 'z' } |
static const symbol | s_0_5 [3] = { 'n', 'u', 'z' } |
static const symbol | s_0_6 [4] = { 'm', 0xC4, 0xB1, 'z' } |
static const symbol | s_0_7 [4] = { 'n', 0xC4, 0xB1, 'z' } |
static const symbol | s_0_8 [4] = { 'm', 0xC3, 0xBC, 'z' } |
static const symbol | s_0_9 [4] = { 'n', 0xC3, 0xBC, 'z' } |
static const struct among | a_0 [10] |
static const symbol | s_1_0 [4] = { 'l', 'e', 'r', 'i' } |
static const symbol | s_1_1 [5] = { 'l', 'a', 'r', 0xC4, 0xB1 } |
static const struct among | a_1 [2] |
static const symbol | s_2_0 [2] = { 'n', 'i' } |
static const symbol | s_2_1 [2] = { 'n', 'u' } |
static const symbol | s_2_2 [3] = { 'n', 0xC4, 0xB1 } |
static const symbol | s_2_3 [3] = { 'n', 0xC3, 0xBC } |
static const struct among | a_2 [4] |
static const symbol | s_3_0 [2] = { 'i', 'n' } |
static const symbol | s_3_1 [2] = { 'u', 'n' } |
static const symbol | s_3_2 [3] = { 0xC4, 0xB1, 'n' } |
static const symbol | s_3_3 [3] = { 0xC3, 0xBC, 'n' } |
static const struct among | a_3 [4] |
static const symbol | s_4_0 [1] = { 'a' } |
static const symbol | s_4_1 [1] = { 'e' } |
static const struct among | a_4 [2] |
static const symbol | s_5_0 [2] = { 'n', 'a' } |
static const symbol | s_5_1 [2] = { 'n', 'e' } |
static const struct among | a_5 [2] |
static const symbol | s_6_0 [2] = { 'd', 'a' } |
static const symbol | s_6_1 [2] = { 't', 'a' } |
static const symbol | s_6_2 [2] = { 'd', 'e' } |
static const symbol | s_6_3 [2] = { 't', 'e' } |
static const struct among | a_6 [4] |
static const symbol | s_7_0 [3] = { 'n', 'd', 'a' } |
static const symbol | s_7_1 [3] = { 'n', 'd', 'e' } |
static const struct among | a_7 [2] |
static const symbol | s_8_0 [3] = { 'd', 'a', 'n' } |
static const symbol | s_8_1 [3] = { 't', 'a', 'n' } |
static const symbol | s_8_2 [3] = { 'd', 'e', 'n' } |
static const symbol | s_8_3 [3] = { 't', 'e', 'n' } |
static const struct among | a_8 [4] |
static const symbol | s_9_0 [4] = { 'n', 'd', 'a', 'n' } |
static const symbol | s_9_1 [4] = { 'n', 'd', 'e', 'n' } |
static const struct among | a_9 [2] |
static const symbol | s_10_0 [2] = { 'l', 'a' } |
static const symbol | s_10_1 [2] = { 'l', 'e' } |
static const struct among | a_10 [2] |
static const symbol | s_11_0 [2] = { 'c', 'a' } |
static const symbol | s_11_1 [2] = { 'c', 'e' } |
static const struct among | a_11 [2] |
static const symbol | s_12_0 [2] = { 'i', 'm' } |
static const symbol | s_12_1 [2] = { 'u', 'm' } |
static const symbol | s_12_2 [3] = { 0xC4, 0xB1, 'm' } |
static const symbol | s_12_3 [3] = { 0xC3, 0xBC, 'm' } |
static const struct among | a_12 [4] |
static const symbol | s_13_0 [3] = { 's', 'i', 'n' } |
static const symbol | s_13_1 [3] = { 's', 'u', 'n' } |
static const symbol | s_13_2 [4] = { 's', 0xC4, 0xB1, 'n' } |
static const symbol | s_13_3 [4] = { 's', 0xC3, 0xBC, 'n' } |
static const struct among | a_13 [4] |
static const symbol | s_14_0 [2] = { 'i', 'z' } |
static const symbol | s_14_1 [2] = { 'u', 'z' } |
static const symbol | s_14_2 [3] = { 0xC4, 0xB1, 'z' } |
static const symbol | s_14_3 [3] = { 0xC3, 0xBC, 'z' } |
static const struct among | a_14 [4] |
static const symbol | s_15_0 [5] = { 's', 'i', 'n', 'i', 'z' } |
static const symbol | s_15_1 [5] = { 's', 'u', 'n', 'u', 'z' } |
static const symbol | s_15_2 [7] = { 's', 0xC4, 0xB1, 'n', 0xC4, 0xB1, 'z' } |
static const symbol | s_15_3 [7] = { 's', 0xC3, 0xBC, 'n', 0xC3, 0xBC, 'z' } |
static const struct among | a_15 [4] |
static const symbol | s_16_0 [3] = { 'l', 'a', 'r' } |
static const symbol | s_16_1 [3] = { 'l', 'e', 'r' } |
static const struct among | a_16 [2] |
static const symbol | s_17_0 [3] = { 'n', 'i', 'z' } |
static const symbol | s_17_1 [3] = { 'n', 'u', 'z' } |
static const symbol | s_17_2 [4] = { 'n', 0xC4, 0xB1, 'z' } |
static const symbol | s_17_3 [4] = { 'n', 0xC3, 0xBC, 'z' } |
static const struct among | a_17 [4] |
static const symbol | s_18_0 [3] = { 'd', 'i', 'r' } |
static const symbol | s_18_1 [3] = { 't', 'i', 'r' } |
static const symbol | s_18_2 [3] = { 'd', 'u', 'r' } |
static const symbol | s_18_3 [3] = { 't', 'u', 'r' } |
static const symbol | s_18_4 [4] = { 'd', 0xC4, 0xB1, 'r' } |
static const symbol | s_18_5 [4] = { 't', 0xC4, 0xB1, 'r' } |
static const symbol | s_18_6 [4] = { 'd', 0xC3, 0xBC, 'r' } |
static const symbol | s_18_7 [4] = { 't', 0xC3, 0xBC, 'r' } |
static const struct among | a_18 [8] |
static const symbol | s_19_0 [7] = { 'c', 'a', 's', 0xC4, 0xB1, 'n', 'a' } |
static const symbol | s_19_1 [6] = { 'c', 'e', 's', 'i', 'n', 'e' } |
static const struct among | a_19 [2] |
static const symbol | s_20_0 [2] = { 'd', 'i' } |
static const symbol | s_20_1 [2] = { 't', 'i' } |
static const symbol | s_20_2 [3] = { 'd', 'i', 'k' } |
static const symbol | s_20_3 [3] = { 't', 'i', 'k' } |
static const symbol | s_20_4 [3] = { 'd', 'u', 'k' } |
static const symbol | s_20_5 [3] = { 't', 'u', 'k' } |
static const symbol | s_20_6 [4] = { 'd', 0xC4, 0xB1, 'k' } |
static const symbol | s_20_7 [4] = { 't', 0xC4, 0xB1, 'k' } |
static const symbol | s_20_8 [4] = { 'd', 0xC3, 0xBC, 'k' } |
static const symbol | s_20_9 [4] = { 't', 0xC3, 0xBC, 'k' } |
static const symbol | s_20_10 [3] = { 'd', 'i', 'm' } |
static const symbol | s_20_11 [3] = { 't', 'i', 'm' } |
static const symbol | s_20_12 [3] = { 'd', 'u', 'm' } |
static const symbol | s_20_13 [3] = { 't', 'u', 'm' } |
static const symbol | s_20_14 [4] = { 'd', 0xC4, 0xB1, 'm' } |
static const symbol | s_20_15 [4] = { 't', 0xC4, 0xB1, 'm' } |
static const symbol | s_20_16 [4] = { 'd', 0xC3, 0xBC, 'm' } |
static const symbol | s_20_17 [4] = { 't', 0xC3, 0xBC, 'm' } |
static const symbol | s_20_18 [3] = { 'd', 'i', 'n' } |
static const symbol | s_20_19 [3] = { 't', 'i', 'n' } |
static const symbol | s_20_20 [3] = { 'd', 'u', 'n' } |
static const symbol | s_20_21 [3] = { 't', 'u', 'n' } |
static const symbol | s_20_22 [4] = { 'd', 0xC4, 0xB1, 'n' } |
static const symbol | s_20_23 [4] = { 't', 0xC4, 0xB1, 'n' } |
static const symbol | s_20_24 [4] = { 'd', 0xC3, 0xBC, 'n' } |
static const symbol | s_20_25 [4] = { 't', 0xC3, 0xBC, 'n' } |
static const symbol | s_20_26 [2] = { 'd', 'u' } |
static const symbol | s_20_27 [2] = { 't', 'u' } |
static const symbol | s_20_28 [3] = { 'd', 0xC4, 0xB1 } |
static const symbol | s_20_29 [3] = { 't', 0xC4, 0xB1 } |
static const symbol | s_20_30 [3] = { 'd', 0xC3, 0xBC } |
static const symbol | s_20_31 [3] = { 't', 0xC3, 0xBC } |
static const struct among | a_20 [32] |
static const symbol | s_21_0 [2] = { 's', 'a' } |
static const symbol | s_21_1 [2] = { 's', 'e' } |
static const symbol | s_21_2 [3] = { 's', 'a', 'k' } |
static const symbol | s_21_3 [3] = { 's', 'e', 'k' } |
static const symbol | s_21_4 [3] = { 's', 'a', 'm' } |
static const symbol | s_21_5 [3] = { 's', 'e', 'm' } |
static const symbol | s_21_6 [3] = { 's', 'a', 'n' } |
static const symbol | s_21_7 [3] = { 's', 'e', 'n' } |
static const struct among | a_21 [8] |
static const symbol | s_22_0 [4] = { 'm', 'i', 0xC5, 0x9F } |
static const symbol | s_22_1 [4] = { 'm', 'u', 0xC5, 0x9F } |
static const symbol | s_22_2 [5] = { 'm', 0xC4, 0xB1, 0xC5, 0x9F } |
static const symbol | s_22_3 [5] = { 'm', 0xC3, 0xBC, 0xC5, 0x9F } |
static const struct among | a_22 [4] |
static const symbol | s_23_0 [1] = { 'b' } |
static const symbol | s_23_1 [1] = { 'c' } |
static const symbol | s_23_2 [1] = { 'd' } |
static const symbol | s_23_3 [2] = { 0xC4, 0x9F } |
static const struct among | a_23 [4] |
static const unsigned char | g_vowel [] = { 17, 65, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32, 8, 0, 0, 0, 0, 0, 0, 1 } |
static const unsigned char | g_U [] = { 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1 } |
static const unsigned char | g_vowel1 [] = { 1, 64, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } |
static const unsigned char | g_vowel2 [] = { 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 130 } |
static const unsigned char | g_vowel3 [] = { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } |
static const unsigned char | g_vowel4 [] = { 17 } |
static const unsigned char | g_vowel5 [] = { 65 } |
static const unsigned char | g_vowel6 [] = { 65 } |
static const symbol | s_0 [] = { 0xC4, 0xB1 } |
static const symbol | s_1 [] = { 0xC3, 0xB6 } |
static const symbol | s_2 [] = { 0xC3, 0xBC } |
static const symbol | s_3 [] = { 'k', 'i' } |
static const symbol | s_4 [] = { 'k', 'e', 'n' } |
static const symbol | s_5 [] = { 'p' } |
static const symbol | s_6 [] = { 0xC3, 0xA7 } |
static const symbol | s_7 [] = { 't' } |
static const symbol | s_8 [] = { 'k' } |
static const symbol | s_9 [] = { 0xC4, 0xB1 } |
static const symbol | s_10 [] = { 0xC4, 0xB1 } |
static const symbol | s_11 [] = { 'i' } |
static const symbol | s_12 [] = { 'u' } |
static const symbol | s_13 [] = { 0xC3, 0xB6 } |
static const symbol | s_14 [] = { 0xC3, 0xBC } |
static const symbol | s_15 [] = { 0xC3, 0xBC } |
static const symbol | s_16 [] = { 'a', 'd' } |
static const symbol | s_17 [] = { 's', 'o', 'y' } |
|
static |
Definition at line 1895 of file stem_UTF_8_turkish.c.
References SN_env::c, eq_s_b(), g_vowel, insert_s(), SN_env::l, SN_env::lb, out_grouping_b_U(), SN_env::p, s_10, s_11, s_12, s_13, s_14, s_15, and s_9.
Referenced by r_postlude().
|
static |
Definition at line 459 of file stem_UTF_8_turkish.c.
References SN_env::c, eq_s_b(), g_vowel, g_vowel1, g_vowel2, g_vowel3, g_vowel4, g_vowel5, g_vowel6, SN_env::l, SN_env::lb, out_grouping_b_U(), SN_env::p, s_0, s_1, and s_2.
Referenced by r_mark_DA(), r_mark_DAn(), r_mark_DUr(), r_mark_lAr(), r_mark_nA(), r_mark_ncA(), r_mark_ndA(), r_mark_ndAn(), r_mark_nU(), r_mark_nUn(), r_mark_nUz(), r_mark_sU(), r_mark_sUn(), r_mark_yA(), r_mark_yDU(), r_mark_ylA(), r_mark_ymUs_(), r_mark_yU(), r_mark_yUm(), and r_mark_yUz().
|
static |
Definition at line 2005 of file stem_UTF_8_turkish.c.
References SN_env::c, eq_s_b(), SN_env::l, SN_env::lb, s_16, and s_17.
Referenced by r_postlude().
|
static |
Definition at line 855 of file stem_UTF_8_turkish.c.
References a_19, SN_env::c, find_among_b(), SN_env::lb, and SN_env::p.
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 724 of file stem_UTF_8_turkish.c.
References a_6, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_noun_suffixes(), and r_stem_suffix_chain_before_ki().
|
static |
Definition at line 742 of file stem_UTF_8_turkish.c.
References a_8, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 846 of file stem_UTF_8_turkish.c.
References a_18, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
|
static |
Definition at line 828 of file stem_UTF_8_turkish.c.
References a_16, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_nominal_verb_suffixes(), r_stem_noun_suffixes(), and r_stem_suffix_chain_before_ki().
|
static |
Definition at line 666 of file stem_UTF_8_turkish.c.
References a_1, SN_env::c, find_among_b(), SN_env::lb, and SN_env::p.
Referenced by r_stem_noun_suffixes(), and r_stem_suffix_chain_before_ki().
|
static |
Definition at line 715 of file stem_UTF_8_turkish.c.
References a_5, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 777 of file stem_UTF_8_turkish.c.
References a_11, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, r_check_vowel_harmony(), and r_mark_suffix_with_optional_n_consonant().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 733 of file stem_UTF_8_turkish.c.
References a_7, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_noun_suffixes(), and r_stem_suffix_chain_before_ki().
|
static |
Definition at line 751 of file stem_UTF_8_turkish.c.
References a_9, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 683 of file stem_UTF_8_turkish.c.
References a_2, find_among_b(), and r_check_vowel_harmony().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 691 of file stem_UTF_8_turkish.c.
References a_3, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, r_check_vowel_harmony(), and r_mark_suffix_with_optional_n_consonant().
Referenced by r_stem_noun_suffixes(), and r_stem_suffix_chain_before_ki().
|
static |
Definition at line 837 of file stem_UTF_8_turkish.c.
References a_17, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 646 of file stem_UTF_8_turkish.c.
References a_0, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_mark_suffix_with_optional_U_vowel().
Referenced by r_stem_noun_suffixes(), and r_stem_suffix_chain_before_ki().
|
static |
Definition at line 655 of file stem_UTF_8_turkish.c.
References g_U, in_grouping_b_U(), r_check_vowel_harmony(), and r_mark_suffix_with_optional_s_consonant().
Referenced by r_stem_noun_suffixes(), and r_stem_suffix_chain_before_ki().
|
static |
Definition at line 512 of file stem_UTF_8_turkish.c.
References SN_env::c, g_vowel, in_grouping_b_U(), SN_env::l, SN_env::lb, SN_env::p, and skip_b_utf8().
Referenced by r_mark_ncA(), and r_mark_nUn().
|
static |
Definition at line 546 of file stem_UTF_8_turkish.c.
References SN_env::c, g_vowel, in_grouping_b_U(), SN_env::l, SN_env::lb, SN_env::p, and skip_b_utf8().
Referenced by r_mark_sU().
|
static |
Definition at line 614 of file stem_UTF_8_turkish.c.
References SN_env::c, g_U, g_vowel, in_grouping_b_U(), SN_env::l, SN_env::lb, out_grouping_b_U(), SN_env::p, and skip_b_utf8().
Referenced by r_mark_possessives().
|
static |
Definition at line 580 of file stem_UTF_8_turkish.c.
References SN_env::c, g_vowel, in_grouping_b_U(), SN_env::l, SN_env::lb, SN_env::p, and skip_b_utf8().
Referenced by r_mark_yA(), r_mark_yDU(), r_mark_yken(), r_mark_ylA(), r_mark_ymUs_(), r_mark_ysA(), r_mark_yU(), r_mark_yUm(), and r_mark_yUz().
|
static |
Definition at line 801 of file stem_UTF_8_turkish.c.
References a_13, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_check_vowel_harmony().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 822 of file stem_UTF_8_turkish.c.
References a_15, SN_env::c, find_among_b(), SN_env::lb, and SN_env::p.
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 703 of file stem_UTF_8_turkish.c.
References a_4, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, r_check_vowel_harmony(), and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 861 of file stem_UTF_8_turkish.c.
References a_20, find_among_b(), r_check_vowel_harmony(), and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 893 of file stem_UTF_8_turkish.c.
References eq_s_b(), r_mark_suffix_with_optional_y_consonant(), and s_4.
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 760 of file stem_UTF_8_turkish.c.
References a_10, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, r_check_vowel_harmony(), and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 881 of file stem_UTF_8_turkish.c.
References a_22, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, r_check_vowel_harmony(), and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 872 of file stem_UTF_8_turkish.c.
References a_21, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 672 of file stem_UTF_8_turkish.c.
References g_U, in_grouping_b_U(), r_check_vowel_harmony(), and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_noun_suffixes().
|
static |
Definition at line 789 of file stem_UTF_8_turkish.c.
References a_12, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, r_check_vowel_harmony(), and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 810 of file stem_UTF_8_turkish.c.
References a_14, SN_env::c, find_among_b(), SN_env::lb, SN_env::p, r_check_vowel_harmony(), and r_mark_suffix_with_optional_y_consonant().
Referenced by r_stem_nominal_verb_suffixes().
|
static |
Definition at line 2016 of file stem_UTF_8_turkish.c.
References SN_env::c, g_vowel, i, and out_grouping_U().
Referenced by turkish_UTF_8_stem().
|
static |
Definition at line 1864 of file stem_UTF_8_turkish.c.
References a_23, SN_env::bra, SN_env::c, find_among_b(), SN_env::ket, s_5, s_6, s_7, s_8, and slice_from_s().
Referenced by r_postlude().
|
static |
Definition at line 2039 of file stem_UTF_8_turkish.c.
References SN_env::c, SN_env::l, SN_env::lb, r_append_U_to_stems_ending_with_d_or_g(), r_is_reserved_word(), and r_post_process_last_consonants().
Referenced by turkish_UTF_8_stem().
|
static |
Definition at line 901 of file stem_UTF_8_turkish.c.
References SN_env::bra, SN_env::c, SN_env::I, SN_env::ket, SN_env::l, r_mark_cAsInA(), r_mark_DUr(), r_mark_lAr(), r_mark_nUz(), r_mark_sUn(), r_mark_sUnUz(), r_mark_yDU(), r_mark_yken(), r_mark_ymUs_(), r_mark_ysA(), r_mark_yUm(), r_mark_yUz(), and slice_del().
Referenced by turkish_UTF_8_stem().
|
static |
Definition at line 1354 of file stem_UTF_8_turkish.c.
References SN_env::bra, SN_env::c, SN_env::ket, SN_env::l, r_mark_DA(), r_mark_DAn(), r_mark_lAr(), r_mark_lArI(), r_mark_nA(), r_mark_ncA(), r_mark_ndA(), r_mark_ndAn(), r_mark_nU(), r_mark_nUn(), r_mark_possessives(), r_mark_sU(), r_mark_yA(), r_mark_ylA(), r_mark_yU(), r_stem_suffix_chain_before_ki(), and slice_del().
Referenced by turkish_UTF_8_stem().
|
static |
Definition at line 1158 of file stem_UTF_8_turkish.c.
References SN_env::bra, SN_env::c, SN_env::ket, SN_env::l, r_mark_DA(), r_mark_ki(), r_mark_lAr(), r_mark_lArI(), r_mark_ndA(), r_mark_nUn(), r_mark_possessives(), r_mark_sU(), and slice_del().
Referenced by r_stem_noun_suffixes().
void turkish_UTF_8_close_env | ( | struct SN_env * | z | ) |
struct SN_env * turkish_UTF_8_create_env | ( | void | ) |
int turkish_UTF_8_stem | ( | struct SN_env * | z | ) |
Definition at line 2067 of file stem_UTF_8_turkish.c.
References SN_env::c, SN_env::I, SN_env::l, SN_env::lb, r_more_than_one_syllable_word(), r_postlude(), r_stem_nominal_verb_suffixes(), and r_stem_noun_suffixes().
|
static |
Definition at line 73 of file stem_UTF_8_turkish.c.
Referenced by r_mark_possessives().
|
static |
Definition at line 90 of file stem_UTF_8_turkish.c.
Referenced by r_mark_lArI().
|
static |
Definition at line 187 of file stem_UTF_8_turkish.c.
Referenced by r_mark_ylA().
|
static |
Definition at line 196 of file stem_UTF_8_turkish.c.
Referenced by r_mark_ncA().
|
static |
Definition at line 207 of file stem_UTF_8_turkish.c.
Referenced by r_mark_yUm().
|
static |
Definition at line 220 of file stem_UTF_8_turkish.c.
Referenced by r_mark_sUn().
|
static |
Definition at line 233 of file stem_UTF_8_turkish.c.
Referenced by r_mark_yUz().
|
static |
Definition at line 246 of file stem_UTF_8_turkish.c.
Referenced by r_mark_sUnUz().
|
static |
Definition at line 257 of file stem_UTF_8_turkish.c.
Referenced by r_mark_lAr().
|
static |
Definition at line 268 of file stem_UTF_8_turkish.c.
Referenced by r_mark_nUz().
|
static |
|
static |
Definition at line 300 of file stem_UTF_8_turkish.c.
Referenced by r_mark_cAsInA().
|
static |
Definition at line 101 of file stem_UTF_8_turkish.c.
Referenced by r_mark_nU().
|
static |
Definition at line 339 of file stem_UTF_8_turkish.c.
Referenced by r_mark_yDU().
|
static |
|
static |
Definition at line 401 of file stem_UTF_8_turkish.c.
Referenced by r_mark_ymUs_().
|
static |
Definition at line 414 of file stem_UTF_8_turkish.c.
Referenced by r_post_process_last_consonants().
|
static |
Definition at line 114 of file stem_UTF_8_turkish.c.
Referenced by r_mark_nUn().
|
static |
Definition at line 125 of file stem_UTF_8_turkish.c.
Referenced by r_mark_yA().
|
static |
Definition at line 134 of file stem_UTF_8_turkish.c.
Referenced by r_mark_nA().
|
static |
Definition at line 145 of file stem_UTF_8_turkish.c.
Referenced by r_mark_DA().
|
static |
Definition at line 156 of file stem_UTF_8_turkish.c.
Referenced by r_mark_ndA().
|
static |
Definition at line 167 of file stem_UTF_8_turkish.c.
Referenced by r_mark_DAn().
|
static |
Definition at line 178 of file stem_UTF_8_turkish.c.
Referenced by r_mark_ndAn().
|
static |
Definition at line 426 of file stem_UTF_8_turkish.c.
Referenced by r_mark_sU(), r_mark_suffix_with_optional_U_vowel(), and r_mark_yU().
|
static |
Definition at line 424 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g(), r_check_vowel_harmony(), r_mark_suffix_with_optional_n_consonant(), r_mark_suffix_with_optional_s_consonant(), r_mark_suffix_with_optional_U_vowel(), r_mark_suffix_with_optional_y_consonant(), and r_more_than_one_syllable_word().
|
static |
Definition at line 428 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 430 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 432 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 434 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 436 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 438 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 440 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 64 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 65 of file stem_UTF_8_turkish.c.
Definition at line 66 of file stem_UTF_8_turkish.c.
Definition at line 67 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 68 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 69 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 70 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 71 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 72 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 73 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 441 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
|
static |
Definition at line 450 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g().
Definition at line 186 of file stem_UTF_8_turkish.c.
Definition at line 187 of file stem_UTF_8_turkish.c.
Definition at line 451 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g().
Definition at line 195 of file stem_UTF_8_turkish.c.
Definition at line 196 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 452 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g().
Definition at line 204 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 205 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 206 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 207 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 453 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g().
Definition at line 217 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 218 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 219 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 220 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 454 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g().
Definition at line 230 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 231 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 232 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 233 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 455 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g().
Definition at line 243 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 244 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 245 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 246 of file stem_UTF_8_turkish.c.
Definition at line 456 of file stem_UTF_8_turkish.c.
Referenced by r_is_reserved_word().
Definition at line 256 of file stem_UTF_8_turkish.c.
Definition at line 257 of file stem_UTF_8_turkish.c.
Definition at line 457 of file stem_UTF_8_turkish.c.
Referenced by r_is_reserved_word().
Definition at line 265 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 266 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 267 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 268 of file stem_UTF_8_turkish.c.
Definition at line 278 of file stem_UTF_8_turkish.c.
Definition at line 279 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 280 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 281 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 282 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 283 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 284 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 285 of file stem_UTF_8_turkish.c.
Definition at line 299 of file stem_UTF_8_turkish.c.
Definition at line 300 of file stem_UTF_8_turkish.c.
Definition at line 89 of file stem_UTF_8_turkish.c.
Definition at line 90 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 442 of file stem_UTF_8_turkish.c.
Referenced by r_check_vowel_harmony().
Definition at line 308 of file stem_UTF_8_turkish.c.
Definition at line 309 of file stem_UTF_8_turkish.c.
Definition at line 318 of file stem_UTF_8_turkish.c.
Definition at line 319 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 320 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 321 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 322 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 323 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 324 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 325 of file stem_UTF_8_turkish.c.
Definition at line 326 of file stem_UTF_8_turkish.c.
Definition at line 327 of file stem_UTF_8_turkish.c.
Definition at line 310 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 328 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 329 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 330 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 331 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 332 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 333 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 334 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 335 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 336 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 337 of file stem_UTF_8_turkish.c.
Definition at line 311 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 338 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 339 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 312 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 313 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 314 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 315 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 316 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 317 of file stem_UTF_8_turkish.c.
Definition at line 377 of file stem_UTF_8_turkish.c.
Definition at line 378 of file stem_UTF_8_turkish.c.
Definition at line 379 of file stem_UTF_8_turkish.c.
Definition at line 380 of file stem_UTF_8_turkish.c.
Definition at line 381 of file stem_UTF_8_turkish.c.
Definition at line 382 of file stem_UTF_8_turkish.c.
Definition at line 383 of file stem_UTF_8_turkish.c.
Definition at line 384 of file stem_UTF_8_turkish.c.
Definition at line 398 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 399 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 400 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 401 of file stem_UTF_8_turkish.c.
Definition at line 411 of file stem_UTF_8_turkish.c.
Definition at line 412 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 413 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 414 of file stem_UTF_8_turkish.c.
Definition at line 98 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 99 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 100 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 101 of file stem_UTF_8_turkish.c.
Definition at line 443 of file stem_UTF_8_turkish.c.
Referenced by r_mark_ki().
Definition at line 111 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 112 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 113 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 114 of file stem_UTF_8_turkish.c.
Definition at line 444 of file stem_UTF_8_turkish.c.
Referenced by r_mark_yken().
Definition at line 124 of file stem_UTF_8_turkish.c.
Definition at line 125 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 445 of file stem_UTF_8_turkish.c.
Referenced by r_post_process_last_consonants().
Definition at line 133 of file stem_UTF_8_turkish.c.
Definition at line 134 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 446 of file stem_UTF_8_turkish.c.
Referenced by r_post_process_last_consonants().
Definition at line 142 of file stem_UTF_8_turkish.c.
Definition at line 143 of file stem_UTF_8_turkish.c.
Definition at line 144 of file stem_UTF_8_turkish.c.
Definition at line 145 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 447 of file stem_UTF_8_turkish.c.
Referenced by r_post_process_last_consonants().
Definition at line 155 of file stem_UTF_8_turkish.c.
Definition at line 156 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 448 of file stem_UTF_8_turkish.c.
Referenced by r_post_process_last_consonants().
Definition at line 164 of file stem_UTF_8_turkish.c.
Definition at line 165 of file stem_UTF_8_turkish.c.
Definition at line 166 of file stem_UTF_8_turkish.c.
Definition at line 167 of file stem_UTF_8_turkish.c.
|
static |
Definition at line 449 of file stem_UTF_8_turkish.c.
Referenced by r_append_U_to_stems_ending_with_d_or_g().
Definition at line 177 of file stem_UTF_8_turkish.c.
Definition at line 178 of file stem_UTF_8_turkish.c.