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

Go to the source code of this file.

Functions

int swedish_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_envswedish_ISO_8859_1_create_env (void)
 
void swedish_ISO_8859_1_close_env (struct SN_env *z)
 

Variables

static const symbol s_0_0 [1] = { 'a' }
 
static const symbol s_0_1 [4] = { 'a', 'r', 'n', 'a' }
 
static const symbol s_0_2 [4] = { 'e', 'r', 'n', 'a' }
 
static const symbol s_0_3 [7] = { 'h', 'e', 't', 'e', 'r', 'n', 'a' }
 
static const symbol s_0_4 [4] = { 'o', 'r', 'n', 'a' }
 
static const symbol s_0_5 [2] = { 'a', 'd' }
 
static const symbol s_0_6 [1] = { 'e' }
 
static const symbol s_0_7 [3] = { 'a', 'd', 'e' }
 
static const symbol s_0_8 [4] = { 'a', 'n', 'd', 'e' }
 
static const symbol s_0_9 [4] = { 'a', 'r', 'n', 'e' }
 
static const symbol s_0_10 [3] = { 'a', 'r', 'e' }
 
static const symbol s_0_11 [4] = { 'a', 's', 't', 'e' }
 
static const symbol s_0_12 [2] = { 'e', 'n' }
 
static const symbol s_0_13 [5] = { 'a', 'n', 'd', 'e', 'n' }
 
static const symbol s_0_14 [4] = { 'a', 'r', 'e', 'n' }
 
static const symbol s_0_15 [5] = { 'h', 'e', 't', 'e', 'n' }
 
static const symbol s_0_16 [3] = { 'e', 'r', 'n' }
 
static const symbol s_0_17 [2] = { 'a', 'r' }
 
static const symbol s_0_18 [2] = { 'e', 'r' }
 
static const symbol s_0_19 [5] = { 'h', 'e', 't', 'e', 'r' }
 
static const symbol s_0_20 [2] = { 'o', 'r' }
 
static const symbol s_0_21 [1] = { 's' }
 
static const symbol s_0_22 [2] = { 'a', 's' }
 
static const symbol s_0_23 [5] = { 'a', 'r', 'n', 'a', 's' }
 
static const symbol s_0_24 [5] = { 'e', 'r', 'n', 'a', 's' }
 
static const symbol s_0_25 [5] = { 'o', 'r', 'n', 'a', 's' }
 
static const symbol s_0_26 [2] = { 'e', 's' }
 
static const symbol s_0_27 [4] = { 'a', 'd', 'e', 's' }
 
static const symbol s_0_28 [5] = { 'a', 'n', 'd', 'e', 's' }
 
static const symbol s_0_29 [3] = { 'e', 'n', 's' }
 
static const symbol s_0_30 [5] = { 'a', 'r', 'e', 'n', 's' }
 
static const symbol s_0_31 [6] = { 'h', 'e', 't', 'e', 'n', 's' }
 
static const symbol s_0_32 [4] = { 'e', 'r', 'n', 's' }
 
static const symbol s_0_33 [2] = { 'a', 't' }
 
static const symbol s_0_34 [5] = { 'a', 'n', 'd', 'e', 't' }
 
static const symbol s_0_35 [3] = { 'h', 'e', 't' }
 
static const symbol s_0_36 [3] = { 'a', 's', 't' }
 
static const struct among a_0 [37]
 
static const symbol s_1_0 [2] = { 'd', 'd' }
 
static const symbol s_1_1 [2] = { 'g', 'd' }
 
static const symbol s_1_2 [2] = { 'n', 'n' }
 
static const symbol s_1_3 [2] = { 'd', 't' }
 
static const symbol s_1_4 [2] = { 'g', 't' }
 
static const symbol s_1_5 [2] = { 'k', 't' }
 
static const symbol s_1_6 [2] = { 't', 't' }
 
static const struct among a_1 [7]
 
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 [3] = { 'e', 'l', 's' }
 
static const symbol s_2_3 [5] = { 'f', 'u', 'l', 'l', 't' }
 
static const symbol s_2_4 [4] = { 'l', 0xF6, '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, 24, 0, 32 }
 
static const unsigned char g_s_ending [] = { 119, 127, 149 }
 
static const symbol s_0 [] = { 'l', 0xF6, 's' }
 
static const symbol s_1 [] = { 'f', 'u', 'l', 'l' }
 

Function Documentation

◆ r_consonant_pair()

static int r_consonant_pair ( struct SN_env z)
static

Definition at line 199 of file stem_ISO_8859_1_swedish.c.

199  {
200 
201  { int mlimit1;
202  if (z->c < z->I[1]) return 0;
203  mlimit1 = z->lb; z->lb = z->I[1];
204  { int m2 = z->l - z->c; (void)m2;
205  if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1064976 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
206  if (!(find_among_b(z, a_1, 7))) { z->lb = mlimit1; return 0; }
207  z->c = z->l - m2;
208  z->ket = z->c;
209  if (z->c <= z->lb) { z->lb = mlimit1; return 0; }
210  z->c--;
211  z->bra = z->c;
212  { int ret = slice_del(z);
213  if (ret < 0) return ret;
214  }
215  }
216  z->lb = mlimit1;
217  }
218  return 1;
219 }
static const struct among a_1[7]
int lb
Definition: api.h:16
symbol * p
Definition: api.h:15
int * I
Definition: api.h:18
int ket
Definition: api.h:16
int c
Definition: api.h:16
int bra
Definition: api.h:16
int l
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 swedish_ISO_8859_1_stem().

◆ r_main_suffix()

static int r_main_suffix ( struct SN_env z)
static

Definition at line 170 of file stem_ISO_8859_1_swedish.c.

170  {
171  int among_var;
172 
173  { int mlimit1;
174  if (z->c < z->I[1]) return 0;
175  mlimit1 = z->lb; z->lb = z->I[1];
176  z->ket = z->c;
177  if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1851442 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
178  among_var = find_among_b(z, a_0, 37);
179  if (!(among_var)) { z->lb = mlimit1; return 0; }
180  z->bra = z->c;
181  z->lb = mlimit1;
182  }
183  switch (among_var) {
184  case 1:
185  { int ret = slice_del(z);
186  if (ret < 0) return ret;
187  }
188  break;
189  case 2:
190  if (in_grouping_b(z, g_s_ending, 98, 121, 0)) return 0;
191  { int ret = slice_del(z);
192  if (ret < 0) return ret;
193  }
194  break;
195  }
196  return 1;
197 }
static const struct among a_0[37]
static const unsigned char g_s_ending[]
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, SN_env::I, in_grouping_b(), SN_env::ket, SN_env::lb, SN_env::p, and slice_del().

Referenced by swedish_ISO_8859_1_stem().

◆ r_mark_regions()

static int r_mark_regions ( struct SN_env z)
static

Definition at line 148 of file stem_ISO_8859_1_swedish.c.

148  {
149  z->I[1] = z->l;
150  { int c_test1 = z->c;
151 z->c = z->c + 3;
152  if (z->c > z->l) return 0;
153  z->I[0] = z->c;
154  z->c = c_test1;
155  }
156  if (out_grouping(z, g_v, 97, 246, 1) < 0) return 0;
157  {
158  int ret = in_grouping(z, g_v, 97, 246, 1);
159  if (ret < 0) return 0;
160  z->c += ret;
161  }
162  z->I[1] = z->c;
163 
164  if (!(z->I[1] < z->I[0])) goto lab0;
165  z->I[1] = z->I[0];
166 lab0:
167  return 1;
168 }
static const unsigned char g_v[]
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 swedish_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_swedish.c.

221  {
222  int among_var;
223 
224  { int mlimit1;
225  if (z->c < z->I[1]) return 0;
226  mlimit1 = z->lb; z->lb = z->I[1];
227  z->ket = z->c;
228  if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1572992 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
229  among_var = find_among_b(z, a_2, 5);
230  if (!(among_var)) { z->lb = mlimit1; return 0; }
231  z->bra = z->c;
232  switch (among_var) {
233  case 1:
234  { int ret = slice_del(z);
235  if (ret < 0) return ret;
236  }
237  break;
238  case 2:
239  { int ret = slice_from_s(z, 3, s_0);
240  if (ret < 0) return ret;
241  }
242  break;
243  case 3:
244  { int ret = slice_from_s(z, 4, s_1);
245  if (ret < 0) return ret;
246  }
247  break;
248  }
249  z->lb = mlimit1;
250  }
251  return 1;
252 }
static const struct among a_2[5]
static const symbol s_1[]
static const symbol s_0[]
int slice_from_s(struct SN_env *z, int s_size, const symbol *s)
Definition: utilities.c:422

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

Referenced by swedish_ISO_8859_1_stem().

◆ swedish_ISO_8859_1_close_env()

void swedish_ISO_8859_1_close_env ( struct SN_env z)

Definition at line 287 of file stem_ISO_8859_1_swedish.c.

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

References SN_close_env().

◆ swedish_ISO_8859_1_create_env()

struct SN_env * swedish_ISO_8859_1_create_env ( void  )

Definition at line 285 of file stem_ISO_8859_1_swedish.c.

285 { 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().

◆ swedish_ISO_8859_1_stem()

int swedish_ISO_8859_1_stem ( struct SN_env z)

Definition at line 254 of file stem_ISO_8859_1_swedish.c.

254  {
255  { int c1 = z->c;
256  { int ret = r_mark_regions(z);
257  if (ret < 0) return ret;
258  }
259  z->c = c1;
260  }
261  z->lb = z->c; z->c = z->l;
262 
263  { int m2 = z->l - z->c; (void)m2;
264  { int ret = r_main_suffix(z);
265  if (ret < 0) return ret;
266  }
267  z->c = z->l - m2;
268  }
269  { int m3 = z->l - z->c; (void)m3;
270  { int ret = r_consonant_pair(z);
271  if (ret < 0) return ret;
272  }
273  z->c = z->l - m3;
274  }
275  { int m4 = z->l - z->c; (void)m4;
276  { int ret = r_other_suffix(z);
277  if (ret < 0) return ret;
278  }
279  z->c = z->l - m4;
280  }
281  z->c = z->lb;
282  return 1;
283 }
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)

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

Variable Documentation

◆ a_0

const struct among a_0[37]
static

Definition at line 64 of file stem_ISO_8859_1_swedish.c.

Referenced by r_main_suffix().

◆ a_1

const struct among a_1[7]
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},
{ 2, s_1_4, -1, -1, 0},
{ 2, s_1_5, -1, -1, 0},
{ 2, s_1_6, -1, -1, 0}
}
static const symbol s_1_5[2]
static const symbol s_1_6[2]
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]
static const symbol s_1_4[2]

Definition at line 113 of file stem_ISO_8859_1_swedish.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},
{ 3, s_2_2, -1, 1, 0},
{ 5, s_2_3, -1, 3, 0},
{ 4, s_2_4, -1, 2, 0}
}
static const symbol s_2_0[2]
static const symbol s_2_1[3]
static const symbol s_2_4[4]
static const symbol s_2_3[5]
static const symbol s_2_2[3]

Definition at line 130 of file stem_ISO_8859_1_swedish.c.

Referenced by r_other_suffix().

◆ g_s_ending

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

Definition at line 143 of file stem_ISO_8859_1_swedish.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, 24, 0, 32 }
static

Definition at line 141 of file stem_ISO_8859_1_swedish.c.

Referenced by r_mark_regions().

◆ s_0

const symbol s_0[] = { 'l', 0xF6, 's' }
static

Definition at line 145 of file stem_ISO_8859_1_swedish.c.

Referenced by r_other_suffix().

◆ s_0_0

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

Definition at line 28 of file stem_ISO_8859_1_swedish.c.

◆ s_0_1

const symbol s_0_1[4] = { 'a', 'r', 'n', 'a' }
static

Definition at line 29 of file stem_ISO_8859_1_swedish.c.

◆ s_0_10

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

Definition at line 38 of file stem_ISO_8859_1_swedish.c.

◆ s_0_11

const symbol s_0_11[4] = { 'a', 's', 't', 'e' }
static

Definition at line 39 of file stem_ISO_8859_1_swedish.c.

◆ s_0_12

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

Definition at line 40 of file stem_ISO_8859_1_swedish.c.

◆ s_0_13

const symbol s_0_13[5] = { 'a', 'n', 'd', 'e', 'n' }
static

Definition at line 41 of file stem_ISO_8859_1_swedish.c.

◆ s_0_14

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

Definition at line 42 of file stem_ISO_8859_1_swedish.c.

◆ s_0_15

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

Definition at line 43 of file stem_ISO_8859_1_swedish.c.

◆ s_0_16

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

Definition at line 44 of file stem_ISO_8859_1_swedish.c.

◆ s_0_17

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

Definition at line 45 of file stem_ISO_8859_1_swedish.c.

◆ s_0_18

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

Definition at line 46 of file stem_ISO_8859_1_swedish.c.

◆ s_0_19

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

Definition at line 47 of file stem_ISO_8859_1_swedish.c.

◆ s_0_2

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

Definition at line 30 of file stem_ISO_8859_1_swedish.c.

◆ s_0_20

const symbol s_0_20[2] = { 'o', 'r' }
static

Definition at line 48 of file stem_ISO_8859_1_swedish.c.

◆ s_0_21

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

Definition at line 49 of file stem_ISO_8859_1_swedish.c.

◆ s_0_22

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

Definition at line 50 of file stem_ISO_8859_1_swedish.c.

◆ s_0_23

const symbol s_0_23[5] = { 'a', 'r', 'n', 'a', 's' }
static

Definition at line 51 of file stem_ISO_8859_1_swedish.c.

◆ s_0_24

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

Definition at line 52 of file stem_ISO_8859_1_swedish.c.

◆ s_0_25

const symbol s_0_25[5] = { 'o', 'r', 'n', 'a', 's' }
static

Definition at line 53 of file stem_ISO_8859_1_swedish.c.

◆ s_0_26

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

Definition at line 54 of file stem_ISO_8859_1_swedish.c.

◆ s_0_27

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

Definition at line 55 of file stem_ISO_8859_1_swedish.c.

◆ s_0_28

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

Definition at line 56 of file stem_ISO_8859_1_swedish.c.

◆ s_0_29

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

Definition at line 57 of file stem_ISO_8859_1_swedish.c.

◆ s_0_3

const symbol s_0_3[7] = { 'h', 'e', 't', 'e', 'r', 'n', 'a' }
static

Definition at line 31 of file stem_ISO_8859_1_swedish.c.

◆ s_0_30

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

Definition at line 58 of file stem_ISO_8859_1_swedish.c.

◆ s_0_31

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

Definition at line 59 of file stem_ISO_8859_1_swedish.c.

◆ s_0_32

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

Definition at line 60 of file stem_ISO_8859_1_swedish.c.

◆ s_0_33

const symbol s_0_33[2] = { 'a', 't' }
static

Definition at line 61 of file stem_ISO_8859_1_swedish.c.

◆ s_0_34

const symbol s_0_34[5] = { 'a', 'n', 'd', 'e', 't' }
static

Definition at line 62 of file stem_ISO_8859_1_swedish.c.

◆ s_0_35

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

Definition at line 63 of file stem_ISO_8859_1_swedish.c.

◆ s_0_36

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

Definition at line 64 of file stem_ISO_8859_1_swedish.c.

◆ s_0_4

const symbol s_0_4[4] = { 'o', 'r', 'n', 'a' }
static

Definition at line 32 of file stem_ISO_8859_1_swedish.c.

◆ s_0_5

const symbol s_0_5[2] = { 'a', 'd' }
static

Definition at line 33 of file stem_ISO_8859_1_swedish.c.

◆ s_0_6

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

Definition at line 34 of file stem_ISO_8859_1_swedish.c.

◆ s_0_7

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

Definition at line 35 of file stem_ISO_8859_1_swedish.c.

◆ s_0_8

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

Definition at line 36 of file stem_ISO_8859_1_swedish.c.

◆ s_0_9

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

Definition at line 37 of file stem_ISO_8859_1_swedish.c.

◆ s_1

const symbol s_1[] = { 'f', 'u', 'l', 'l' }
static

Definition at line 146 of file stem_ISO_8859_1_swedish.c.

Referenced by r_other_suffix().

◆ s_1_0

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

Definition at line 107 of file stem_ISO_8859_1_swedish.c.

◆ s_1_1

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

Definition at line 108 of file stem_ISO_8859_1_swedish.c.

◆ s_1_2

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

Definition at line 109 of file stem_ISO_8859_1_swedish.c.

◆ s_1_3

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

Definition at line 110 of file stem_ISO_8859_1_swedish.c.

◆ s_1_4

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

Definition at line 111 of file stem_ISO_8859_1_swedish.c.

◆ s_1_5

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

Definition at line 112 of file stem_ISO_8859_1_swedish.c.

◆ s_1_6

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

Definition at line 113 of file stem_ISO_8859_1_swedish.c.

◆ s_2_0

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

Definition at line 126 of file stem_ISO_8859_1_swedish.c.

◆ s_2_1

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

Definition at line 127 of file stem_ISO_8859_1_swedish.c.

◆ s_2_2

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

Definition at line 128 of file stem_ISO_8859_1_swedish.c.

◆ s_2_3

const symbol s_2_3[5] = { 'f', 'u', 'l', 'l', 't' }
static

Definition at line 129 of file stem_ISO_8859_1_swedish.c.

◆ s_2_4

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

Definition at line 130 of file stem_ISO_8859_1_swedish.c.