PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
stem_UTF_8_danish.c File Reference
#include "header.h"
Include dependency graph for stem_UTF_8_danish.c:

Go to the source code of this file.

Functions

int danish_UTF_8_stem (struct SN_env *z)
 
static int r_undouble (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_envdanish_UTF_8_create_env (void)
 
void danish_UTF_8_close_env (struct SN_env *z)
 

Variables

static const symbol s_0_0 [3] = { 'h', 'e', 'd' }
 
static const symbol s_0_1 [5] = { 'e', 't', 'h', 'e', 'd' }
 
static const symbol s_0_2 [4] = { 'e', 'r', 'e', 'd' }
 
static const symbol s_0_3 [1] = { 'e' }
 
static const symbol s_0_4 [5] = { 'e', 'r', 'e', 'd', 'e' }
 
static const symbol s_0_5 [4] = { 'e', 'n', 'd', 'e' }
 
static const symbol s_0_6 [6] = { 'e', 'r', 'e', 'n', 'd', 'e' }
 
static const symbol s_0_7 [3] = { 'e', 'n', 'e' }
 
static const symbol s_0_8 [4] = { 'e', 'r', 'n', 'e' }
 
static const symbol s_0_9 [3] = { 'e', 'r', 'e' }
 
static const symbol s_0_10 [2] = { 'e', 'n' }
 
static const symbol s_0_11 [5] = { 'h', 'e', 'd', 'e', 'n' }
 
static const symbol s_0_12 [4] = { 'e', 'r', 'e', 'n' }
 
static const symbol s_0_13 [2] = { 'e', 'r' }
 
static const symbol s_0_14 [5] = { 'h', 'e', 'd', 'e', 'r' }
 
static const symbol s_0_15 [4] = { 'e', 'r', 'e', 'r' }
 
static const symbol s_0_16 [1] = { 's' }
 
static const symbol s_0_17 [4] = { 'h', 'e', 'd', 's' }
 
static const symbol s_0_18 [2] = { 'e', 's' }
 
static const symbol s_0_19 [5] = { 'e', 'n', 'd', 'e', 's' }
 
static const symbol s_0_20 [7] = { 'e', 'r', 'e', 'n', 'd', 'e', 's' }
 
static const symbol s_0_21 [4] = { 'e', 'n', 'e', 's' }
 
static const symbol s_0_22 [5] = { 'e', 'r', 'n', 'e', 's' }
 
static const symbol s_0_23 [4] = { 'e', 'r', 'e', 's' }
 
static const symbol s_0_24 [3] = { 'e', 'n', 's' }
 
static const symbol s_0_25 [6] = { 'h', 'e', 'd', 'e', 'n', 's' }
 
static const symbol s_0_26 [5] = { 'e', 'r', 'e', 'n', 's' }
 
static const symbol s_0_27 [3] = { 'e', 'r', 's' }
 
static const symbol s_0_28 [3] = { 'e', 't', 's' }
 
static const symbol s_0_29 [5] = { 'e', 'r', 'e', 't', 's' }
 
static const symbol s_0_30 [2] = { 'e', 't' }
 
static const symbol s_0_31 [4] = { 'e', 'r', 'e', 't' }
 
static const struct among a_0 [32]
 
static const symbol s_1_0 [2] = { 'g', 'd' }
 
static const symbol s_1_1 [2] = { 'd', 't' }
 
static const symbol s_1_2 [2] = { 'g', 't' }
 
static const symbol s_1_3 [2] = { 'k', 't' }
 
static const struct among a_1 [4]
 
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 [4] = { 'e', 'l', 'i', 'g' }
 
static const symbol s_2_3 [3] = { 'e', 'l', 's' }
 
static const symbol s_2_4 [5] = { 'l', 0xC3, 0xB8, 's', 't' }
 
static const struct among a_2 [5]
 
static const unsigned char g_c [] = { 119, 223, 119, 1 }
 
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 [] = { 239, 254, 42, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16 }
 
static const symbol s_0 [] = { 's', 't' }
 
static const symbol s_1 [] = { 'i', 'g' }
 
static const symbol s_2 [] = { 'l', 0xC3, 0xB8, 's' }
 

Function Documentation

◆ danish_UTF_8_close_env()

void danish_UTF_8_close_env ( struct SN_env z)

Definition at line 319 of file stem_UTF_8_danish.c.

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

References SN_close_env().

◆ danish_UTF_8_create_env()

struct SN_env * danish_UTF_8_create_env ( void  )

Definition at line 317 of file stem_UTF_8_danish.c.

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

References SN_create_env().

◆ danish_UTF_8_stem()

int danish_UTF_8_stem ( struct SN_env z)

Definition at line 280 of file stem_UTF_8_danish.c.

280 {
281 { int c1 = z->c;
282 { int ret = r_mark_regions(z);
283 if (ret < 0) return ret;
284 }
285 z->c = c1;
286 }
287 z->lb = z->c; z->c = z->l;
288
289 { int m2 = z->l - z->c; (void)m2;
290 { int ret = r_main_suffix(z);
291 if (ret < 0) return ret;
292 }
293 z->c = z->l - m2;
294 }
295 { int m3 = z->l - z->c; (void)m3;
296 { int ret = r_consonant_pair(z);
297 if (ret < 0) return ret;
298 }
299 z->c = z->l - m3;
300 }
301 { int m4 = z->l - z->c; (void)m4;
302 { int ret = r_other_suffix(z);
303 if (ret < 0) return ret;
304 }
305 z->c = z->l - m4;
306 }
307 { int m5 = z->l - z->c; (void)m5;
308 { int ret = r_undouble(z);
309 if (ret < 0) return ret;
310 }
311 z->c = z->l - m5;
312 }
313 z->c = z->lb;
314 return 1;
315}
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_undouble(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(), r_other_suffix(), and r_undouble().

◆ r_consonant_pair()

static int r_consonant_pair ( struct SN_env z)
static

Definition at line 191 of file stem_UTF_8_danish.c.

191 {
192 { int m_test1 = z->l - z->c;
193
194 { int mlimit2;
195 if (z->c < z->I[1]) return 0;
196 mlimit2 = z->lb; z->lb = z->I[1];
197 z->ket = z->c;
198 if (z->c - 1 <= z->lb || (z->p[z->c - 1] != 100 && z->p[z->c - 1] != 116)) { z->lb = mlimit2; return 0; }
199 if (!find_among_b(z, a_1, 4)) { z->lb = mlimit2; return 0; }
200 z->bra = z->c;
201 z->lb = mlimit2;
202 }
203 z->c = z->l - m_test1;
204 }
205 { int ret = skip_b_utf8(z->p, z->c, z->lb, 1);
206 if (ret < 0) return 0;
207 z->c = ret;
208 }
209 z->bra = z->c;
210 { int ret = slice_del(z);
211 if (ret < 0) return ret;
212 }
213 return 1;
214}
static const struct among a_1[4]
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
int skip_b_utf8(const symbol *p, int c, int limit, int n)
Definition: utilities.c:52

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

Referenced by danish_UTF_8_stem(), and r_other_suffix().

◆ r_main_suffix()

static int r_main_suffix ( struct SN_env z)
static

Definition at line 162 of file stem_UTF_8_danish.c.

162 {
163 int among_var;
164
165 { int mlimit1;
166 if (z->c < z->I[1]) return 0;
167 mlimit1 = z->lb; z->lb = z->I[1];
168 z->ket = z->c;
169 if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1851440 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
170 among_var = find_among_b(z, a_0, 32);
171 if (!among_var) { z->lb = mlimit1; return 0; }
172 z->bra = z->c;
173 z->lb = mlimit1;
174 }
175 switch (among_var) {
176 case 1:
177 { int ret = slice_del(z);
178 if (ret < 0) return ret;
179 }
180 break;
181 case 2:
182 if (in_grouping_b_U(z, g_s_ending, 97, 229, 0)) return 0;
183 { int ret = slice_del(z);
184 if (ret < 0) return ret;
185 }
186 break;
187 }
188 return 1;
189}
static const struct among a_0[32]
static const unsigned char g_s_ending[]
int in_grouping_b_U(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:129

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

Referenced by danish_UTF_8_stem().

◆ r_mark_regions()

static int r_mark_regions ( struct SN_env z)
static

Definition at line 136 of file stem_UTF_8_danish.c.

136 {
137 z->I[1] = z->l;
138 { int c_test1 = z->c;
139 { int ret = skip_utf8(z->p, z->c, z->l, 3);
140 if (ret < 0) return 0;
141 z->c = ret;
142 }
143 z->I[0] = z->c;
144 z->c = c_test1;
145 }
146
147 if (out_grouping_U(z, g_v, 97, 248, 1) < 0) return 0;
148
149 {
150 int ret = in_grouping_U(z, g_v, 97, 248, 1);
151 if (ret < 0) return 0;
152 z->c += ret;
153 }
154 z->I[1] = z->c;
155
156 if (z->I[1] >= z->I[0]) goto lab0;
157 z->I[1] = z->I[0];
158lab0:
159 return 1;
160}
static const unsigned char g_v[]
int out_grouping_U(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:141
int in_grouping_U(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:117
int skip_utf8(const symbol *p, int c, int limit, int n)
Definition: utilities.c:27

References SN_env::c, g_v, SN_env::I, in_grouping_U(), SN_env::l, out_grouping_U(), SN_env::p, and skip_utf8().

Referenced by danish_UTF_8_stem().

◆ r_other_suffix()

static int r_other_suffix ( struct SN_env z)
static

Definition at line 216 of file stem_UTF_8_danish.c.

216 {
217 int among_var;
218 { int m1 = z->l - z->c; (void)m1;
219 z->ket = z->c;
220 if (!(eq_s_b(z, 2, s_0))) goto lab0;
221 z->bra = z->c;
222 if (!(eq_s_b(z, 2, s_1))) goto lab0;
223 { int ret = slice_del(z);
224 if (ret < 0) return ret;
225 }
226 lab0:
227 z->c = z->l - m1;
228 }
229
230 { int mlimit2;
231 if (z->c < z->I[1]) return 0;
232 mlimit2 = z->lb; z->lb = z->I[1];
233 z->ket = z->c;
234 if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1572992 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit2; return 0; }
235 among_var = find_among_b(z, a_2, 5);
236 if (!among_var) { z->lb = mlimit2; return 0; }
237 z->bra = z->c;
238 z->lb = mlimit2;
239 }
240 switch (among_var) {
241 case 1:
242 { int ret = slice_del(z);
243 if (ret < 0) return ret;
244 }
245 { int m3 = z->l - z->c; (void)m3;
246 { int ret = r_consonant_pair(z);
247 if (ret < 0) return ret;
248 }
249 z->c = z->l - m3;
250 }
251 break;
252 case 2:
253 { int ret = slice_from_s(z, 4, s_2);
254 if (ret < 0) return ret;
255 }
256 break;
257 }
258 return 1;
259}
static const struct among a_2[5]
static const symbol s_2[]
static const symbol s_1[]
static const symbol s_0[]
int eq_s_b(struct SN_env *z, int s_size, const symbol *s)
Definition: utilities.c:220
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, eq_s_b(), find_among_b(), SN_env::I, SN_env::ket, SN_env::l, SN_env::lb, SN_env::p, r_consonant_pair(), s_0, s_1, s_2, slice_del(), and slice_from_s().

Referenced by danish_UTF_8_stem().

◆ r_undouble()

static int r_undouble ( struct SN_env z)
static

Definition at line 261 of file stem_UTF_8_danish.c.

261 {
262
263 { int mlimit1;
264 if (z->c < z->I[1]) return 0;
265 mlimit1 = z->lb; z->lb = z->I[1];
266 z->ket = z->c;
267 if (in_grouping_b_U(z, g_c, 98, 122, 0)) { z->lb = mlimit1; return 0; }
268 z->bra = z->c;
269 z->S[0] = slice_to(z, z->S[0]);
270 if (z->S[0] == 0) return -1;
271 z->lb = mlimit1;
272 }
273 if (!(eq_v_b(z, z->S[0]))) return 0;
274 { int ret = slice_del(z);
275 if (ret < 0) return ret;
276 }
277 return 1;
278}
static const unsigned char g_c[]
symbol ** S
Definition: api.h:17
int eq_v_b(struct SN_env *z, const symbol *p)
Definition: utilities.c:229
symbol * slice_to(struct SN_env *z, symbol *p)
Definition: utilities.c:448

References SN_env::bra, SN_env::c, eq_v_b(), g_c, SN_env::I, in_grouping_b_U(), SN_env::ket, SN_env::lb, SN_env::S, slice_del(), and slice_to().

Referenced by danish_UTF_8_stem().

Variable Documentation

◆ a_0

const struct among a_0[32]
static

Definition at line 62 of file stem_UTF_8_danish.c.

Referenced by r_main_suffix().

◆ a_1

const struct among a_1[4]
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}
}
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]

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

Definition at line 117 of file stem_UTF_8_danish.c.

Referenced by r_other_suffix().

◆ g_c

const unsigned char g_c[] = { 119, 223, 119, 1 }
static

Definition at line 126 of file stem_UTF_8_danish.c.

Referenced by r_undouble().

◆ g_s_ending

const unsigned char g_s_ending[] = { 239, 254, 42, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16 }
static

Definition at line 130 of file stem_UTF_8_danish.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 128 of file stem_UTF_8_danish.c.

Referenced by r_mark_regions().

◆ s_0

const symbol s_0[] = { 's', 't' }
static

Definition at line 132 of file stem_UTF_8_danish.c.

Referenced by r_other_suffix().

◆ s_0_0

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

Definition at line 29 of file stem_UTF_8_danish.c.

◆ s_0_1

const symbol s_0_1[5] = { 'e', 't', 'h', 'e', 'd' }
static

Definition at line 30 of file stem_UTF_8_danish.c.

◆ s_0_10

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

Definition at line 39 of file stem_UTF_8_danish.c.

◆ s_0_11

const symbol s_0_11[5] = { 'h', 'e', 'd', 'e', 'n' }
static

Definition at line 40 of file stem_UTF_8_danish.c.

◆ s_0_12

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

Definition at line 41 of file stem_UTF_8_danish.c.

◆ s_0_13

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

Definition at line 42 of file stem_UTF_8_danish.c.

◆ s_0_14

const symbol s_0_14[5] = { 'h', 'e', 'd', 'e', 'r' }
static

Definition at line 43 of file stem_UTF_8_danish.c.

◆ s_0_15

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

Definition at line 44 of file stem_UTF_8_danish.c.

◆ s_0_16

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

Definition at line 45 of file stem_UTF_8_danish.c.

◆ s_0_17

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

Definition at line 46 of file stem_UTF_8_danish.c.

◆ s_0_18

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

Definition at line 47 of file stem_UTF_8_danish.c.

◆ s_0_19

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

Definition at line 48 of file stem_UTF_8_danish.c.

◆ s_0_2

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

Definition at line 31 of file stem_UTF_8_danish.c.

◆ s_0_20

const symbol s_0_20[7] = { 'e', 'r', 'e', 'n', 'd', 'e', 's' }
static

Definition at line 49 of file stem_UTF_8_danish.c.

◆ s_0_21

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

Definition at line 50 of file stem_UTF_8_danish.c.

◆ s_0_22

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

Definition at line 51 of file stem_UTF_8_danish.c.

◆ s_0_23

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

Definition at line 52 of file stem_UTF_8_danish.c.

◆ s_0_24

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

Definition at line 53 of file stem_UTF_8_danish.c.

◆ s_0_25

const symbol s_0_25[6] = { 'h', 'e', 'd', 'e', 'n', 's' }
static

Definition at line 54 of file stem_UTF_8_danish.c.

◆ s_0_26

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

Definition at line 55 of file stem_UTF_8_danish.c.

◆ s_0_27

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

Definition at line 56 of file stem_UTF_8_danish.c.

◆ s_0_28

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

Definition at line 57 of file stem_UTF_8_danish.c.

◆ s_0_29

const symbol s_0_29[5] = { 'e', 'r', 'e', 't', 's' }
static

Definition at line 58 of file stem_UTF_8_danish.c.

◆ s_0_3

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

Definition at line 32 of file stem_UTF_8_danish.c.

◆ s_0_30

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

Definition at line 59 of file stem_UTF_8_danish.c.

◆ s_0_31

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

Definition at line 60 of file stem_UTF_8_danish.c.

◆ s_0_4

const symbol s_0_4[5] = { 'e', 'r', 'e', 'd', 'e' }
static

Definition at line 33 of file stem_UTF_8_danish.c.

◆ s_0_5

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

Definition at line 34 of file stem_UTF_8_danish.c.

◆ s_0_6

const symbol s_0_6[6] = { 'e', 'r', 'e', 'n', 'd', 'e' }
static

Definition at line 35 of file stem_UTF_8_danish.c.

◆ s_0_7

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

Definition at line 36 of file stem_UTF_8_danish.c.

◆ s_0_8

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

Definition at line 37 of file stem_UTF_8_danish.c.

◆ s_0_9

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

Definition at line 38 of file stem_UTF_8_danish.c.

◆ s_1

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

Definition at line 133 of file stem_UTF_8_danish.c.

Referenced by r_other_suffix().

◆ s_1_0

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

Definition at line 98 of file stem_UTF_8_danish.c.

◆ s_1_1

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

Definition at line 99 of file stem_UTF_8_danish.c.

◆ s_1_2

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

Definition at line 100 of file stem_UTF_8_danish.c.

◆ s_1_3

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

Definition at line 101 of file stem_UTF_8_danish.c.

◆ s_2

const symbol s_2[] = { 'l', 0xC3, 0xB8, 's' }
static

Definition at line 134 of file stem_UTF_8_danish.c.

Referenced by r_other_suffix().

◆ s_2_0

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

Definition at line 111 of file stem_UTF_8_danish.c.

◆ s_2_1

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

Definition at line 112 of file stem_UTF_8_danish.c.

◆ s_2_2

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

Definition at line 113 of file stem_UTF_8_danish.c.

◆ s_2_3

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

Definition at line 114 of file stem_UTF_8_danish.c.

◆ s_2_4

const symbol s_2_4[5] = { 'l', 0xC3, 0xB8, 's', 't' }
static

Definition at line 115 of file stem_UTF_8_danish.c.