PostgreSQL Source Code  git master
stem_ISO_8859_1_norwegian.c File Reference
#include "header.h"
Include dependency graph for stem_ISO_8859_1_norwegian.c:

Go to the source code of this file.

Functions

int norwegian_ISO_8859_1_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_envnorwegian_ISO_8859_1_create_env (void)
 
void norwegian_ISO_8859_1_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 const struct among a_0 [29]
 
static const symbol s_1_0 [2] = { 'd', 't' }
 
static const symbol s_1_1 [2] = { 'v', 't' }
 
static const 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 const 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 [] = { 'e', 'r' }
 

Function Documentation

◆ norwegian_ISO_8859_1_close_env()

void norwegian_ISO_8859_1_close_env ( struct SN_env z)

Definition at line 271 of file stem_ISO_8859_1_norwegian.c.

271 { SN_close_env(z, 0); }
void SN_close_env(struct SN_env *z, int S_size)
Definition: api.c:34

References SN_close_env().

◆ norwegian_ISO_8859_1_create_env()

struct SN_env * norwegian_ISO_8859_1_create_env ( void  )

Definition at line 269 of file stem_ISO_8859_1_norwegian.c.

269 { return SN_create_env(0, 2); }
struct SN_env * SN_create_env(int S_size, int I_size)
Definition: api.c:3

References SN_create_env().

◆ norwegian_ISO_8859_1_stem()

int norwegian_ISO_8859_1_stem ( struct SN_env z)

Definition at line 238 of file stem_ISO_8859_1_norwegian.c.

238  {
239  { int c1 = z->c;
240  { int ret = r_mark_regions(z);
241  if (ret < 0) return ret;
242  }
243  z->c = c1;
244  }
245  z->lb = z->c; z->c = z->l;
246 
247  { int m2 = z->l - z->c; (void)m2;
248  { int ret = r_main_suffix(z);
249  if (ret < 0) return ret;
250  }
251  z->c = z->l - m2;
252  }
253  { int m3 = z->l - z->c; (void)m3;
254  { int ret = r_consonant_pair(z);
255  if (ret < 0) return ret;
256  }
257  z->c = z->l - m3;
258  }
259  { int m4 = z->l - z->c; (void)m4;
260  { int ret = r_other_suffix(z);
261  if (ret < 0) return ret;
262  }
263  z->c = z->l - m4;
264  }
265  z->c = z->lb;
266  return 1;
267 }
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)
int lb
Definition: api.h:16
int c
Definition: api.h:16
int l
Definition: api.h:16

References SN_env::c, SN_env::l, SN_env::lb, r_consonant_pair(), r_main_suffix(), r_mark_regions(), and r_other_suffix().

◆ r_consonant_pair()

static int r_consonant_pair ( struct SN_env z)
static

Definition at line 198 of file stem_ISO_8859_1_norwegian.c.

198  {
199  { int m_test1 = z->l - z->c;
200 
201  { int mlimit2;
202  if (z->c < z->I[1]) return 0;
203  mlimit2 = z->lb; z->lb = z->I[1];
204  z->ket = z->c;
205  if (z->c - 1 <= z->lb || z->p[z->c - 1] != 116) { z->lb = mlimit2; return 0; }
206  if (!(find_among_b(z, a_1, 2))) { z->lb = mlimit2; return 0; }
207  z->bra = z->c;
208  z->lb = mlimit2;
209  }
210  z->c = z->l - m_test1;
211  }
212  if (z->c <= z->lb) return 0;
213  z->c--;
214  z->bra = z->c;
215  { int ret = slice_del(z);
216  if (ret < 0) return ret;
217  }
218  return 1;
219 }
static const struct among a_1[2]
symbol * p
Definition: api.h:15
int * I
Definition: api.h:18
int ket
Definition: api.h:16
int bra
Definition: api.h:16
int find_among_b(struct SN_env *z, const struct among *v, int v_size)
Definition: utilities.c:298
int slice_del(struct SN_env *z)
Definition: utilities.c:431

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, and slice_del().

Referenced by norwegian_ISO_8859_1_stem().

◆ r_main_suffix()

static int r_main_suffix ( struct SN_env z)
static

Definition at line 155 of file stem_ISO_8859_1_norwegian.c.

155  {
156  int among_var;
157 
158  { int mlimit1;
159  if (z->c < z->I[1]) return 0;
160  mlimit1 = z->lb; z->lb = z->I[1];
161  z->ket = z->c;
162  if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1851426 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
163  among_var = find_among_b(z, a_0, 29);
164  if (!(among_var)) { z->lb = mlimit1; return 0; }
165  z->bra = z->c;
166  z->lb = mlimit1;
167  }
168  switch (among_var) {
169  case 1:
170  { int ret = slice_del(z);
171  if (ret < 0) return ret;
172  }
173  break;
174  case 2:
175  { int m2 = z->l - z->c; (void)m2;
176  if (in_grouping_b(z, g_s_ending, 98, 122, 0)) goto lab1;
177  goto lab0;
178  lab1:
179  z->c = z->l - m2;
180  if (z->c <= z->lb || z->p[z->c - 1] != 'k') return 0;
181  z->c--;
182  if (out_grouping_b(z, g_v, 97, 248, 0)) return 0;
183  }
184  lab0:
185  { int ret = slice_del(z);
186  if (ret < 0) return ret;
187  }
188  break;
189  case 3:
190  { int ret = slice_from_s(z, 2, s_0);
191  if (ret < 0) return ret;
192  }
193  break;
194  }
195  return 1;
196 }
static const struct among a_0[29]
static const unsigned char g_v[]
static const unsigned char g_s_ending[]
static const symbol s_0[]
int out_grouping_b(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:203
int slice_from_s(struct SN_env *z, int s_size, const symbol *s)
Definition: utilities.c:422
int in_grouping_b(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:179

References a_0, SN_env::bra, SN_env::c, find_among_b(), g_s_ending, g_v, SN_env::I, in_grouping_b(), SN_env::ket, SN_env::l, SN_env::lb, out_grouping_b(), SN_env::p, s_0, slice_del(), and slice_from_s().

Referenced by norwegian_ISO_8859_1_stem().

◆ r_mark_regions()

static int r_mark_regions ( struct SN_env z)
static

Definition at line 133 of file stem_ISO_8859_1_norwegian.c.

133  {
134  z->I[1] = z->l;
135  { int c_test1 = z->c;
136 z->c = z->c + 3;
137  if (z->c > z->l) return 0;
138  z->I[0] = z->c;
139  z->c = c_test1;
140  }
141  if (out_grouping(z, g_v, 97, 248, 1) < 0) return 0;
142  {
143  int ret = in_grouping(z, g_v, 97, 248, 1);
144  if (ret < 0) return 0;
145  z->c += ret;
146  }
147  z->I[1] = z->c;
148 
149  if (!(z->I[1] < z->I[0])) goto lab0;
150  z->I[1] = z->I[0];
151 lab0:
152  return 1;
153 }
int in_grouping(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:167
int out_grouping(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:191

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

Referenced by norwegian_ISO_8859_1_stem().

◆ r_other_suffix()

static int r_other_suffix ( struct SN_env z)
static

Definition at line 221 of file stem_ISO_8859_1_norwegian.c.

221  {
222 
223  { int mlimit1;
224  if (z->c < z->I[1]) return 0;
225  mlimit1 = z->lb; z->lb = z->I[1];
226  z->ket = z->c;
227  if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((4718720 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
228  if (!(find_among_b(z, a_2, 11))) { z->lb = mlimit1; return 0; }
229  z->bra = z->c;
230  z->lb = mlimit1;
231  }
232  { int ret = slice_del(z);
233  if (ret < 0) return ret;
234  }
235  return 1;
236 }
static const struct among a_2[11]

References a_2, SN_env::bra, SN_env::c, find_among_b(), SN_env::I, SN_env::ket, SN_env::lb, SN_env::p, and slice_del().

Referenced by norwegian_ISO_8859_1_stem().

Variable Documentation

◆ a_0

const struct among a_0[29]
static

Definition at line 56 of file stem_ISO_8859_1_norwegian.c.

Referenced by r_main_suffix().

◆ a_1

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

Definition at line 92 of file stem_ISO_8859_1_norwegian.c.

Referenced by r_consonant_pair().

◆ a_2

const struct among a_2[11]
static
Initial value:
=
{
{ 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}
}
static const symbol s_2_2[2]
static const symbol s_2_3[3]
static const symbol s_2_10[7]
static const symbol s_2_7[3]
static const symbol s_2_1[4]
static const symbol s_2_0[3]
static const symbol s_2_4[3]
static const symbol s_2_9[4]
static const symbol s_2_6[3]
static const symbol s_2_8[4]
static const symbol s_2_5[4]

Definition at line 110 of file stem_ISO_8859_1_norwegian.c.

Referenced by r_other_suffix().

◆ g_s_ending

const unsigned char g_s_ending[] = { 119, 125, 149, 1 }
static

Definition at line 129 of file stem_ISO_8859_1_norwegian.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_norwegian.c.

Referenced by r_main_suffix(), and r_mark_regions().

◆ s_0

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

Definition at line 131 of file stem_ISO_8859_1_norwegian.c.

Referenced by r_main_suffix().

◆ s_0_0

const symbol s_0_0[1] = { 'a' }
static

Definition at line 28 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_1

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

Definition at line 29 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_10

const symbol s_0_10[5] = { 'h', 'e', 't', 'e', 'n' }
static

Definition at line 38 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_11

const symbol s_0_11[2] = { 'a', 'r' }
static

Definition at line 39 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_12

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

Definition at line 40 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_13

const symbol s_0_13[5] = { 'h', 'e', 't', 'e', 'r' }
static

Definition at line 41 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_14

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

Definition at line 42 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_15

const symbol s_0_15[2] = { 'a', 's' }
static

Definition at line 43 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_16

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

Definition at line 44 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_17

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

Definition at line 45 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_18

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

Definition at line 46 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_19

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

Definition at line 47 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_2

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

Definition at line 30 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_20

const symbol s_0_20[7] = { 'h', 'e', 't', 'e', 'n', 'e', 's' }
static

Definition at line 48 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_21

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

Definition at line 49 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_22

const symbol s_0_22[6] = { 'h', 'e', 't', 'e', 'n', 's' }
static

Definition at line 50 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_23

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

Definition at line 51 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_24

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

Definition at line 52 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_25

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

Definition at line 53 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_26

const symbol s_0_26[3] = { 'h', 'e', 't' }
static

Definition at line 54 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_27

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

Definition at line 55 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_28

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

Definition at line 56 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_3

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

Definition at line 31 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_4

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

Definition at line 32 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_5

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

Definition at line 33 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_6

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

Definition at line 34 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_7

const symbol s_0_7[6] = { 'h', 'e', 't', 'e', 'n', 'e' }
static

Definition at line 35 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_8

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

Definition at line 36 of file stem_ISO_8859_1_norwegian.c.

◆ s_0_9

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

Definition at line 37 of file stem_ISO_8859_1_norwegian.c.

◆ s_1_0

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

Definition at line 91 of file stem_ISO_8859_1_norwegian.c.

◆ s_1_1

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

Definition at line 92 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_0

const symbol s_2_0[3] = { 'l', 'e', 'g' }
static

Definition at line 100 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_1

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

Definition at line 101 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_10

const symbol s_2_10[7] = { 'h', 'e', 't', 's', 'l', 'o', 'v' }
static

Definition at line 110 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_2

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

Definition at line 102 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_3

const symbol s_2_3[3] = { 'e', 'i', 'g' }
static

Definition at line 103 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_4

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

Definition at line 104 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_5

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

Definition at line 105 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_6

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

Definition at line 106 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_7

const symbol s_2_7[3] = { 'l', 'o', 'v' }
static

Definition at line 107 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_8

const symbol s_2_8[4] = { 'e', 'l', 'o', 'v' }
static

Definition at line 108 of file stem_ISO_8859_1_norwegian.c.

◆ s_2_9

const symbol s_2_9[4] = { 's', 'l', 'o', 'v' }
static

Definition at line 109 of file stem_ISO_8859_1_norwegian.c.