YAZ  5.34.0
Functions | Variables
stem_ISO_8859_1_danish.c File Reference
#include "../runtime/header.h"

Go to the source code of this file.

Functions

int danish_ISO_8859_1_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_envdanish_ISO_8859_1_create_env (void)
 
void danish_ISO_8859_1_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 [4] = { 'l', 0xF8, 's', 't' }
 
static const struct among a_2 [5]
 
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', 0xF8, 's' }
 

Function Documentation

◆ danish_ISO_8859_1_close_env()

void danish_ISO_8859_1_close_env ( struct SN_env z)

Definition at line 336 of file stem_ISO_8859_1_danish.c.

References SN_close_env().

◆ danish_ISO_8859_1_create_env()

struct SN_env * danish_ISO_8859_1_create_env ( void  )

Definition at line 334 of file stem_ISO_8859_1_danish.c.

References SN_create_env().

◆ danish_ISO_8859_1_stem()

int danish_ISO_8859_1_stem ( struct SN_env z)

◆ r_consonant_pair()

static int r_consonant_pair ( struct SN_env z)
static

◆ r_main_suffix()

static int r_main_suffix ( struct SN_env z)
static

◆ r_mark_regions()

static int r_mark_regions ( struct SN_env z)
static

Definition at line 135 of file stem_ISO_8859_1_danish.c.

References SN_env::c, g_v, SN_env::I, in_grouping(), SN_env::l, and out_grouping().

Referenced by danish_ISO_8859_1_stem().

◆ r_other_suffix()

static int r_other_suffix ( struct SN_env z)
static

◆ r_undouble()

static int r_undouble ( struct SN_env z)
static

Variable Documentation

◆ a_0

const struct among a_0[32]
static

Definition at line 61 of file stem_ISO_8859_1_danish.c.

Referenced by r_main_suffix().

◆ a_1

const struct among a_1[4]
static
Initial value:
=
{
{ 2, s_1_0, -1, -1, 0},
{ 2, s_1_1, -1, -1, 0},
{ 2, s_1_2, -1, -1, 0},
{ 2, s_1_3, -1, -1, 0}
}
static const symbol s_1_2[2]
static const symbol s_1_3[2]
static const symbol s_1_0[2]
static const symbol s_1_1[2]

Definition at line 102 of file stem_ISO_8859_1_danish.c.

Referenced by r_consonant_pair().

◆ a_2

const struct among a_2[5]
static
Initial value:
=
{
{ 2, s_2_0, -1, 1, 0},
{ 3, s_2_1, 0, 1, 0},
{ 4, s_2_2, 1, 1, 0},
{ 3, s_2_3, -1, 1, 0},
{ 4, s_2_4, -1, 2, 0}
}
static const symbol s_2_3[3]
static const symbol s_2_0[2]
static const symbol s_2_1[3]
static const symbol s_2_2[4]
static const symbol s_2_4[4]

Definition at line 116 of file stem_ISO_8859_1_danish.c.

Referenced by r_other_suffix().

◆ g_s_ending

const unsigned char g_s_ending[] = { 239, 254, 42, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16 }
static

Definition at line 129 of file stem_ISO_8859_1_danish.c.

Referenced by r_main_suffix().

◆ g_v

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 127 of file stem_ISO_8859_1_danish.c.

Referenced by r_mark_regions(), and r_undouble().

◆ s_0

const symbol s_0[] = { 's', 't' }
static

Definition at line 131 of file stem_ISO_8859_1_danish.c.

Referenced by r_other_suffix().

◆ s_0_0

const symbol s_0_0[3] = { 'h', 'e', 'd' }
static

Definition at line 30 of file stem_ISO_8859_1_danish.c.

◆ s_0_1

const symbol s_0_1[5] = { 'e', 't', 'h', 'e', 'd' }
static

Definition at line 31 of file stem_ISO_8859_1_danish.c.

◆ s_0_10

const symbol s_0_10[2] = { 'e', 'n' }
static

Definition at line 40 of file stem_ISO_8859_1_danish.c.

◆ s_0_11

const symbol s_0_11[5] = { 'h', 'e', 'd', 'e', 'n' }
static

Definition at line 41 of file stem_ISO_8859_1_danish.c.

◆ s_0_12

const symbol s_0_12[4] = { 'e', 'r', 'e', 'n' }
static

Definition at line 42 of file stem_ISO_8859_1_danish.c.

◆ s_0_13

const symbol s_0_13[2] = { 'e', 'r' }
static

Definition at line 43 of file stem_ISO_8859_1_danish.c.

◆ s_0_14

const symbol s_0_14[5] = { 'h', 'e', 'd', 'e', 'r' }
static

Definition at line 44 of file stem_ISO_8859_1_danish.c.

◆ s_0_15

const symbol s_0_15[4] = { 'e', 'r', 'e', 'r' }
static

Definition at line 45 of file stem_ISO_8859_1_danish.c.

◆ s_0_16

const symbol s_0_16[1] = { 's' }
static

Definition at line 46 of file stem_ISO_8859_1_danish.c.

◆ s_0_17

const symbol s_0_17[4] = { 'h', 'e', 'd', 's' }
static

Definition at line 47 of file stem_ISO_8859_1_danish.c.

◆ s_0_18

const symbol s_0_18[2] = { 'e', 's' }
static

Definition at line 48 of file stem_ISO_8859_1_danish.c.

◆ s_0_19

const symbol s_0_19[5] = { 'e', 'n', 'd', 'e', 's' }
static

Definition at line 49 of file stem_ISO_8859_1_danish.c.

◆ s_0_2

const symbol s_0_2[4] = { 'e', 'r', 'e', 'd' }
static

Definition at line 32 of file stem_ISO_8859_1_danish.c.

◆ s_0_20

const symbol s_0_20[7] = { 'e', 'r', 'e', 'n', 'd', 'e', 's' }
static

Definition at line 50 of file stem_ISO_8859_1_danish.c.

◆ s_0_21

const symbol s_0_21[4] = { 'e', 'n', 'e', 's' }
static

Definition at line 51 of file stem_ISO_8859_1_danish.c.

◆ s_0_22

const symbol s_0_22[5] = { 'e', 'r', 'n', 'e', 's' }
static

Definition at line 52 of file stem_ISO_8859_1_danish.c.

◆ s_0_23

const symbol s_0_23[4] = { 'e', 'r', 'e', 's' }
static

Definition at line 53 of file stem_ISO_8859_1_danish.c.

◆ s_0_24

const symbol s_0_24[3] = { 'e', 'n', 's' }
static

Definition at line 54 of file stem_ISO_8859_1_danish.c.

◆ s_0_25

const symbol s_0_25[6] = { 'h', 'e', 'd', 'e', 'n', 's' }
static

Definition at line 55 of file stem_ISO_8859_1_danish.c.

◆ s_0_26

const symbol s_0_26[5] = { 'e', 'r', 'e', 'n', 's' }
static

Definition at line 56 of file stem_ISO_8859_1_danish.c.

◆ s_0_27

const symbol s_0_27[3] = { 'e', 'r', 's' }
static

Definition at line 57 of file stem_ISO_8859_1_danish.c.

◆ s_0_28

const symbol s_0_28[3] = { 'e', 't', 's' }
static

Definition at line 58 of file stem_ISO_8859_1_danish.c.

◆ s_0_29

const symbol s_0_29[5] = { 'e', 'r', 'e', 't', 's' }
static

Definition at line 59 of file stem_ISO_8859_1_danish.c.

◆ s_0_3

const symbol s_0_3[1] = { 'e' }
static

Definition at line 33 of file stem_ISO_8859_1_danish.c.

◆ s_0_30

const symbol s_0_30[2] = { 'e', 't' }
static

Definition at line 60 of file stem_ISO_8859_1_danish.c.

◆ s_0_31

const symbol s_0_31[4] = { 'e', 'r', 'e', 't' }
static

Definition at line 61 of file stem_ISO_8859_1_danish.c.

◆ s_0_4

const symbol s_0_4[5] = { 'e', 'r', 'e', 'd', 'e' }
static

Definition at line 34 of file stem_ISO_8859_1_danish.c.

◆ s_0_5

const symbol s_0_5[4] = { 'e', 'n', 'd', 'e' }
static

Definition at line 35 of file stem_ISO_8859_1_danish.c.

◆ s_0_6

const symbol s_0_6[6] = { 'e', 'r', 'e', 'n', 'd', 'e' }
static

Definition at line 36 of file stem_ISO_8859_1_danish.c.

◆ s_0_7

const symbol s_0_7[3] = { 'e', 'n', 'e' }
static

Definition at line 37 of file stem_ISO_8859_1_danish.c.

◆ s_0_8

const symbol s_0_8[4] = { 'e', 'r', 'n', 'e' }
static

Definition at line 38 of file stem_ISO_8859_1_danish.c.

◆ s_0_9

const symbol s_0_9[3] = { 'e', 'r', 'e' }
static

Definition at line 39 of file stem_ISO_8859_1_danish.c.

◆ s_1

const symbol s_1[] = { 'i', 'g' }
static

Definition at line 132 of file stem_ISO_8859_1_danish.c.

Referenced by r_other_suffix().

◆ s_1_0

const symbol s_1_0[2] = { 'g', 'd' }
static

Definition at line 99 of file stem_ISO_8859_1_danish.c.

◆ s_1_1

const symbol s_1_1[2] = { 'd', 't' }
static

Definition at line 100 of file stem_ISO_8859_1_danish.c.

◆ s_1_2

const symbol s_1_2[2] = { 'g', 't' }
static

Definition at line 101 of file stem_ISO_8859_1_danish.c.

◆ s_1_3

const symbol s_1_3[2] = { 'k', 't' }
static

Definition at line 102 of file stem_ISO_8859_1_danish.c.

◆ s_2

const symbol s_2[] = { 'l', 0xF8, 's' }
static

Definition at line 133 of file stem_ISO_8859_1_danish.c.

Referenced by r_other_suffix().

◆ s_2_0

const symbol s_2_0[2] = { 'i', 'g' }
static

Definition at line 112 of file stem_ISO_8859_1_danish.c.

◆ s_2_1

const symbol s_2_1[3] = { 'l', 'i', 'g' }
static

Definition at line 113 of file stem_ISO_8859_1_danish.c.

◆ s_2_2

const symbol s_2_2[4] = { 'e', 'l', 'i', 'g' }
static

Definition at line 114 of file stem_ISO_8859_1_danish.c.

◆ s_2_3

const symbol s_2_3[3] = { 'e', 'l', 's' }
static

Definition at line 115 of file stem_ISO_8859_1_danish.c.

◆ s_2_4

const symbol s_2_4[4] = { 'l', 0xF8, 's', 't' }
static

Definition at line 116 of file stem_ISO_8859_1_danish.c.