Age Owner Branch data TLA Line data Source code
1 : : /* Generated by Snowball 2.2.0 - https://snowballstem.org/ */
2 : :
3 : : #include "header.h"
4 : :
5 : : #ifdef __cplusplus
6 : : extern "C" {
7 : : #endif
8 : : extern int italian_UTF_8_stem(struct SN_env * z);
9 : : #ifdef __cplusplus
10 : : }
11 : : #endif
12 : : static int r_vowel_suffix(struct SN_env * z);
13 : : static int r_verb_suffix(struct SN_env * z);
14 : : static int r_standard_suffix(struct SN_env * z);
15 : : static int r_attached_pronoun(struct SN_env * z);
16 : : static int r_R2(struct SN_env * z);
17 : : static int r_R1(struct SN_env * z);
18 : : static int r_RV(struct SN_env * z);
19 : : static int r_mark_regions(struct SN_env * z);
20 : : static int r_postlude(struct SN_env * z);
21 : : static int r_prelude(struct SN_env * z);
22 : : #ifdef __cplusplus
23 : : extern "C" {
24 : : #endif
25 : :
26 : :
27 : : extern struct SN_env * italian_UTF_8_create_env(void);
28 : : extern void italian_UTF_8_close_env(struct SN_env * z);
29 : :
30 : :
31 : : #ifdef __cplusplus
32 : : }
33 : : #endif
34 : : static const symbol s_0_1[2] = { 'q', 'u' };
35 : : static const symbol s_0_2[2] = { 0xC3, 0xA1 };
36 : : static const symbol s_0_3[2] = { 0xC3, 0xA9 };
37 : : static const symbol s_0_4[2] = { 0xC3, 0xAD };
38 : : static const symbol s_0_5[2] = { 0xC3, 0xB3 };
39 : : static const symbol s_0_6[2] = { 0xC3, 0xBA };
40 : :
41 : : static const struct among a_0[7] =
42 : : {
43 : : { 0, 0, -1, 7, 0},
44 : : { 2, s_0_1, 0, 6, 0},
45 : : { 2, s_0_2, 0, 1, 0},
46 : : { 2, s_0_3, 0, 2, 0},
47 : : { 2, s_0_4, 0, 3, 0},
48 : : { 2, s_0_5, 0, 4, 0},
49 : : { 2, s_0_6, 0, 5, 0}
50 : : };
51 : :
52 : : static const symbol s_1_1[1] = { 'I' };
53 : : static const symbol s_1_2[1] = { 'U' };
54 : :
55 : : static const struct among a_1[3] =
56 : : {
57 : : { 0, 0, -1, 3, 0},
58 : : { 1, s_1_1, 0, 1, 0},
59 : : { 1, s_1_2, 0, 2, 0}
60 : : };
61 : :
62 : : static const symbol s_2_0[2] = { 'l', 'a' };
63 : : static const symbol s_2_1[4] = { 'c', 'e', 'l', 'a' };
64 : : static const symbol s_2_2[6] = { 'g', 'l', 'i', 'e', 'l', 'a' };
65 : : static const symbol s_2_3[4] = { 'm', 'e', 'l', 'a' };
66 : : static const symbol s_2_4[4] = { 't', 'e', 'l', 'a' };
67 : : static const symbol s_2_5[4] = { 'v', 'e', 'l', 'a' };
68 : : static const symbol s_2_6[2] = { 'l', 'e' };
69 : : static const symbol s_2_7[4] = { 'c', 'e', 'l', 'e' };
70 : : static const symbol s_2_8[6] = { 'g', 'l', 'i', 'e', 'l', 'e' };
71 : : static const symbol s_2_9[4] = { 'm', 'e', 'l', 'e' };
72 : : static const symbol s_2_10[4] = { 't', 'e', 'l', 'e' };
73 : : static const symbol s_2_11[4] = { 'v', 'e', 'l', 'e' };
74 : : static const symbol s_2_12[2] = { 'n', 'e' };
75 : : static const symbol s_2_13[4] = { 'c', 'e', 'n', 'e' };
76 : : static const symbol s_2_14[6] = { 'g', 'l', 'i', 'e', 'n', 'e' };
77 : : static const symbol s_2_15[4] = { 'm', 'e', 'n', 'e' };
78 : : static const symbol s_2_16[4] = { 's', 'e', 'n', 'e' };
79 : : static const symbol s_2_17[4] = { 't', 'e', 'n', 'e' };
80 : : static const symbol s_2_18[4] = { 'v', 'e', 'n', 'e' };
81 : : static const symbol s_2_19[2] = { 'c', 'i' };
82 : : static const symbol s_2_20[2] = { 'l', 'i' };
83 : : static const symbol s_2_21[4] = { 'c', 'e', 'l', 'i' };
84 : : static const symbol s_2_22[6] = { 'g', 'l', 'i', 'e', 'l', 'i' };
85 : : static const symbol s_2_23[4] = { 'm', 'e', 'l', 'i' };
86 : : static const symbol s_2_24[4] = { 't', 'e', 'l', 'i' };
87 : : static const symbol s_2_25[4] = { 'v', 'e', 'l', 'i' };
88 : : static const symbol s_2_26[3] = { 'g', 'l', 'i' };
89 : : static const symbol s_2_27[2] = { 'm', 'i' };
90 : : static const symbol s_2_28[2] = { 's', 'i' };
91 : : static const symbol s_2_29[2] = { 't', 'i' };
92 : : static const symbol s_2_30[2] = { 'v', 'i' };
93 : : static const symbol s_2_31[2] = { 'l', 'o' };
94 : : static const symbol s_2_32[4] = { 'c', 'e', 'l', 'o' };
95 : : static const symbol s_2_33[6] = { 'g', 'l', 'i', 'e', 'l', 'o' };
96 : : static const symbol s_2_34[4] = { 'm', 'e', 'l', 'o' };
97 : : static const symbol s_2_35[4] = { 't', 'e', 'l', 'o' };
98 : : static const symbol s_2_36[4] = { 'v', 'e', 'l', 'o' };
99 : :
100 : : static const struct among a_2[37] =
101 : : {
102 : : { 2, s_2_0, -1, -1, 0},
103 : : { 4, s_2_1, 0, -1, 0},
104 : : { 6, s_2_2, 0, -1, 0},
105 : : { 4, s_2_3, 0, -1, 0},
106 : : { 4, s_2_4, 0, -1, 0},
107 : : { 4, s_2_5, 0, -1, 0},
108 : : { 2, s_2_6, -1, -1, 0},
109 : : { 4, s_2_7, 6, -1, 0},
110 : : { 6, s_2_8, 6, -1, 0},
111 : : { 4, s_2_9, 6, -1, 0},
112 : : { 4, s_2_10, 6, -1, 0},
113 : : { 4, s_2_11, 6, -1, 0},
114 : : { 2, s_2_12, -1, -1, 0},
115 : : { 4, s_2_13, 12, -1, 0},
116 : : { 6, s_2_14, 12, -1, 0},
117 : : { 4, s_2_15, 12, -1, 0},
118 : : { 4, s_2_16, 12, -1, 0},
119 : : { 4, s_2_17, 12, -1, 0},
120 : : { 4, s_2_18, 12, -1, 0},
121 : : { 2, s_2_19, -1, -1, 0},
122 : : { 2, s_2_20, -1, -1, 0},
123 : : { 4, s_2_21, 20, -1, 0},
124 : : { 6, s_2_22, 20, -1, 0},
125 : : { 4, s_2_23, 20, -1, 0},
126 : : { 4, s_2_24, 20, -1, 0},
127 : : { 4, s_2_25, 20, -1, 0},
128 : : { 3, s_2_26, 20, -1, 0},
129 : : { 2, s_2_27, -1, -1, 0},
130 : : { 2, s_2_28, -1, -1, 0},
131 : : { 2, s_2_29, -1, -1, 0},
132 : : { 2, s_2_30, -1, -1, 0},
133 : : { 2, s_2_31, -1, -1, 0},
134 : : { 4, s_2_32, 31, -1, 0},
135 : : { 6, s_2_33, 31, -1, 0},
136 : : { 4, s_2_34, 31, -1, 0},
137 : : { 4, s_2_35, 31, -1, 0},
138 : : { 4, s_2_36, 31, -1, 0}
139 : : };
140 : :
141 : : static const symbol s_3_0[4] = { 'a', 'n', 'd', 'o' };
142 : : static const symbol s_3_1[4] = { 'e', 'n', 'd', 'o' };
143 : : static const symbol s_3_2[2] = { 'a', 'r' };
144 : : static const symbol s_3_3[2] = { 'e', 'r' };
145 : : static const symbol s_3_4[2] = { 'i', 'r' };
146 : :
147 : : static const struct among a_3[5] =
148 : : {
149 : : { 4, s_3_0, -1, 1, 0},
150 : : { 4, s_3_1, -1, 1, 0},
151 : : { 2, s_3_2, -1, 2, 0},
152 : : { 2, s_3_3, -1, 2, 0},
153 : : { 2, s_3_4, -1, 2, 0}
154 : : };
155 : :
156 : : static const symbol s_4_0[2] = { 'i', 'c' };
157 : : static const symbol s_4_1[4] = { 'a', 'b', 'i', 'l' };
158 : : static const symbol s_4_2[2] = { 'o', 's' };
159 : : static const symbol s_4_3[2] = { 'i', 'v' };
160 : :
161 : : static const struct among a_4[4] =
162 : : {
163 : : { 2, s_4_0, -1, -1, 0},
164 : : { 4, s_4_1, -1, -1, 0},
165 : : { 2, s_4_2, -1, -1, 0},
166 : : { 2, s_4_3, -1, 1, 0}
167 : : };
168 : :
169 : : static const symbol s_5_0[2] = { 'i', 'c' };
170 : : static const symbol s_5_1[4] = { 'a', 'b', 'i', 'l' };
171 : : static const symbol s_5_2[2] = { 'i', 'v' };
172 : :
173 : : static const struct among a_5[3] =
174 : : {
175 : : { 2, s_5_0, -1, 1, 0},
176 : : { 4, s_5_1, -1, 1, 0},
177 : : { 2, s_5_2, -1, 1, 0}
178 : : };
179 : :
180 : : static const symbol s_6_0[3] = { 'i', 'c', 'a' };
181 : : static const symbol s_6_1[5] = { 'l', 'o', 'g', 'i', 'a' };
182 : : static const symbol s_6_2[3] = { 'o', 's', 'a' };
183 : : static const symbol s_6_3[4] = { 'i', 's', 't', 'a' };
184 : : static const symbol s_6_4[3] = { 'i', 'v', 'a' };
185 : : static const symbol s_6_5[4] = { 'a', 'n', 'z', 'a' };
186 : : static const symbol s_6_6[4] = { 'e', 'n', 'z', 'a' };
187 : : static const symbol s_6_7[3] = { 'i', 'c', 'e' };
188 : : static const symbol s_6_8[6] = { 'a', 't', 'r', 'i', 'c', 'e' };
189 : : static const symbol s_6_9[4] = { 'i', 'c', 'h', 'e' };
190 : : static const symbol s_6_10[5] = { 'l', 'o', 'g', 'i', 'e' };
191 : : static const symbol s_6_11[5] = { 'a', 'b', 'i', 'l', 'e' };
192 : : static const symbol s_6_12[5] = { 'i', 'b', 'i', 'l', 'e' };
193 : : static const symbol s_6_13[6] = { 'u', 's', 'i', 'o', 'n', 'e' };
194 : : static const symbol s_6_14[6] = { 'a', 'z', 'i', 'o', 'n', 'e' };
195 : : static const symbol s_6_15[6] = { 'u', 'z', 'i', 'o', 'n', 'e' };
196 : : static const symbol s_6_16[5] = { 'a', 't', 'o', 'r', 'e' };
197 : : static const symbol s_6_17[3] = { 'o', 's', 'e' };
198 : : static const symbol s_6_18[4] = { 'a', 'n', 't', 'e' };
199 : : static const symbol s_6_19[5] = { 'm', 'e', 'n', 't', 'e' };
200 : : static const symbol s_6_20[6] = { 'a', 'm', 'e', 'n', 't', 'e' };
201 : : static const symbol s_6_21[4] = { 'i', 's', 't', 'e' };
202 : : static const symbol s_6_22[3] = { 'i', 'v', 'e' };
203 : : static const symbol s_6_23[4] = { 'a', 'n', 'z', 'e' };
204 : : static const symbol s_6_24[4] = { 'e', 'n', 'z', 'e' };
205 : : static const symbol s_6_25[3] = { 'i', 'c', 'i' };
206 : : static const symbol s_6_26[6] = { 'a', 't', 'r', 'i', 'c', 'i' };
207 : : static const symbol s_6_27[4] = { 'i', 'c', 'h', 'i' };
208 : : static const symbol s_6_28[5] = { 'a', 'b', 'i', 'l', 'i' };
209 : : static const symbol s_6_29[5] = { 'i', 'b', 'i', 'l', 'i' };
210 : : static const symbol s_6_30[4] = { 'i', 's', 'm', 'i' };
211 : : static const symbol s_6_31[6] = { 'u', 's', 'i', 'o', 'n', 'i' };
212 : : static const symbol s_6_32[6] = { 'a', 'z', 'i', 'o', 'n', 'i' };
213 : : static const symbol s_6_33[6] = { 'u', 'z', 'i', 'o', 'n', 'i' };
214 : : static const symbol s_6_34[5] = { 'a', 't', 'o', 'r', 'i' };
215 : : static const symbol s_6_35[3] = { 'o', 's', 'i' };
216 : : static const symbol s_6_36[4] = { 'a', 'n', 't', 'i' };
217 : : static const symbol s_6_37[6] = { 'a', 'm', 'e', 'n', 't', 'i' };
218 : : static const symbol s_6_38[6] = { 'i', 'm', 'e', 'n', 't', 'i' };
219 : : static const symbol s_6_39[4] = { 'i', 's', 't', 'i' };
220 : : static const symbol s_6_40[3] = { 'i', 'v', 'i' };
221 : : static const symbol s_6_41[3] = { 'i', 'c', 'o' };
222 : : static const symbol s_6_42[4] = { 'i', 's', 'm', 'o' };
223 : : static const symbol s_6_43[3] = { 'o', 's', 'o' };
224 : : static const symbol s_6_44[6] = { 'a', 'm', 'e', 'n', 't', 'o' };
225 : : static const symbol s_6_45[6] = { 'i', 'm', 'e', 'n', 't', 'o' };
226 : : static const symbol s_6_46[3] = { 'i', 'v', 'o' };
227 : : static const symbol s_6_47[4] = { 'i', 't', 0xC3, 0xA0 };
228 : : static const symbol s_6_48[5] = { 'i', 's', 't', 0xC3, 0xA0 };
229 : : static const symbol s_6_49[5] = { 'i', 's', 't', 0xC3, 0xA8 };
230 : : static const symbol s_6_50[5] = { 'i', 's', 't', 0xC3, 0xAC };
231 : :
232 : : static const struct among a_6[51] =
233 : : {
234 : : { 3, s_6_0, -1, 1, 0},
235 : : { 5, s_6_1, -1, 3, 0},
236 : : { 3, s_6_2, -1, 1, 0},
237 : : { 4, s_6_3, -1, 1, 0},
238 : : { 3, s_6_4, -1, 9, 0},
239 : : { 4, s_6_5, -1, 1, 0},
240 : : { 4, s_6_6, -1, 5, 0},
241 : : { 3, s_6_7, -1, 1, 0},
242 : : { 6, s_6_8, 7, 1, 0},
243 : : { 4, s_6_9, -1, 1, 0},
244 : : { 5, s_6_10, -1, 3, 0},
245 : : { 5, s_6_11, -1, 1, 0},
246 : : { 5, s_6_12, -1, 1, 0},
247 : : { 6, s_6_13, -1, 4, 0},
248 : : { 6, s_6_14, -1, 2, 0},
249 : : { 6, s_6_15, -1, 4, 0},
250 : : { 5, s_6_16, -1, 2, 0},
251 : : { 3, s_6_17, -1, 1, 0},
252 : : { 4, s_6_18, -1, 1, 0},
253 : : { 5, s_6_19, -1, 1, 0},
254 : : { 6, s_6_20, 19, 7, 0},
255 : : { 4, s_6_21, -1, 1, 0},
256 : : { 3, s_6_22, -1, 9, 0},
257 : : { 4, s_6_23, -1, 1, 0},
258 : : { 4, s_6_24, -1, 5, 0},
259 : : { 3, s_6_25, -1, 1, 0},
260 : : { 6, s_6_26, 25, 1, 0},
261 : : { 4, s_6_27, -1, 1, 0},
262 : : { 5, s_6_28, -1, 1, 0},
263 : : { 5, s_6_29, -1, 1, 0},
264 : : { 4, s_6_30, -1, 1, 0},
265 : : { 6, s_6_31, -1, 4, 0},
266 : : { 6, s_6_32, -1, 2, 0},
267 : : { 6, s_6_33, -1, 4, 0},
268 : : { 5, s_6_34, -1, 2, 0},
269 : : { 3, s_6_35, -1, 1, 0},
270 : : { 4, s_6_36, -1, 1, 0},
271 : : { 6, s_6_37, -1, 6, 0},
272 : : { 6, s_6_38, -1, 6, 0},
273 : : { 4, s_6_39, -1, 1, 0},
274 : : { 3, s_6_40, -1, 9, 0},
275 : : { 3, s_6_41, -1, 1, 0},
276 : : { 4, s_6_42, -1, 1, 0},
277 : : { 3, s_6_43, -1, 1, 0},
278 : : { 6, s_6_44, -1, 6, 0},
279 : : { 6, s_6_45, -1, 6, 0},
280 : : { 3, s_6_46, -1, 9, 0},
281 : : { 4, s_6_47, -1, 8, 0},
282 : : { 5, s_6_48, -1, 1, 0},
283 : : { 5, s_6_49, -1, 1, 0},
284 : : { 5, s_6_50, -1, 1, 0}
285 : : };
286 : :
287 : : static const symbol s_7_0[4] = { 'i', 's', 'c', 'a' };
288 : : static const symbol s_7_1[4] = { 'e', 'n', 'd', 'a' };
289 : : static const symbol s_7_2[3] = { 'a', 't', 'a' };
290 : : static const symbol s_7_3[3] = { 'i', 't', 'a' };
291 : : static const symbol s_7_4[3] = { 'u', 't', 'a' };
292 : : static const symbol s_7_5[3] = { 'a', 'v', 'a' };
293 : : static const symbol s_7_6[3] = { 'e', 'v', 'a' };
294 : : static const symbol s_7_7[3] = { 'i', 'v', 'a' };
295 : : static const symbol s_7_8[6] = { 'e', 'r', 'e', 'b', 'b', 'e' };
296 : : static const symbol s_7_9[6] = { 'i', 'r', 'e', 'b', 'b', 'e' };
297 : : static const symbol s_7_10[4] = { 'i', 's', 'c', 'e' };
298 : : static const symbol s_7_11[4] = { 'e', 'n', 'd', 'e' };
299 : : static const symbol s_7_12[3] = { 'a', 'r', 'e' };
300 : : static const symbol s_7_13[3] = { 'e', 'r', 'e' };
301 : : static const symbol s_7_14[3] = { 'i', 'r', 'e' };
302 : : static const symbol s_7_15[4] = { 'a', 's', 's', 'e' };
303 : : static const symbol s_7_16[3] = { 'a', 't', 'e' };
304 : : static const symbol s_7_17[5] = { 'a', 'v', 'a', 't', 'e' };
305 : : static const symbol s_7_18[5] = { 'e', 'v', 'a', 't', 'e' };
306 : : static const symbol s_7_19[5] = { 'i', 'v', 'a', 't', 'e' };
307 : : static const symbol s_7_20[3] = { 'e', 't', 'e' };
308 : : static const symbol s_7_21[5] = { 'e', 'r', 'e', 't', 'e' };
309 : : static const symbol s_7_22[5] = { 'i', 'r', 'e', 't', 'e' };
310 : : static const symbol s_7_23[3] = { 'i', 't', 'e' };
311 : : static const symbol s_7_24[6] = { 'e', 'r', 'e', 's', 't', 'e' };
312 : : static const symbol s_7_25[6] = { 'i', 'r', 'e', 's', 't', 'e' };
313 : : static const symbol s_7_26[3] = { 'u', 't', 'e' };
314 : : static const symbol s_7_27[4] = { 'e', 'r', 'a', 'i' };
315 : : static const symbol s_7_28[4] = { 'i', 'r', 'a', 'i' };
316 : : static const symbol s_7_29[4] = { 'i', 's', 'c', 'i' };
317 : : static const symbol s_7_30[4] = { 'e', 'n', 'd', 'i' };
318 : : static const symbol s_7_31[4] = { 'e', 'r', 'e', 'i' };
319 : : static const symbol s_7_32[4] = { 'i', 'r', 'e', 'i' };
320 : : static const symbol s_7_33[4] = { 'a', 's', 's', 'i' };
321 : : static const symbol s_7_34[3] = { 'a', 't', 'i' };
322 : : static const symbol s_7_35[3] = { 'i', 't', 'i' };
323 : : static const symbol s_7_36[6] = { 'e', 'r', 'e', 's', 't', 'i' };
324 : : static const symbol s_7_37[6] = { 'i', 'r', 'e', 's', 't', 'i' };
325 : : static const symbol s_7_38[3] = { 'u', 't', 'i' };
326 : : static const symbol s_7_39[3] = { 'a', 'v', 'i' };
327 : : static const symbol s_7_40[3] = { 'e', 'v', 'i' };
328 : : static const symbol s_7_41[3] = { 'i', 'v', 'i' };
329 : : static const symbol s_7_42[4] = { 'i', 's', 'c', 'o' };
330 : : static const symbol s_7_43[4] = { 'a', 'n', 'd', 'o' };
331 : : static const symbol s_7_44[4] = { 'e', 'n', 'd', 'o' };
332 : : static const symbol s_7_45[4] = { 'Y', 'a', 'm', 'o' };
333 : : static const symbol s_7_46[4] = { 'i', 'a', 'm', 'o' };
334 : : static const symbol s_7_47[5] = { 'a', 'v', 'a', 'm', 'o' };
335 : : static const symbol s_7_48[5] = { 'e', 'v', 'a', 'm', 'o' };
336 : : static const symbol s_7_49[5] = { 'i', 'v', 'a', 'm', 'o' };
337 : : static const symbol s_7_50[5] = { 'e', 'r', 'e', 'm', 'o' };
338 : : static const symbol s_7_51[5] = { 'i', 'r', 'e', 'm', 'o' };
339 : : static const symbol s_7_52[6] = { 'a', 's', 's', 'i', 'm', 'o' };
340 : : static const symbol s_7_53[4] = { 'a', 'm', 'm', 'o' };
341 : : static const symbol s_7_54[4] = { 'e', 'm', 'm', 'o' };
342 : : static const symbol s_7_55[6] = { 'e', 'r', 'e', 'm', 'm', 'o' };
343 : : static const symbol s_7_56[6] = { 'i', 'r', 'e', 'm', 'm', 'o' };
344 : : static const symbol s_7_57[4] = { 'i', 'm', 'm', 'o' };
345 : : static const symbol s_7_58[3] = { 'a', 'n', 'o' };
346 : : static const symbol s_7_59[6] = { 'i', 's', 'c', 'a', 'n', 'o' };
347 : : static const symbol s_7_60[5] = { 'a', 'v', 'a', 'n', 'o' };
348 : : static const symbol s_7_61[5] = { 'e', 'v', 'a', 'n', 'o' };
349 : : static const symbol s_7_62[5] = { 'i', 'v', 'a', 'n', 'o' };
350 : : static const symbol s_7_63[6] = { 'e', 'r', 'a', 'n', 'n', 'o' };
351 : : static const symbol s_7_64[6] = { 'i', 'r', 'a', 'n', 'n', 'o' };
352 : : static const symbol s_7_65[3] = { 'o', 'n', 'o' };
353 : : static const symbol s_7_66[6] = { 'i', 's', 'c', 'o', 'n', 'o' };
354 : : static const symbol s_7_67[5] = { 'a', 'r', 'o', 'n', 'o' };
355 : : static const symbol s_7_68[5] = { 'e', 'r', 'o', 'n', 'o' };
356 : : static const symbol s_7_69[5] = { 'i', 'r', 'o', 'n', 'o' };
357 : : static const symbol s_7_70[8] = { 'e', 'r', 'e', 'b', 'b', 'e', 'r', 'o' };
358 : : static const symbol s_7_71[8] = { 'i', 'r', 'e', 'b', 'b', 'e', 'r', 'o' };
359 : : static const symbol s_7_72[6] = { 'a', 's', 's', 'e', 'r', 'o' };
360 : : static const symbol s_7_73[6] = { 'e', 's', 's', 'e', 'r', 'o' };
361 : : static const symbol s_7_74[6] = { 'i', 's', 's', 'e', 'r', 'o' };
362 : : static const symbol s_7_75[3] = { 'a', 't', 'o' };
363 : : static const symbol s_7_76[3] = { 'i', 't', 'o' };
364 : : static const symbol s_7_77[3] = { 'u', 't', 'o' };
365 : : static const symbol s_7_78[3] = { 'a', 'v', 'o' };
366 : : static const symbol s_7_79[3] = { 'e', 'v', 'o' };
367 : : static const symbol s_7_80[3] = { 'i', 'v', 'o' };
368 : : static const symbol s_7_81[2] = { 'a', 'r' };
369 : : static const symbol s_7_82[2] = { 'i', 'r' };
370 : : static const symbol s_7_83[4] = { 'e', 'r', 0xC3, 0xA0 };
371 : : static const symbol s_7_84[4] = { 'i', 'r', 0xC3, 0xA0 };
372 : : static const symbol s_7_85[4] = { 'e', 'r', 0xC3, 0xB2 };
373 : : static const symbol s_7_86[4] = { 'i', 'r', 0xC3, 0xB2 };
374 : :
375 : : static const struct among a_7[87] =
376 : : {
377 : : { 4, s_7_0, -1, 1, 0},
378 : : { 4, s_7_1, -1, 1, 0},
379 : : { 3, s_7_2, -1, 1, 0},
380 : : { 3, s_7_3, -1, 1, 0},
381 : : { 3, s_7_4, -1, 1, 0},
382 : : { 3, s_7_5, -1, 1, 0},
383 : : { 3, s_7_6, -1, 1, 0},
384 : : { 3, s_7_7, -1, 1, 0},
385 : : { 6, s_7_8, -1, 1, 0},
386 : : { 6, s_7_9, -1, 1, 0},
387 : : { 4, s_7_10, -1, 1, 0},
388 : : { 4, s_7_11, -1, 1, 0},
389 : : { 3, s_7_12, -1, 1, 0},
390 : : { 3, s_7_13, -1, 1, 0},
391 : : { 3, s_7_14, -1, 1, 0},
392 : : { 4, s_7_15, -1, 1, 0},
393 : : { 3, s_7_16, -1, 1, 0},
394 : : { 5, s_7_17, 16, 1, 0},
395 : : { 5, s_7_18, 16, 1, 0},
396 : : { 5, s_7_19, 16, 1, 0},
397 : : { 3, s_7_20, -1, 1, 0},
398 : : { 5, s_7_21, 20, 1, 0},
399 : : { 5, s_7_22, 20, 1, 0},
400 : : { 3, s_7_23, -1, 1, 0},
401 : : { 6, s_7_24, -1, 1, 0},
402 : : { 6, s_7_25, -1, 1, 0},
403 : : { 3, s_7_26, -1, 1, 0},
404 : : { 4, s_7_27, -1, 1, 0},
405 : : { 4, s_7_28, -1, 1, 0},
406 : : { 4, s_7_29, -1, 1, 0},
407 : : { 4, s_7_30, -1, 1, 0},
408 : : { 4, s_7_31, -1, 1, 0},
409 : : { 4, s_7_32, -1, 1, 0},
410 : : { 4, s_7_33, -1, 1, 0},
411 : : { 3, s_7_34, -1, 1, 0},
412 : : { 3, s_7_35, -1, 1, 0},
413 : : { 6, s_7_36, -1, 1, 0},
414 : : { 6, s_7_37, -1, 1, 0},
415 : : { 3, s_7_38, -1, 1, 0},
416 : : { 3, s_7_39, -1, 1, 0},
417 : : { 3, s_7_40, -1, 1, 0},
418 : : { 3, s_7_41, -1, 1, 0},
419 : : { 4, s_7_42, -1, 1, 0},
420 : : { 4, s_7_43, -1, 1, 0},
421 : : { 4, s_7_44, -1, 1, 0},
422 : : { 4, s_7_45, -1, 1, 0},
423 : : { 4, s_7_46, -1, 1, 0},
424 : : { 5, s_7_47, -1, 1, 0},
425 : : { 5, s_7_48, -1, 1, 0},
426 : : { 5, s_7_49, -1, 1, 0},
427 : : { 5, s_7_50, -1, 1, 0},
428 : : { 5, s_7_51, -1, 1, 0},
429 : : { 6, s_7_52, -1, 1, 0},
430 : : { 4, s_7_53, -1, 1, 0},
431 : : { 4, s_7_54, -1, 1, 0},
432 : : { 6, s_7_55, 54, 1, 0},
433 : : { 6, s_7_56, 54, 1, 0},
434 : : { 4, s_7_57, -1, 1, 0},
435 : : { 3, s_7_58, -1, 1, 0},
436 : : { 6, s_7_59, 58, 1, 0},
437 : : { 5, s_7_60, 58, 1, 0},
438 : : { 5, s_7_61, 58, 1, 0},
439 : : { 5, s_7_62, 58, 1, 0},
440 : : { 6, s_7_63, -1, 1, 0},
441 : : { 6, s_7_64, -1, 1, 0},
442 : : { 3, s_7_65, -1, 1, 0},
443 : : { 6, s_7_66, 65, 1, 0},
444 : : { 5, s_7_67, 65, 1, 0},
445 : : { 5, s_7_68, 65, 1, 0},
446 : : { 5, s_7_69, 65, 1, 0},
447 : : { 8, s_7_70, -1, 1, 0},
448 : : { 8, s_7_71, -1, 1, 0},
449 : : { 6, s_7_72, -1, 1, 0},
450 : : { 6, s_7_73, -1, 1, 0},
451 : : { 6, s_7_74, -1, 1, 0},
452 : : { 3, s_7_75, -1, 1, 0},
453 : : { 3, s_7_76, -1, 1, 0},
454 : : { 3, s_7_77, -1, 1, 0},
455 : : { 3, s_7_78, -1, 1, 0},
456 : : { 3, s_7_79, -1, 1, 0},
457 : : { 3, s_7_80, -1, 1, 0},
458 : : { 2, s_7_81, -1, 1, 0},
459 : : { 2, s_7_82, -1, 1, 0},
460 : : { 4, s_7_83, -1, 1, 0},
461 : : { 4, s_7_84, -1, 1, 0},
462 : : { 4, s_7_85, -1, 1, 0},
463 : : { 4, s_7_86, -1, 1, 0}
464 : : };
465 : :
466 : : static const unsigned char g_v[] = { 17, 65, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 8, 2, 1 };
467 : :
468 : : static const unsigned char g_AEIO[] = { 17, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 8, 2 };
469 : :
470 : : static const unsigned char g_CG[] = { 17 };
471 : :
472 : : static const symbol s_0[] = { 0xC3, 0xA0 };
473 : : static const symbol s_1[] = { 0xC3, 0xA8 };
474 : : static const symbol s_2[] = { 0xC3, 0xAC };
475 : : static const symbol s_3[] = { 0xC3, 0xB2 };
476 : : static const symbol s_4[] = { 0xC3, 0xB9 };
477 : : static const symbol s_5[] = { 'q', 'U' };
478 : : static const symbol s_6[] = { 'U' };
479 : : static const symbol s_7[] = { 'I' };
480 : : static const symbol s_8[] = { 'i' };
481 : : static const symbol s_9[] = { 'u' };
482 : : static const symbol s_10[] = { 'e' };
483 : : static const symbol s_11[] = { 'i', 'c' };
484 : : static const symbol s_12[] = { 'l', 'o', 'g' };
485 : : static const symbol s_13[] = { 'u' };
486 : : static const symbol s_14[] = { 'e', 'n', 't', 'e' };
487 : : static const symbol s_15[] = { 'a', 't' };
488 : : static const symbol s_16[] = { 'a', 't' };
489 : : static const symbol s_17[] = { 'i', 'c' };
490 : :
1150 peter@eisentraut.org 491 :UBC 0 : static int r_prelude(struct SN_env * z) {
492 : : int among_var;
493 : 0 : { int c_test1 = z->c;
494 : 0 : while(1) {
495 : 0 : int c2 = z->c;
496 : 0 : z->bra = z->c;
497 : 0 : among_var = find_among(z, a_0, 7);
6081 tgl@sss.pgh.pa.us 498 [ # # ]: 0 : if (!(among_var)) goto lab0;
1150 peter@eisentraut.org 499 : 0 : z->ket = z->c;
500 [ # # # # : 0 : switch (among_var) {
# # # # ]
6081 tgl@sss.pgh.pa.us 501 : 0 : case 1:
1150 peter@eisentraut.org 502 : 0 : { int ret = slice_from_s(z, 2, s_0);
6081 tgl@sss.pgh.pa.us 503 [ # # ]: 0 : if (ret < 0) return ret;
504 : : }
505 : 0 : break;
506 : 0 : case 2:
1150 peter@eisentraut.org 507 : 0 : { int ret = slice_from_s(z, 2, s_1);
6081 tgl@sss.pgh.pa.us 508 [ # # ]: 0 : if (ret < 0) return ret;
509 : : }
510 : 0 : break;
511 : 0 : case 3:
1150 peter@eisentraut.org 512 : 0 : { int ret = slice_from_s(z, 2, s_2);
6081 tgl@sss.pgh.pa.us 513 [ # # ]: 0 : if (ret < 0) return ret;
514 : : }
515 : 0 : break;
516 : 0 : case 4:
1150 peter@eisentraut.org 517 : 0 : { int ret = slice_from_s(z, 2, s_3);
6081 tgl@sss.pgh.pa.us 518 [ # # ]: 0 : if (ret < 0) return ret;
519 : : }
520 : 0 : break;
521 : 0 : case 5:
1150 peter@eisentraut.org 522 : 0 : { int ret = slice_from_s(z, 2, s_4);
6081 tgl@sss.pgh.pa.us 523 [ # # ]: 0 : if (ret < 0) return ret;
524 : : }
525 : 0 : break;
526 : 0 : case 6:
1150 peter@eisentraut.org 527 : 0 : { int ret = slice_from_s(z, 2, s_5);
6081 tgl@sss.pgh.pa.us 528 [ # # ]: 0 : if (ret < 0) return ret;
529 : : }
530 : 0 : break;
531 : 0 : case 7:
1150 peter@eisentraut.org 532 : 0 : { int ret = skip_utf8(z->p, z->c, z->l, 1);
6081 tgl@sss.pgh.pa.us 533 [ # # ]: 0 : if (ret < 0) goto lab0;
1150 peter@eisentraut.org 534 : 0 : z->c = ret;
535 : : }
6081 tgl@sss.pgh.pa.us 536 : 0 : break;
537 : : }
538 : 0 : continue;
539 : 0 : lab0:
2029 540 : 0 : z->c = c2;
6081 541 : 0 : break;
542 : : }
2029 543 : 0 : z->c = c_test1;
544 : : }
1150 peter@eisentraut.org 545 : 0 : while(1) {
546 : 0 : int c3 = z->c;
547 : 0 : while(1) {
2029 tgl@sss.pgh.pa.us 548 : 0 : int c4 = z->c;
1150 peter@eisentraut.org 549 [ # # ]: 0 : if (in_grouping_U(z, g_v, 97, 249, 0)) goto lab2;
550 : 0 : z->bra = z->c;
551 : 0 : { int c5 = z->c;
552 [ # # # # ]: 0 : if (z->c == z->l || z->p[z->c] != 'u') goto lab4;
2029 tgl@sss.pgh.pa.us 553 : 0 : z->c++;
1150 peter@eisentraut.org 554 : 0 : z->ket = z->c;
555 [ # # ]: 0 : if (in_grouping_U(z, g_v, 97, 249, 0)) goto lab4;
556 : 0 : { int ret = slice_from_s(z, 1, s_6);
6081 tgl@sss.pgh.pa.us 557 [ # # ]: 0 : if (ret < 0) return ret;
558 : : }
559 : 0 : goto lab3;
560 : 0 : lab4:
2029 561 : 0 : z->c = c5;
1150 peter@eisentraut.org 562 [ # # # # ]: 0 : if (z->c == z->l || z->p[z->c] != 'i') goto lab2;
2029 tgl@sss.pgh.pa.us 563 : 0 : z->c++;
1150 peter@eisentraut.org 564 : 0 : z->ket = z->c;
565 [ # # ]: 0 : if (in_grouping_U(z, g_v, 97, 249, 0)) goto lab2;
566 : 0 : { int ret = slice_from_s(z, 1, s_7);
6081 tgl@sss.pgh.pa.us 567 [ # # ]: 0 : if (ret < 0) return ret;
568 : : }
569 : : }
570 : 0 : lab3:
2029 571 : 0 : z->c = c4;
6081 572 : 0 : break;
573 : 0 : lab2:
2029 574 : 0 : z->c = c4;
1150 peter@eisentraut.org 575 : 0 : { int ret = skip_utf8(z->p, z->c, z->l, 1);
6081 tgl@sss.pgh.pa.us 576 [ # # ]: 0 : if (ret < 0) goto lab1;
1150 peter@eisentraut.org 577 : 0 : z->c = ret;
578 : : }
579 : : }
6081 tgl@sss.pgh.pa.us 580 : 0 : continue;
581 : 0 : lab1:
2029 582 : 0 : z->c = c3;
6081 583 : 0 : break;
584 : : }
585 : 0 : return 1;
586 : : }
587 : :
1150 peter@eisentraut.org 588 : 0 : static int r_mark_regions(struct SN_env * z) {
589 : 0 : z->I[2] = z->l;
590 : 0 : z->I[1] = z->l;
591 : 0 : z->I[0] = z->l;
592 : 0 : { int c1 = z->c;
593 : 0 : { int c2 = z->c;
594 [ # # ]: 0 : if (in_grouping_U(z, g_v, 97, 249, 0)) goto lab2;
595 : 0 : { int c3 = z->c;
596 [ # # ]: 0 : if (out_grouping_U(z, g_v, 97, 249, 0)) goto lab4;
597 : : {
6081 tgl@sss.pgh.pa.us 598 : 0 : int ret = out_grouping_U(z, g_v, 97, 249, 1);
599 [ # # ]: 0 : if (ret < 0) goto lab4;
600 : 0 : z->c += ret;
601 : : }
602 : 0 : goto lab3;
603 : 0 : lab4:
604 : 0 : z->c = c3;
1150 peter@eisentraut.org 605 [ # # ]: 0 : if (in_grouping_U(z, g_v, 97, 249, 0)) goto lab2;
606 : : {
6081 tgl@sss.pgh.pa.us 607 : 0 : int ret = in_grouping_U(z, g_v, 97, 249, 1);
608 [ # # ]: 0 : if (ret < 0) goto lab2;
609 : 0 : z->c += ret;
610 : : }
611 : : }
612 : 0 : lab3:
613 : 0 : goto lab1;
614 : 0 : lab2:
615 : 0 : z->c = c2;
1150 peter@eisentraut.org 616 [ # # ]: 0 : if (out_grouping_U(z, g_v, 97, 249, 0)) goto lab0;
617 : 0 : { int c4 = z->c;
618 [ # # ]: 0 : if (out_grouping_U(z, g_v, 97, 249, 0)) goto lab6;
619 : : {
6081 tgl@sss.pgh.pa.us 620 : 0 : int ret = out_grouping_U(z, g_v, 97, 249, 1);
621 [ # # ]: 0 : if (ret < 0) goto lab6;
622 : 0 : z->c += ret;
623 : : }
624 : 0 : goto lab5;
625 : 0 : lab6:
626 : 0 : z->c = c4;
1150 peter@eisentraut.org 627 [ # # ]: 0 : if (in_grouping_U(z, g_v, 97, 249, 0)) goto lab0;
628 : 0 : { int ret = skip_utf8(z->p, z->c, z->l, 1);
6081 tgl@sss.pgh.pa.us 629 [ # # ]: 0 : if (ret < 0) goto lab0;
1150 peter@eisentraut.org 630 : 0 : z->c = ret;
631 : : }
632 : : }
6081 tgl@sss.pgh.pa.us 633 : 0 : lab5:
634 : : ;
635 : : }
636 : 0 : lab1:
1150 peter@eisentraut.org 637 : 0 : z->I[2] = z->c;
6081 tgl@sss.pgh.pa.us 638 : 0 : lab0:
639 : 0 : z->c = c1;
640 : : }
1150 peter@eisentraut.org 641 : 0 : { int c5 = z->c;
642 : : {
6081 tgl@sss.pgh.pa.us 643 : 0 : int ret = out_grouping_U(z, g_v, 97, 249, 1);
644 [ # # ]: 0 : if (ret < 0) goto lab7;
645 : 0 : z->c += ret;
646 : : }
647 : : {
648 : 0 : int ret = in_grouping_U(z, g_v, 97, 249, 1);
649 [ # # ]: 0 : if (ret < 0) goto lab7;
650 : 0 : z->c += ret;
651 : : }
1150 peter@eisentraut.org 652 : 0 : z->I[1] = z->c;
653 : : {
6081 tgl@sss.pgh.pa.us 654 : 0 : int ret = out_grouping_U(z, g_v, 97, 249, 1);
655 [ # # ]: 0 : if (ret < 0) goto lab7;
656 : 0 : z->c += ret;
657 : : }
658 : : {
659 : 0 : int ret = in_grouping_U(z, g_v, 97, 249, 1);
660 [ # # ]: 0 : if (ret < 0) goto lab7;
661 : 0 : z->c += ret;
662 : : }
1150 peter@eisentraut.org 663 : 0 : z->I[0] = z->c;
6081 tgl@sss.pgh.pa.us 664 : 0 : lab7:
665 : 0 : z->c = c5;
666 : : }
667 : 0 : return 1;
668 : : }
669 : :
1150 peter@eisentraut.org 670 : 0 : static int r_postlude(struct SN_env * z) {
671 : : int among_var;
672 : 0 : while(1) {
673 : 0 : int c1 = z->c;
674 : 0 : z->bra = z->c;
675 [ # # # # : 0 : if (z->c >= z->l || (z->p[z->c + 0] != 73 && z->p[z->c + 0] != 85)) among_var = 3; else
# # ]
2029 tgl@sss.pgh.pa.us 676 : 0 : among_var = find_among(z, a_1, 3);
6081 677 [ # # ]: 0 : if (!(among_var)) goto lab0;
1150 peter@eisentraut.org 678 : 0 : z->ket = z->c;
679 [ # # # # ]: 0 : switch (among_var) {
6081 tgl@sss.pgh.pa.us 680 : 0 : case 1:
1150 peter@eisentraut.org 681 : 0 : { int ret = slice_from_s(z, 1, s_8);
6081 tgl@sss.pgh.pa.us 682 [ # # ]: 0 : if (ret < 0) return ret;
683 : : }
684 : 0 : break;
685 : 0 : case 2:
1150 peter@eisentraut.org 686 : 0 : { int ret = slice_from_s(z, 1, s_9);
6081 tgl@sss.pgh.pa.us 687 [ # # ]: 0 : if (ret < 0) return ret;
688 : : }
689 : 0 : break;
690 : 0 : case 3:
1150 peter@eisentraut.org 691 : 0 : { int ret = skip_utf8(z->p, z->c, z->l, 1);
6081 tgl@sss.pgh.pa.us 692 [ # # ]: 0 : if (ret < 0) goto lab0;
1150 peter@eisentraut.org 693 : 0 : z->c = ret;
694 : : }
6081 tgl@sss.pgh.pa.us 695 : 0 : break;
696 : : }
697 : 0 : continue;
698 : 0 : lab0:
699 : 0 : z->c = c1;
700 : 0 : break;
701 : : }
702 : 0 : return 1;
703 : : }
704 : :
1150 peter@eisentraut.org 705 : 0 : static int r_RV(struct SN_env * z) {
706 [ # # ]: 0 : if (!(z->I[2] <= z->c)) return 0;
6081 tgl@sss.pgh.pa.us 707 : 0 : return 1;
708 : : }
709 : :
1150 peter@eisentraut.org 710 : 0 : static int r_R1(struct SN_env * z) {
711 [ # # ]: 0 : if (!(z->I[1] <= z->c)) return 0;
6081 tgl@sss.pgh.pa.us 712 : 0 : return 1;
713 : : }
714 : :
1150 peter@eisentraut.org 715 : 0 : static int r_R2(struct SN_env * z) {
716 [ # # ]: 0 : if (!(z->I[0] <= z->c)) return 0;
6081 tgl@sss.pgh.pa.us 717 : 0 : return 1;
718 : : }
719 : :
1150 peter@eisentraut.org 720 : 0 : static int r_attached_pronoun(struct SN_env * z) {
721 : : int among_var;
722 : 0 : z->ket = z->c;
723 [ # # # # : 0 : if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((33314 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
# # ]
2029 tgl@sss.pgh.pa.us 724 [ # # ]: 0 : if (!(find_among_b(z, a_2, 37))) return 0;
1150 peter@eisentraut.org 725 : 0 : z->bra = z->c;
726 [ # # # # : 0 : if (z->c - 1 <= z->lb || (z->p[z->c - 1] != 111 && z->p[z->c - 1] != 114)) return 0;
# # ]
2029 tgl@sss.pgh.pa.us 727 : 0 : among_var = find_among_b(z, a_3, 5);
6081 728 [ # # ]: 0 : if (!(among_var)) return 0;
1150 peter@eisentraut.org 729 : 0 : { int ret = r_RV(z);
2029 tgl@sss.pgh.pa.us 730 [ # # ]: 0 : if (ret <= 0) return ret;
731 : : }
1150 peter@eisentraut.org 732 [ # # # ]: 0 : switch (among_var) {
6081 tgl@sss.pgh.pa.us 733 : 0 : case 1:
1150 peter@eisentraut.org 734 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 735 [ # # ]: 0 : if (ret < 0) return ret;
736 : : }
737 : 0 : break;
738 : 0 : case 2:
1150 peter@eisentraut.org 739 : 0 : { int ret = slice_from_s(z, 1, s_10);
6081 tgl@sss.pgh.pa.us 740 [ # # ]: 0 : if (ret < 0) return ret;
741 : : }
742 : 0 : break;
743 : : }
744 : 0 : return 1;
745 : : }
746 : :
1150 peter@eisentraut.org 747 : 0 : static int r_standard_suffix(struct SN_env * z) {
748 : : int among_var;
749 : 0 : z->ket = z->c;
750 : 0 : among_var = find_among_b(z, a_6, 51);
6081 tgl@sss.pgh.pa.us 751 [ # # ]: 0 : if (!(among_var)) return 0;
1150 peter@eisentraut.org 752 : 0 : z->bra = z->c;
753 [ # # # # : 0 : switch (among_var) {
# # # # #
# ]
6081 tgl@sss.pgh.pa.us 754 : 0 : case 1:
1150 peter@eisentraut.org 755 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 756 [ # # ]: 0 : if (ret <= 0) return ret;
757 : : }
1150 peter@eisentraut.org 758 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 759 [ # # ]: 0 : if (ret < 0) return ret;
760 : : }
761 : 0 : break;
762 : 0 : case 2:
1150 peter@eisentraut.org 763 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 764 [ # # ]: 0 : if (ret <= 0) return ret;
765 : : }
1150 peter@eisentraut.org 766 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 767 [ # # ]: 0 : if (ret < 0) return ret;
768 : : }
1150 peter@eisentraut.org 769 : 0 : { int m1 = z->l - z->c; (void)m1;
770 : 0 : z->ket = z->c;
771 [ # # ]: 0 : if (!(eq_s_b(z, 2, s_11))) { z->c = z->l - m1; goto lab0; }
772 : 0 : z->bra = z->c;
773 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 774 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m1; goto lab0; }
6081 775 [ # # ]: 0 : if (ret < 0) return ret;
776 : : }
1150 peter@eisentraut.org 777 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 778 [ # # ]: 0 : if (ret < 0) return ret;
779 : : }
780 : 0 : lab0:
781 : : ;
782 : : }
783 : 0 : break;
784 : 0 : case 3:
1150 peter@eisentraut.org 785 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 786 [ # # ]: 0 : if (ret <= 0) return ret;
787 : : }
1150 peter@eisentraut.org 788 : 0 : { int ret = slice_from_s(z, 3, s_12);
6081 tgl@sss.pgh.pa.us 789 [ # # ]: 0 : if (ret < 0) return ret;
790 : : }
791 : 0 : break;
792 : 0 : case 4:
1150 peter@eisentraut.org 793 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 794 [ # # ]: 0 : if (ret <= 0) return ret;
795 : : }
1150 peter@eisentraut.org 796 : 0 : { int ret = slice_from_s(z, 1, s_13);
6081 tgl@sss.pgh.pa.us 797 [ # # ]: 0 : if (ret < 0) return ret;
798 : : }
799 : 0 : break;
800 : 0 : case 5:
1150 peter@eisentraut.org 801 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 802 [ # # ]: 0 : if (ret <= 0) return ret;
803 : : }
1150 peter@eisentraut.org 804 : 0 : { int ret = slice_from_s(z, 4, s_14);
6081 tgl@sss.pgh.pa.us 805 [ # # ]: 0 : if (ret < 0) return ret;
806 : : }
807 : 0 : break;
808 : 0 : case 6:
1150 peter@eisentraut.org 809 : 0 : { int ret = r_RV(z);
2029 tgl@sss.pgh.pa.us 810 [ # # ]: 0 : if (ret <= 0) return ret;
811 : : }
1150 peter@eisentraut.org 812 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 813 [ # # ]: 0 : if (ret < 0) return ret;
814 : : }
815 : 0 : break;
816 : 0 : case 7:
1150 peter@eisentraut.org 817 : 0 : { int ret = r_R1(z);
2029 tgl@sss.pgh.pa.us 818 [ # # ]: 0 : if (ret <= 0) return ret;
819 : : }
1150 peter@eisentraut.org 820 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 821 [ # # ]: 0 : if (ret < 0) return ret;
822 : : }
1150 peter@eisentraut.org 823 : 0 : { int m2 = z->l - z->c; (void)m2;
824 : 0 : z->ket = z->c;
825 [ # # # # : 0 : if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((4722696 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->c = z->l - m2; goto lab1; }
# # ]
2029 tgl@sss.pgh.pa.us 826 : 0 : among_var = find_among_b(z, a_4, 4);
827 [ # # ]: 0 : if (!(among_var)) { z->c = z->l - m2; goto lab1; }
1150 peter@eisentraut.org 828 : 0 : z->bra = z->c;
829 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 830 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m2; goto lab1; }
6081 831 [ # # ]: 0 : if (ret < 0) return ret;
832 : : }
1150 peter@eisentraut.org 833 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 834 [ # # ]: 0 : if (ret < 0) return ret;
835 : : }
836 : : switch (among_var) {
837 : 0 : case 1:
1150 peter@eisentraut.org 838 : 0 : z->ket = z->c;
839 [ # # ]: 0 : if (!(eq_s_b(z, 2, s_15))) { z->c = z->l - m2; goto lab1; }
840 : 0 : z->bra = z->c;
841 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 842 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m2; goto lab1; }
6081 843 [ # # ]: 0 : if (ret < 0) return ret;
844 : : }
1150 peter@eisentraut.org 845 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 846 [ # # ]: 0 : if (ret < 0) return ret;
847 : : }
848 : 0 : break;
849 : : }
850 : 0 : lab1:
851 : : ;
852 : : }
853 : 0 : break;
854 : 0 : case 8:
1150 peter@eisentraut.org 855 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 856 [ # # ]: 0 : if (ret <= 0) return ret;
857 : : }
1150 peter@eisentraut.org 858 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 859 [ # # ]: 0 : if (ret < 0) return ret;
860 : : }
1150 peter@eisentraut.org 861 : 0 : { int m3 = z->l - z->c; (void)m3;
862 : 0 : z->ket = z->c;
863 [ # # # # : 0 : if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((4198408 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->c = z->l - m3; goto lab2; }
# # ]
2029 tgl@sss.pgh.pa.us 864 [ # # ]: 0 : if (!(find_among_b(z, a_5, 3))) { z->c = z->l - m3; goto lab2; }
1150 peter@eisentraut.org 865 : 0 : z->bra = z->c;
866 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 867 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m3; goto lab2; }
868 [ # # ]: 0 : if (ret < 0) return ret;
869 : : }
1150 peter@eisentraut.org 870 : 0 : { int ret = slice_del(z);
2029 tgl@sss.pgh.pa.us 871 [ # # ]: 0 : if (ret < 0) return ret;
872 : : }
6081 873 : 0 : lab2:
874 : : ;
875 : : }
876 : 0 : break;
877 : 0 : case 9:
1150 peter@eisentraut.org 878 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 879 [ # # ]: 0 : if (ret <= 0) return ret;
880 : : }
1150 peter@eisentraut.org 881 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 882 [ # # ]: 0 : if (ret < 0) return ret;
883 : : }
1150 peter@eisentraut.org 884 : 0 : { int m4 = z->l - z->c; (void)m4;
885 : 0 : z->ket = z->c;
886 [ # # ]: 0 : if (!(eq_s_b(z, 2, s_16))) { z->c = z->l - m4; goto lab3; }
887 : 0 : z->bra = z->c;
888 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 889 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m4; goto lab3; }
6081 890 [ # # ]: 0 : if (ret < 0) return ret;
891 : : }
1150 peter@eisentraut.org 892 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 893 [ # # ]: 0 : if (ret < 0) return ret;
894 : : }
1150 peter@eisentraut.org 895 : 0 : z->ket = z->c;
896 [ # # ]: 0 : if (!(eq_s_b(z, 2, s_17))) { z->c = z->l - m4; goto lab3; }
897 : 0 : z->bra = z->c;
898 : 0 : { int ret = r_R2(z);
2029 tgl@sss.pgh.pa.us 899 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m4; goto lab3; }
6081 900 [ # # ]: 0 : if (ret < 0) return ret;
901 : : }
1150 peter@eisentraut.org 902 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 903 [ # # ]: 0 : if (ret < 0) return ret;
904 : : }
905 : 0 : lab3:
906 : : ;
907 : : }
908 : 0 : break;
909 : : }
910 : 0 : return 1;
911 : : }
912 : :
1150 peter@eisentraut.org 913 : 0 : static int r_verb_suffix(struct SN_env * z) {
914 : :
915 : : { int mlimit1;
916 [ # # ]: 0 : if (z->c < z->I[2]) return 0;
917 : 0 : mlimit1 = z->lb; z->lb = z->I[2];
918 : 0 : z->ket = z->c;
919 [ # # ]: 0 : if (!(find_among_b(z, a_7, 87))) { z->lb = mlimit1; return 0; }
920 : 0 : z->bra = z->c;
921 : 0 : { int ret = slice_del(z);
2029 tgl@sss.pgh.pa.us 922 [ # # ]: 0 : if (ret < 0) return ret;
923 : : }
924 : 0 : z->lb = mlimit1;
925 : : }
6081 926 : 0 : return 1;
927 : : }
928 : :
1150 peter@eisentraut.org 929 : 0 : static int r_vowel_suffix(struct SN_env * z) {
930 : 0 : { int m1 = z->l - z->c; (void)m1;
931 : 0 : z->ket = z->c;
932 [ # # ]: 0 : if (in_grouping_b_U(z, g_AEIO, 97, 242, 0)) { z->c = z->l - m1; goto lab0; }
933 : 0 : z->bra = z->c;
934 : 0 : { int ret = r_RV(z);
2029 tgl@sss.pgh.pa.us 935 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m1; goto lab0; }
6081 936 [ # # ]: 0 : if (ret < 0) return ret;
937 : : }
1150 peter@eisentraut.org 938 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 939 [ # # ]: 0 : if (ret < 0) return ret;
940 : : }
1150 peter@eisentraut.org 941 : 0 : z->ket = z->c;
942 [ # # # # ]: 0 : if (z->c <= z->lb || z->p[z->c - 1] != 'i') { z->c = z->l - m1; goto lab0; }
2029 tgl@sss.pgh.pa.us 943 : 0 : z->c--;
1150 peter@eisentraut.org 944 : 0 : z->bra = z->c;
945 : 0 : { int ret = r_RV(z);
2029 tgl@sss.pgh.pa.us 946 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m1; goto lab0; }
6081 947 [ # # ]: 0 : if (ret < 0) return ret;
948 : : }
1150 peter@eisentraut.org 949 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 950 [ # # ]: 0 : if (ret < 0) return ret;
951 : : }
952 : 0 : lab0:
953 : : ;
954 : : }
1150 peter@eisentraut.org 955 : 0 : { int m2 = z->l - z->c; (void)m2;
956 : 0 : z->ket = z->c;
957 [ # # # # ]: 0 : if (z->c <= z->lb || z->p[z->c - 1] != 'h') { z->c = z->l - m2; goto lab1; }
2029 tgl@sss.pgh.pa.us 958 : 0 : z->c--;
1150 peter@eisentraut.org 959 : 0 : z->bra = z->c;
960 [ # # ]: 0 : if (in_grouping_b_U(z, g_CG, 99, 103, 0)) { z->c = z->l - m2; goto lab1; }
961 : 0 : { int ret = r_RV(z);
2029 tgl@sss.pgh.pa.us 962 [ # # ]: 0 : if (ret == 0) { z->c = z->l - m2; goto lab1; }
6081 963 [ # # ]: 0 : if (ret < 0) return ret;
964 : : }
1150 peter@eisentraut.org 965 : 0 : { int ret = slice_del(z);
6081 tgl@sss.pgh.pa.us 966 [ # # ]: 0 : if (ret < 0) return ret;
967 : : }
968 : 0 : lab1:
969 : : ;
970 : : }
971 : 0 : return 1;
972 : : }
973 : :
1150 peter@eisentraut.org 974 : 0 : extern int italian_UTF_8_stem(struct SN_env * z) {
975 : 0 : { int c1 = z->c;
976 : 0 : { int ret = r_prelude(z);
6081 tgl@sss.pgh.pa.us 977 [ # # ]: 0 : if (ret < 0) return ret;
978 : : }
979 : 0 : z->c = c1;
980 : : }
981 : :
1150 peter@eisentraut.org 982 : 0 : { int ret = r_mark_regions(z);
2029 tgl@sss.pgh.pa.us 983 [ # # ]: 0 : if (ret < 0) return ret;
984 : : }
1150 peter@eisentraut.org 985 : 0 : z->lb = z->c; z->c = z->l;
986 : :
987 : 0 : { int m2 = z->l - z->c; (void)m2;
988 : 0 : { int ret = r_attached_pronoun(z);
6081 tgl@sss.pgh.pa.us 989 [ # # ]: 0 : if (ret < 0) return ret;
990 : : }
2029 991 : 0 : z->c = z->l - m2;
992 : : }
1150 peter@eisentraut.org 993 : 0 : { int m3 = z->l - z->c; (void)m3;
994 : 0 : { int m4 = z->l - z->c; (void)m4;
995 : 0 : { int ret = r_standard_suffix(z);
1406 996 [ # # ]: 0 : if (ret == 0) goto lab2;
6081 tgl@sss.pgh.pa.us 997 [ # # ]: 0 : if (ret < 0) return ret;
998 : : }
1406 peter@eisentraut.org 999 : 0 : goto lab1;
1000 : 0 : lab2:
2029 tgl@sss.pgh.pa.us 1001 : 0 : z->c = z->l - m4;
1150 peter@eisentraut.org 1002 : 0 : { int ret = r_verb_suffix(z);
1406 1003 [ # # ]: 0 : if (ret == 0) goto lab0;
6081 tgl@sss.pgh.pa.us 1004 [ # # ]: 0 : if (ret < 0) return ret;
1005 : : }
1006 : : }
1406 peter@eisentraut.org 1007 : 0 : lab1:
1008 : 0 : lab0:
2029 tgl@sss.pgh.pa.us 1009 : 0 : z->c = z->l - m3;
1010 : : }
1150 peter@eisentraut.org 1011 : 0 : { int m5 = z->l - z->c; (void)m5;
1012 : 0 : { int ret = r_vowel_suffix(z);
6081 tgl@sss.pgh.pa.us 1013 [ # # ]: 0 : if (ret < 0) return ret;
1014 : : }
2029 1015 : 0 : z->c = z->l - m5;
1016 : : }
6081 1017 : 0 : z->c = z->lb;
1150 peter@eisentraut.org 1018 : 0 : { int c6 = z->c;
1019 : 0 : { int ret = r_postlude(z);
6081 tgl@sss.pgh.pa.us 1020 [ # # ]: 0 : if (ret < 0) return ret;
1021 : : }
2029 1022 : 0 : z->c = c6;
1023 : : }
6081 1024 : 0 : return 1;
1025 : : }
1026 : :
1150 peter@eisentraut.org 1027 : 0 : extern struct SN_env * italian_UTF_8_create_env(void) { return SN_create_env(0, 3); }
1028 : :
6081 tgl@sss.pgh.pa.us 1029 : 0 : extern void italian_UTF_8_close_env(struct SN_env * z) { SN_close_env(z, 0); }
1030 : :
|