PostgreSQL Source Code
git master
|
#include "header.h"
Go to the source code of this file.
Functions | |
int | danish_UTF_8_stem (struct SN_env *z) |
static int | r_undouble (struct SN_env *z) |
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_mark_regions (struct SN_env *z) |
struct SN_env * | danish_UTF_8_create_env (void) |
void | danish_UTF_8_close_env (struct SN_env *z) |
Variables | |
static const symbol | s_0_0 [3] = { 'h', 'e', 'd' } |
static const symbol | s_0_1 [5] = { 'e', 't', 'h', 'e', 'd' } |
static const symbol | s_0_2 [4] = { 'e', 'r', 'e', 'd' } |
static const symbol | s_0_3 [1] = { 'e' } |
static const symbol | s_0_4 [5] = { 'e', 'r', 'e', 'd', 'e' } |
static const symbol | s_0_5 [4] = { 'e', 'n', 'd', 'e' } |
static const symbol | s_0_6 [6] = { 'e', 'r', 'e', 'n', 'd', 'e' } |
static const symbol | s_0_7 [3] = { 'e', 'n', 'e' } |
static const symbol | s_0_8 [4] = { 'e', 'r', 'n', 'e' } |
static const symbol | s_0_9 [3] = { 'e', 'r', 'e' } |
static const symbol | s_0_10 [2] = { 'e', 'n' } |
static const symbol | s_0_11 [5] = { 'h', 'e', 'd', 'e', 'n' } |
static const symbol | s_0_12 [4] = { 'e', 'r', 'e', 'n' } |
static const symbol | s_0_13 [2] = { 'e', 'r' } |
static const symbol | s_0_14 [5] = { 'h', 'e', 'd', 'e', 'r' } |
static const symbol | s_0_15 [4] = { 'e', 'r', 'e', 'r' } |
static const symbol | s_0_16 [1] = { 's' } |
static const symbol | s_0_17 [4] = { 'h', 'e', 'd', 's' } |
static const symbol | s_0_18 [2] = { 'e', 's' } |
static const symbol | s_0_19 [5] = { 'e', 'n', 'd', 'e', 's' } |
static const symbol | s_0_20 [7] = { 'e', 'r', 'e', 'n', 'd', 'e', 's' } |
static const symbol | s_0_21 [4] = { 'e', 'n', 'e', 's' } |
static const symbol | s_0_22 [5] = { 'e', 'r', 'n', 'e', 's' } |
static const symbol | s_0_23 [4] = { 'e', 'r', 'e', 's' } |
static const symbol | s_0_24 [3] = { 'e', 'n', 's' } |
static const symbol | s_0_25 [6] = { 'h', 'e', 'd', 'e', 'n', 's' } |
static const symbol | s_0_26 [5] = { 'e', 'r', 'e', 'n', 's' } |
static const symbol | s_0_27 [3] = { 'e', 'r', 's' } |
static const symbol | s_0_28 [3] = { 'e', 't', 's' } |
static const symbol | s_0_29 [5] = { 'e', 'r', 'e', 't', 's' } |
static const symbol | s_0_30 [2] = { 'e', 't' } |
static const symbol | s_0_31 [4] = { 'e', 'r', 'e', 't' } |
static const struct among | a_0 [32] |
static const symbol | s_1_0 [2] = { 'g', 'd' } |
static const symbol | s_1_1 [2] = { 'd', 't' } |
static const symbol | s_1_2 [2] = { 'g', 't' } |
static const symbol | s_1_3 [2] = { 'k', 't' } |
static const struct among | a_1 [4] |
static const symbol | s_2_0 [2] = { 'i', 'g' } |
static const symbol | s_2_1 [3] = { 'l', 'i', 'g' } |
static const symbol | s_2_2 [4] = { 'e', 'l', 'i', 'g' } |
static const symbol | s_2_3 [3] = { 'e', 'l', 's' } |
static const symbol | s_2_4 [5] = { 'l', 0xC3, 0xB8, 's', 't' } |
static const struct among | a_2 [5] |
static const unsigned char | g_c [] = { 119, 223, 119, 1 } |
static const unsigned char | g_v [] = { 17, 65, 16, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 48, 0, 128 } |
static const unsigned char | g_s_ending [] = { 239, 254, 42, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16 } |
static const symbol | s_0 [] = { 's', 't' } |
static const symbol | s_1 [] = { 'i', 'g' } |
static const symbol | s_2 [] = { 'l', 0xC3, 0xB8, 's' } |
void danish_UTF_8_close_env | ( | struct SN_env * | z | ) |
struct SN_env * danish_UTF_8_create_env | ( | void | ) |
int danish_UTF_8_stem | ( | struct SN_env * | z | ) |
Definition at line 278 of file stem_UTF_8_danish.c.
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().
|
static |
Definition at line 189 of file stem_UTF_8_danish.c.
References a_1, SN_env::bra, SN_env::c, find_among_b(), SN_env::I, SN_env::ket, SN_env::l, SN_env::lb, SN_env::p, skip_b_utf8(), and slice_del().
Referenced by danish_UTF_8_stem(), and r_other_suffix().
|
static |
Definition at line 160 of file stem_UTF_8_danish.c.
References a_0, SN_env::bra, SN_env::c, find_among_b(), g_s_ending, SN_env::I, in_grouping_b_U(), SN_env::ket, SN_env::lb, SN_env::p, and slice_del().
Referenced by danish_UTF_8_stem().
|
static |
Definition at line 136 of file stem_UTF_8_danish.c.
References SN_env::c, g_v, SN_env::I, in_grouping_U(), SN_env::l, out_grouping_U(), SN_env::p, and skip_utf8().
Referenced by danish_UTF_8_stem().
|
static |
Definition at line 214 of file stem_UTF_8_danish.c.
References a_2, SN_env::bra, SN_env::c, eq_s_b(), find_among_b(), SN_env::I, SN_env::ket, SN_env::l, SN_env::lb, SN_env::p, r_consonant_pair(), s_0, s_1, s_2, slice_del(), and slice_from_s().
Referenced by danish_UTF_8_stem().
|
static |
Definition at line 259 of file stem_UTF_8_danish.c.
References SN_env::bra, SN_env::c, eq_v_b(), g_c, SN_env::I, in_grouping_b_U(), SN_env::ket, SN_env::lb, SN_env::S, slice_del(), and slice_to().
Referenced by danish_UTF_8_stem().
|
static |
Definition at line 60 of file stem_UTF_8_danish.c.
Referenced by r_main_suffix().
|
static |
Definition at line 101 of file stem_UTF_8_danish.c.
Referenced by r_consonant_pair().
|
static |
Definition at line 115 of file stem_UTF_8_danish.c.
Referenced by r_other_suffix().
|
static |
Definition at line 126 of file stem_UTF_8_danish.c.
Referenced by r_undouble().
|
static |
Definition at line 130 of file stem_UTF_8_danish.c.
Referenced by r_main_suffix().
|
static |
Definition at line 128 of file stem_UTF_8_danish.c.
Referenced by r_mark_regions().
|
static |
Definition at line 132 of file stem_UTF_8_danish.c.
Referenced by r_other_suffix().
Definition at line 29 of file stem_UTF_8_danish.c.
Definition at line 30 of file stem_UTF_8_danish.c.
Definition at line 39 of file stem_UTF_8_danish.c.
Definition at line 40 of file stem_UTF_8_danish.c.
Definition at line 41 of file stem_UTF_8_danish.c.
Definition at line 42 of file stem_UTF_8_danish.c.
Definition at line 43 of file stem_UTF_8_danish.c.
Definition at line 44 of file stem_UTF_8_danish.c.
|
static |
Definition at line 45 of file stem_UTF_8_danish.c.
Definition at line 46 of file stem_UTF_8_danish.c.
Definition at line 47 of file stem_UTF_8_danish.c.
Definition at line 48 of file stem_UTF_8_danish.c.
Definition at line 31 of file stem_UTF_8_danish.c.
Definition at line 49 of file stem_UTF_8_danish.c.
Definition at line 50 of file stem_UTF_8_danish.c.
Definition at line 51 of file stem_UTF_8_danish.c.
Definition at line 52 of file stem_UTF_8_danish.c.
Definition at line 53 of file stem_UTF_8_danish.c.
Definition at line 54 of file stem_UTF_8_danish.c.
Definition at line 55 of file stem_UTF_8_danish.c.
Definition at line 56 of file stem_UTF_8_danish.c.
Definition at line 57 of file stem_UTF_8_danish.c.
Definition at line 58 of file stem_UTF_8_danish.c.
Definition at line 32 of file stem_UTF_8_danish.c.
Definition at line 59 of file stem_UTF_8_danish.c.
Definition at line 60 of file stem_UTF_8_danish.c.
Definition at line 33 of file stem_UTF_8_danish.c.
Definition at line 34 of file stem_UTF_8_danish.c.
Definition at line 35 of file stem_UTF_8_danish.c.
Definition at line 36 of file stem_UTF_8_danish.c.
Definition at line 37 of file stem_UTF_8_danish.c.
Definition at line 38 of file stem_UTF_8_danish.c.
Definition at line 133 of file stem_UTF_8_danish.c.
Referenced by r_other_suffix().
|
static |
Definition at line 98 of file stem_UTF_8_danish.c.
|
static |
Definition at line 99 of file stem_UTF_8_danish.c.
|
static |
Definition at line 100 of file stem_UTF_8_danish.c.
|
static |
Definition at line 101 of file stem_UTF_8_danish.c.
|
static |
Definition at line 134 of file stem_UTF_8_danish.c.
Referenced by r_other_suffix().
Definition at line 111 of file stem_UTF_8_danish.c.
Definition at line 112 of file stem_UTF_8_danish.c.
Definition at line 113 of file stem_UTF_8_danish.c.
Definition at line 114 of file stem_UTF_8_danish.c.
|
static |
Definition at line 115 of file stem_UTF_8_danish.c.