PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
stem_ISO_8859_1_swedish.c
Go to the documentation of this file.
1/* Generated by Snowball 2.2.0 - https://snowballstem.org/ */
2
3#include "header.h"
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8extern int swedish_ISO_8859_1_stem(struct SN_env * z);
9#ifdef __cplusplus
10}
11#endif
12static int r_other_suffix(struct SN_env * z);
13static int r_consonant_pair(struct SN_env * z);
14static int r_main_suffix(struct SN_env * z);
15static int r_mark_regions(struct SN_env * z);
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20
21extern struct SN_env * swedish_ISO_8859_1_create_env(void);
22extern void swedish_ISO_8859_1_close_env(struct SN_env * z);
23
24
25#ifdef __cplusplus
26}
27#endif
28static const symbol s_0_0[1] = { 'a' };
29static const symbol s_0_1[4] = { 'a', 'r', 'n', 'a' };
30static const symbol s_0_2[4] = { 'e', 'r', 'n', 'a' };
31static const symbol s_0_3[7] = { 'h', 'e', 't', 'e', 'r', 'n', 'a' };
32static const symbol s_0_4[4] = { 'o', 'r', 'n', 'a' };
33static const symbol s_0_5[2] = { 'a', 'd' };
34static const symbol s_0_6[1] = { 'e' };
35static const symbol s_0_7[3] = { 'a', 'd', 'e' };
36static const symbol s_0_8[4] = { 'a', 'n', 'd', 'e' };
37static const symbol s_0_9[4] = { 'a', 'r', 'n', 'e' };
38static const symbol s_0_10[3] = { 'a', 'r', 'e' };
39static const symbol s_0_11[4] = { 'a', 's', 't', 'e' };
40static const symbol s_0_12[2] = { 'e', 'n' };
41static const symbol s_0_13[5] = { 'a', 'n', 'd', 'e', 'n' };
42static const symbol s_0_14[4] = { 'a', 'r', 'e', 'n' };
43static const symbol s_0_15[5] = { 'h', 'e', 't', 'e', 'n' };
44static const symbol s_0_16[3] = { 'e', 'r', 'n' };
45static const symbol s_0_17[2] = { 'a', 'r' };
46static const symbol s_0_18[2] = { 'e', 'r' };
47static const symbol s_0_19[5] = { 'h', 'e', 't', 'e', 'r' };
48static const symbol s_0_20[2] = { 'o', 'r' };
49static const symbol s_0_21[1] = { 's' };
50static const symbol s_0_22[2] = { 'a', 's' };
51static const symbol s_0_23[5] = { 'a', 'r', 'n', 'a', 's' };
52static const symbol s_0_24[5] = { 'e', 'r', 'n', 'a', 's' };
53static const symbol s_0_25[5] = { 'o', 'r', 'n', 'a', 's' };
54static const symbol s_0_26[2] = { 'e', 's' };
55static const symbol s_0_27[4] = { 'a', 'd', 'e', 's' };
56static const symbol s_0_28[5] = { 'a', 'n', 'd', 'e', 's' };
57static const symbol s_0_29[3] = { 'e', 'n', 's' };
58static const symbol s_0_30[5] = { 'a', 'r', 'e', 'n', 's' };
59static const symbol s_0_31[6] = { 'h', 'e', 't', 'e', 'n', 's' };
60static const symbol s_0_32[4] = { 'e', 'r', 'n', 's' };
61static const symbol s_0_33[2] = { 'a', 't' };
62static const symbol s_0_34[5] = { 'a', 'n', 'd', 'e', 't' };
63static const symbol s_0_35[3] = { 'h', 'e', 't' };
64static const symbol s_0_36[3] = { 'a', 's', 't' };
65
66static const struct among a_0[37] =
67{
68{ 1, s_0_0, -1, 1, 0},
69{ 4, s_0_1, 0, 1, 0},
70{ 4, s_0_2, 0, 1, 0},
71{ 7, s_0_3, 2, 1, 0},
72{ 4, s_0_4, 0, 1, 0},
73{ 2, s_0_5, -1, 1, 0},
74{ 1, s_0_6, -1, 1, 0},
75{ 3, s_0_7, 6, 1, 0},
76{ 4, s_0_8, 6, 1, 0},
77{ 4, s_0_9, 6, 1, 0},
78{ 3, s_0_10, 6, 1, 0},
79{ 4, s_0_11, 6, 1, 0},
80{ 2, s_0_12, -1, 1, 0},
81{ 5, s_0_13, 12, 1, 0},
82{ 4, s_0_14, 12, 1, 0},
83{ 5, s_0_15, 12, 1, 0},
84{ 3, s_0_16, -1, 1, 0},
85{ 2, s_0_17, -1, 1, 0},
86{ 2, s_0_18, -1, 1, 0},
87{ 5, s_0_19, 18, 1, 0},
88{ 2, s_0_20, -1, 1, 0},
89{ 1, s_0_21, -1, 2, 0},
90{ 2, s_0_22, 21, 1, 0},
91{ 5, s_0_23, 22, 1, 0},
92{ 5, s_0_24, 22, 1, 0},
93{ 5, s_0_25, 22, 1, 0},
94{ 2, s_0_26, 21, 1, 0},
95{ 4, s_0_27, 26, 1, 0},
96{ 5, s_0_28, 26, 1, 0},
97{ 3, s_0_29, 21, 1, 0},
98{ 5, s_0_30, 29, 1, 0},
99{ 6, s_0_31, 29, 1, 0},
100{ 4, s_0_32, 21, 1, 0},
101{ 2, s_0_33, -1, 1, 0},
102{ 5, s_0_34, -1, 1, 0},
103{ 3, s_0_35, -1, 1, 0},
104{ 3, s_0_36, -1, 1, 0}
105};
106
107static const symbol s_1_0[2] = { 'd', 'd' };
108static const symbol s_1_1[2] = { 'g', 'd' };
109static const symbol s_1_2[2] = { 'n', 'n' };
110static const symbol s_1_3[2] = { 'd', 't' };
111static const symbol s_1_4[2] = { 'g', 't' };
112static const symbol s_1_5[2] = { 'k', 't' };
113static const symbol s_1_6[2] = { 't', 't' };
114
115static const struct among a_1[7] =
116{
117{ 2, s_1_0, -1, -1, 0},
118{ 2, s_1_1, -1, -1, 0},
119{ 2, s_1_2, -1, -1, 0},
120{ 2, s_1_3, -1, -1, 0},
121{ 2, s_1_4, -1, -1, 0},
122{ 2, s_1_5, -1, -1, 0},
123{ 2, s_1_6, -1, -1, 0}
124};
125
126static const symbol s_2_0[2] = { 'i', 'g' };
127static const symbol s_2_1[3] = { 'l', 'i', 'g' };
128static const symbol s_2_2[3] = { 'e', 'l', 's' };
129static const symbol s_2_3[5] = { 'f', 'u', 'l', 'l', 't' };
130static const symbol s_2_4[4] = { 'l', 0xF6, 's', 't' };
131
132static const struct among a_2[5] =
133{
134{ 2, s_2_0, -1, 1, 0},
135{ 3, s_2_1, 0, 1, 0},
136{ 3, s_2_2, -1, 1, 0},
137{ 5, s_2_3, -1, 3, 0},
138{ 4, s_2_4, -1, 2, 0}
139};
140
141static const unsigned char g_v[] = { 17, 65, 16, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 0, 32 };
142
143static const unsigned char g_s_ending[] = { 119, 127, 149 };
144
145static const symbol s_0[] = { 'l', 0xF6, 's' };
146static const symbol s_1[] = { 'f', 'u', 'l', 'l' };
147
148static int r_mark_regions(struct SN_env * z) {
149 z->I[1] = z->l;
150 { int c_test1 = z->c;
151z->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];
166lab0:
167 return 1;
168}
169
170static int r_main_suffix(struct SN_env * z) {
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}
198
199static int r_consonant_pair(struct SN_env * z) {
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}
220
221static int r_other_suffix(struct SN_env * z) {
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}
253
254extern int swedish_ISO_8859_1_stem(struct SN_env * z) {
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}
284
285extern struct SN_env * swedish_ISO_8859_1_create_env(void) { return SN_create_env(0, 2); }
286
287extern void swedish_ISO_8859_1_close_env(struct SN_env * z) { SN_close_env(z, 0); }
288
void SN_close_env(struct SN_env *z, int S_size)
Definition: api.c:34
struct SN_env * SN_create_env(int S_size, int I_size)
Definition: api.c:3
unsigned char symbol
Definition: api.h:2
static const symbol s_0_27[4]
static const struct among a_2[5]
static const symbol s_0_2[4]
static const symbol s_1_5[2]
static const symbol s_0_5[2]
static const symbol s_1_6[2]
static const symbol s_0_33[2]
static const symbol s_1_2[2]
static const symbol s_0_10[3]
static int r_other_suffix(struct SN_env *z)
static const symbol s_0_0[1]
static int r_consonant_pair(struct SN_env *z)
static const struct among a_1[7]
static const symbol s_0_35[3]
static const symbol s_0_21[1]
static const symbol s_2_0[2]
static int r_main_suffix(struct SN_env *z)
int swedish_ISO_8859_1_stem(struct SN_env *z)
static const symbol s_1_3[2]
static const symbol s_2_1[3]
static const symbol s_1_0[2]
static const symbol s_0_6[1]
static const symbol s_0_25[5]
static const symbol s_0_15[5]
static const symbol s_0_17[2]
static const struct among a_0[37]
static const symbol s_2_4[4]
static const symbol s_0_23[5]
static const symbol s_0_34[5]
static const symbol s_0_30[5]
static const symbol s_1_1[2]
static const symbol s_0_16[3]
static const symbol s_0_19[5]
static const symbol s_0_18[2]
static const symbol s_0_26[2]
static const symbol s_0_24[5]
static const symbol s_2_3[5]
static const symbol s_0_9[4]
static const symbol s_0_20[2]
static const symbol s_0_4[4]
void swedish_ISO_8859_1_close_env(struct SN_env *z)
struct SN_env * swedish_ISO_8859_1_create_env(void)
static const symbol s_0_11[4]
static const symbol s_0_14[4]
static const symbol s_1[]
static const symbol s_1_4[2]
static const symbol s_2_2[3]
static int r_mark_regions(struct SN_env *z)
static const symbol s_0_8[4]
static const symbol s_0_28[5]
static const symbol s_0_31[6]
static const symbol s_0_12[2]
static const symbol s_0_13[5]
static const symbol s_0_7[3]
static const symbol s_0_36[3]
static const symbol s_0_22[2]
static const unsigned char g_v[]
static const unsigned char g_s_ending[]
static const symbol s_0_29[3]
static const symbol s_0_32[4]
static const symbol s_0_1[4]
static const symbol s_0[]
static const symbol s_0_3[7]
Definition: api.h:14
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
Definition: header.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
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
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