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[3] = { 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{ 3, 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 unsigned char g_ost_ending[] = { 173, 58 };
146
147static const symbol s_0[] = { 0xF6, 's' };
148static const symbol s_1[] = { 'f', 'u', 'l', 'l' };
149
150static int r_mark_regions(struct SN_env * z) {
151 z->I[1] = z->l;
152 { int c_test1 = z->c;
153z->c = z->c + 3;
154 if (z->c > z->l) return 0;
155 z->I[0] = z->c;
156 z->c = c_test1;
157 }
158
159 if (out_grouping(z, g_v, 97, 246, 1) < 0) return 0;
160
161 {
162 int ret = in_grouping(z, g_v, 97, 246, 1);
163 if (ret < 0) return 0;
164 z->c += ret;
165 }
166 z->I[1] = z->c;
167
168 if (z->I[1] >= z->I[0]) goto lab0;
169 z->I[1] = z->I[0];
170lab0:
171 return 1;
172}
173
174static int r_main_suffix(struct SN_env * z) {
175 int among_var;
176
177 { int mlimit1;
178 if (z->c < z->I[1]) return 0;
179 mlimit1 = z->lb; z->lb = z->I[1];
180 z->ket = z->c;
181 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; }
182 among_var = find_among_b(z, a_0, 37);
183 if (!among_var) { z->lb = mlimit1; return 0; }
184 z->bra = z->c;
185 z->lb = mlimit1;
186 }
187 switch (among_var) {
188 case 1:
189 { int ret = slice_del(z);
190 if (ret < 0) return ret;
191 }
192 break;
193 case 2:
194 if (in_grouping_b(z, g_s_ending, 98, 121, 0)) return 0;
195 { int ret = slice_del(z);
196 if (ret < 0) return ret;
197 }
198 break;
199 }
200 return 1;
201}
202
203static int r_consonant_pair(struct SN_env * z) {
204
205 { int mlimit1;
206 if (z->c < z->I[1]) return 0;
207 mlimit1 = z->lb; z->lb = z->I[1];
208 { int m2 = z->l - z->c; (void)m2;
209 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; }
210 if (!find_among_b(z, a_1, 7)) { z->lb = mlimit1; return 0; }
211 z->c = z->l - m2;
212 z->ket = z->c;
213 if (z->c <= z->lb) { z->lb = mlimit1; return 0; }
214 z->c--;
215 z->bra = z->c;
216 { int ret = slice_del(z);
217 if (ret < 0) return ret;
218 }
219 }
220 z->lb = mlimit1;
221 }
222 return 1;
223}
224
225static int r_other_suffix(struct SN_env * z) {
226 int among_var;
227
228 { int mlimit1;
229 if (z->c < z->I[1]) return 0;
230 mlimit1 = z->lb; z->lb = z->I[1];
231 z->ket = z->c;
232 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; }
233 among_var = find_among_b(z, a_2, 5);
234 if (!among_var) { z->lb = mlimit1; return 0; }
235 z->bra = z->c;
236 z->lb = mlimit1;
237 }
238 switch (among_var) {
239 case 1:
240 { int ret = slice_del(z);
241 if (ret < 0) return ret;
242 }
243 break;
244 case 2:
245 if (in_grouping_b(z, g_ost_ending, 105, 118, 0)) return 0;
246 { int ret = slice_from_s(z, 2, s_0);
247 if (ret < 0) return ret;
248 }
249 break;
250 case 3:
251 { int ret = slice_from_s(z, 4, s_1);
252 if (ret < 0) return ret;
253 }
254 break;
255 }
256 return 1;
257}
258
259extern int swedish_ISO_8859_1_stem(struct SN_env * z) {
260 { int c1 = z->c;
261 { int ret = r_mark_regions(z);
262 if (ret < 0) return ret;
263 }
264 z->c = c1;
265 }
266 z->lb = z->c; z->c = z->l;
267
268 { int m2 = z->l - z->c; (void)m2;
269 { int ret = r_main_suffix(z);
270 if (ret < 0) return ret;
271 }
272 z->c = z->l - m2;
273 }
274 { int m3 = z->l - z->c; (void)m3;
275 { int ret = r_consonant_pair(z);
276 if (ret < 0) return ret;
277 }
278 z->c = z->l - m3;
279 }
280 { int m4 = z->l - z->c; (void)m4;
281 { int ret = r_other_suffix(z);
282 if (ret < 0) return ret;
283 }
284 z->c = z->l - m4;
285 }
286 z->c = z->lb;
287 return 1;
288}
289
290extern struct SN_env * swedish_ISO_8859_1_create_env(void) { return SN_create_env(0, 2); }
291
292extern void swedish_ISO_8859_1_close_env(struct SN_env * z) { SN_close_env(z, 0); }
293
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_0_23[5]
static const symbol s_0_34[5]
static const symbol s_0_30[5]
static const unsigned char g_ost_ending[]
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]
static const symbol s_2_4[3]
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