#include "header.h"
Go to the source code of this file.
Functions | |
int | norwegian_UTF_8_stem (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 * | norwegian_UTF_8_create_env (void) |
void | norwegian_UTF_8_close_env (struct SN_env *z) |
Variables | |
static const symbol | s_0_0 [1] = { 'a' } |
static const symbol | s_0_1 [1] = { 'e' } |
static const symbol | s_0_2 [3] = { 'e', 'd', 'e' } |
static const symbol | s_0_3 [4] = { 'a', 'n', 'd', 'e' } |
static const symbol | s_0_4 [4] = { 'e', 'n', 'd', 'e' } |
static const symbol | s_0_5 [3] = { 'a', 'n', 'e' } |
static const symbol | s_0_6 [3] = { 'e', 'n', 'e' } |
static const symbol | s_0_7 [6] = { 'h', 'e', 't', 'e', 'n', 'e' } |
static const symbol | s_0_8 [4] = { 'e', 'r', 't', 'e' } |
static const symbol | s_0_9 [2] = { 'e', 'n' } |
static const symbol | s_0_10 [5] = { 'h', 'e', 't', 'e', 'n' } |
static const symbol | s_0_11 [2] = { 'a', 'r' } |
static const symbol | s_0_12 [2] = { 'e', 'r' } |
static const symbol | s_0_13 [5] = { 'h', 'e', 't', 'e', 'r' } |
static const symbol | s_0_14 [1] = { 's' } |
static const symbol | s_0_15 [2] = { 'a', 's' } |
static const symbol | s_0_16 [2] = { 'e', 's' } |
static const symbol | s_0_17 [4] = { 'e', 'd', 'e', 's' } |
static const symbol | s_0_18 [5] = { 'e', 'n', 'd', 'e', 's' } |
static const symbol | s_0_19 [4] = { 'e', 'n', 'e', 's' } |
static const symbol | s_0_20 [7] = { 'h', 'e', 't', 'e', 'n', 'e', 's' } |
static const symbol | s_0_21 [3] = { 'e', 'n', 's' } |
static const symbol | s_0_22 [6] = { 'h', 'e', 't', 'e', 'n', 's' } |
static const symbol | s_0_23 [3] = { 'e', 'r', 's' } |
static const symbol | s_0_24 [3] = { 'e', 't', 's' } |
static const symbol | s_0_25 [2] = { 'e', 't' } |
static const symbol | s_0_26 [3] = { 'h', 'e', 't' } |
static const symbol | s_0_27 [3] = { 'e', 'r', 't' } |
static const symbol | s_0_28 [3] = { 'a', 's', 't' } |
static struct among | a_0 [29] |
static const symbol | s_1_0 [2] = { 'd', 't' } |
static const symbol | s_1_1 [2] = { 'v', 't' } |
static struct among | a_1 [2] |
static const symbol | s_2_0 [3] = { 'l', 'e', 'g' } |
static const symbol | s_2_1 [4] = { 'e', 'l', 'e', 'g' } |
static const symbol | s_2_2 [2] = { 'i', 'g' } |
static const symbol | s_2_3 [3] = { 'e', 'i', 'g' } |
static const symbol | s_2_4 [3] = { 'l', 'i', 'g' } |
static const symbol | s_2_5 [4] = { 'e', 'l', 'i', 'g' } |
static const symbol | s_2_6 [3] = { 'e', 'l', 's' } |
static const symbol | s_2_7 [3] = { 'l', 'o', 'v' } |
static const symbol | s_2_8 [4] = { 'e', 'l', 'o', 'v' } |
static const symbol | s_2_9 [4] = { 's', 'l', 'o', 'v' } |
static const symbol | s_2_10 [7] = { 'h', 'e', 't', 's', 'l', 'o', 'v' } |
static struct among | a_2 [11] |
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 [] = { 119, 125, 149, 1 } |
static const symbol | s_0 [] = { 'k' } |
static const symbol | s_1 [] = { 'e', 'r' } |
void norwegian_UTF_8_close_env | ( | struct SN_env * | z | ) |
Definition at line 298 of file stem_UTF_8_norwegian.c.
References SN_close_env().
{ SN_close_env(z, 0); }
struct SN_env * norwegian_UTF_8_create_env | ( | void | ) | [read] |
Definition at line 296 of file stem_UTF_8_norwegian.c.
References SN_create_env().
{ return SN_create_env(0, 2, 0); }
int norwegian_UTF_8_stem | ( | struct SN_env * | z | ) |
Definition at line 257 of file stem_UTF_8_norwegian.c.
References SN_env::c, SN_env::l, SN_env::lb, r_consonant_pair(), r_main_suffix(), r_mark_regions(), and r_other_suffix().
{ { int c1 = z->c; /* do, line 74 */ { int ret = r_mark_regions(z); if (ret == 0) goto lab0; /* call mark_regions, line 74 */ if (ret < 0) return ret; } lab0: z->c = c1; } z->lb = z->c; z->c = z->l; /* backwards, line 75 */ { int m2 = z->l - z->c; (void)m2; /* do, line 76 */ { int ret = r_main_suffix(z); if (ret == 0) goto lab1; /* call main_suffix, line 76 */ if (ret < 0) return ret; } lab1: z->c = z->l - m2; } { int m3 = z->l - z->c; (void)m3; /* do, line 77 */ { int ret = r_consonant_pair(z); if (ret == 0) goto lab2; /* call consonant_pair, line 77 */ if (ret < 0) return ret; } lab2: z->c = z->l - m3; } { int m4 = z->l - z->c; (void)m4; /* do, line 78 */ { int ret = r_other_suffix(z); if (ret == 0) goto lab3; /* call other_suffix, line 78 */ if (ret < 0) return ret; } lab3: z->c = z->l - m4; } z->c = z->lb; return 1; }
static int r_consonant_pair | ( | struct SN_env * | z | ) | [static] |
Definition at line 204 of file stem_UTF_8_norwegian.c.
References 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_utf8(), and slice_del().
Referenced by norwegian_UTF_8_stem().
{ { int m_test = z->l - z->c; /* test, line 53 */ { int mlimit; /* setlimit, line 54 */ int m1 = z->l - z->c; (void)m1; if (z->c < z->I[0]) return 0; z->c = z->I[0]; /* tomark, line 54 */ mlimit = z->lb; z->lb = z->c; z->c = z->l - m1; z->ket = z->c; /* [, line 54 */ if (z->c - 1 <= z->lb || z->p[z->c - 1] != 116) { z->lb = mlimit; return 0; } if (!(find_among_b(z, a_1, 2))) { z->lb = mlimit; return 0; } /* substring, line 54 */ z->bra = z->c; /* ], line 54 */ z->lb = mlimit; } z->c = z->l - m_test; } { int ret = skip_utf8(z->p, z->c, z->lb, 0, -1); if (ret < 0) return 0; z->c = ret; /* next, line 59 */ } z->bra = z->c; /* ], line 59 */ { int ret = slice_del(z); /* delete, line 59 */ if (ret < 0) return ret; } return 1; }
static int r_main_suffix | ( | struct SN_env * | z | ) | [static] |
Definition at line 159 of file stem_UTF_8_norwegian.c.
References SN_env::bra, SN_env::c, eq_s_b(), find_among_b(), g_s_ending, g_v, SN_env::I, in_grouping_b_U(), SN_env::ket, SN_env::l, SN_env::lb, out_grouping_b_U(), SN_env::p, s_0, s_1, slice_del(), and slice_from_s().
Referenced by norwegian_UTF_8_stem().
{ int among_var; { int mlimit; /* setlimit, line 38 */ int m1 = z->l - z->c; (void)m1; if (z->c < z->I[0]) return 0; z->c = z->I[0]; /* tomark, line 38 */ mlimit = z->lb; z->lb = z->c; z->c = z->l - m1; z->ket = z->c; /* [, line 38 */ if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1851426 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit; return 0; } among_var = find_among_b(z, a_0, 29); /* substring, line 38 */ if (!(among_var)) { z->lb = mlimit; return 0; } z->bra = z->c; /* ], line 38 */ z->lb = mlimit; } switch(among_var) { case 0: return 0; case 1: { int ret = slice_del(z); /* delete, line 44 */ if (ret < 0) return ret; } break; case 2: { int m2 = z->l - z->c; (void)m2; /* or, line 46 */ if (in_grouping_b_U(z, g_s_ending, 98, 122, 0)) goto lab1; goto lab0; lab1: z->c = z->l - m2; if (!(eq_s_b(z, 1, s_0))) return 0; if (out_grouping_b_U(z, g_v, 97, 248, 0)) return 0; } lab0: { int ret = slice_del(z); /* delete, line 46 */ if (ret < 0) return ret; } break; case 3: { int ret = slice_from_s(z, 2, s_1); /* <-, line 48 */ if (ret < 0) return ret; } break; } return 1; }
static int r_mark_regions | ( | struct SN_env * | z | ) | [static] |
Definition at line 135 of file stem_UTF_8_norwegian.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 norwegian_UTF_8_stem().
{ z->I[0] = z->l; { int c_test = z->c; /* test, line 30 */ { int ret = skip_utf8(z->p, z->c, 0, z->l, + 3); if (ret < 0) return 0; z->c = ret; /* hop, line 30 */ } z->I[1] = z->c; /* setmark x, line 30 */ z->c = c_test; } if (out_grouping_U(z, g_v, 97, 248, 1) < 0) return 0; /* goto */ /* grouping v, line 31 */ { /* gopast */ /* non v, line 31 */ int ret = in_grouping_U(z, g_v, 97, 248, 1); if (ret < 0) return 0; z->c += ret; } z->I[0] = z->c; /* setmark p1, line 31 */ /* try, line 32 */ if (!(z->I[0] < z->I[1])) goto lab0; z->I[0] = z->I[1]; lab0: return 1; }
static int r_other_suffix | ( | struct SN_env * | z | ) | [static] |
Definition at line 231 of file stem_UTF_8_norwegian.c.
References SN_env::bra, SN_env::c, find_among_b(), SN_env::I, SN_env::ket, SN_env::l, SN_env::lb, SN_env::p, and slice_del().
Referenced by norwegian_UTF_8_stem().
{ int among_var; { int mlimit; /* setlimit, line 63 */ int m1 = z->l - z->c; (void)m1; if (z->c < z->I[0]) return 0; z->c = z->I[0]; /* tomark, line 63 */ mlimit = z->lb; z->lb = z->c; z->c = z->l - m1; z->ket = z->c; /* [, line 63 */ if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((4718720 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit; return 0; } among_var = find_among_b(z, a_2, 11); /* substring, line 63 */ if (!(among_var)) { z->lb = mlimit; return 0; } z->bra = z->c; /* ], line 63 */ z->lb = mlimit; } switch(among_var) { case 0: return 0; case 1: { int ret = slice_del(z); /* delete, line 67 */ if (ret < 0) return ret; } break; } return 1; }
Definition at line 59 of file stem_UTF_8_norwegian.c.
Definition at line 95 of file stem_UTF_8_norwegian.c.
{ { 3, s_2_0, -1, 1, 0}, { 4, s_2_1, 0, 1, 0}, { 2, s_2_2, -1, 1, 0}, { 3, s_2_3, 2, 1, 0}, { 3, s_2_4, 2, 1, 0}, { 4, s_2_5, 4, 1, 0}, { 3, s_2_6, -1, 1, 0}, { 3, s_2_7, -1, 1, 0}, { 4, s_2_8, 7, 1, 0}, { 4, s_2_9, 7, 1, 0}, { 7, s_2_10, 9, 1, 0} }
Definition at line 113 of file stem_UTF_8_norwegian.c.
const unsigned char g_s_ending[] = { 119, 125, 149, 1 } [static] |
Definition at line 130 of file stem_UTF_8_norwegian.c.
Referenced by r_main_suffix().
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] |
Definition at line 128 of file stem_UTF_8_norwegian.c.
Referenced by r_main_suffix(), and r_mark_regions().
Definition at line 132 of file stem_UTF_8_norwegian.c.
Referenced by r_main_suffix().
Definition at line 29 of file stem_UTF_8_norwegian.c.
Definition at line 30 of file stem_UTF_8_norwegian.c.
Definition at line 39 of file stem_UTF_8_norwegian.c.
Definition at line 40 of file stem_UTF_8_norwegian.c.
Definition at line 41 of file stem_UTF_8_norwegian.c.
Definition at line 42 of file stem_UTF_8_norwegian.c.
Definition at line 43 of file stem_UTF_8_norwegian.c.
Definition at line 44 of file stem_UTF_8_norwegian.c.
Definition at line 45 of file stem_UTF_8_norwegian.c.
Definition at line 46 of file stem_UTF_8_norwegian.c.
Definition at line 47 of file stem_UTF_8_norwegian.c.
Definition at line 48 of file stem_UTF_8_norwegian.c.
Definition at line 31 of file stem_UTF_8_norwegian.c.
Definition at line 49 of file stem_UTF_8_norwegian.c.
Definition at line 50 of file stem_UTF_8_norwegian.c.
Definition at line 51 of file stem_UTF_8_norwegian.c.
Definition at line 52 of file stem_UTF_8_norwegian.c.
Definition at line 53 of file stem_UTF_8_norwegian.c.
Definition at line 54 of file stem_UTF_8_norwegian.c.
Definition at line 55 of file stem_UTF_8_norwegian.c.
Definition at line 56 of file stem_UTF_8_norwegian.c.
Definition at line 57 of file stem_UTF_8_norwegian.c.
Definition at line 32 of file stem_UTF_8_norwegian.c.
Definition at line 33 of file stem_UTF_8_norwegian.c.
Definition at line 34 of file stem_UTF_8_norwegian.c.
Definition at line 35 of file stem_UTF_8_norwegian.c.
Definition at line 36 of file stem_UTF_8_norwegian.c.
Definition at line 37 of file stem_UTF_8_norwegian.c.
Definition at line 38 of file stem_UTF_8_norwegian.c.
Definition at line 133 of file stem_UTF_8_norwegian.c.
Referenced by r_main_suffix().
Definition at line 92 of file stem_UTF_8_norwegian.c.
Definition at line 93 of file stem_UTF_8_norwegian.c.
Definition at line 101 of file stem_UTF_8_norwegian.c.
Definition at line 102 of file stem_UTF_8_norwegian.c.
Definition at line 111 of file stem_UTF_8_norwegian.c.
Definition at line 103 of file stem_UTF_8_norwegian.c.
Definition at line 104 of file stem_UTF_8_norwegian.c.
Definition at line 105 of file stem_UTF_8_norwegian.c.
Definition at line 106 of file stem_UTF_8_norwegian.c.
Definition at line 107 of file stem_UTF_8_norwegian.c.
Definition at line 108 of file stem_UTF_8_norwegian.c.
Definition at line 109 of file stem_UTF_8_norwegian.c.
Definition at line 110 of file stem_UTF_8_norwegian.c.