PostgreSQL Source Code git master
stem_ISO_8859_1_danish.c File Reference
#include "stem_ISO_8859_1_danish.h"
#include <stddef.h>
#include "snowball_runtime.h"
Include dependency graph for stem_ISO_8859_1_danish.c:

Go to the source code of this file.

Data Structures

struct  SN_local
 

Typedefs

typedef struct SN_local SN_local
 

Functions

int danish_ISO_8859_1_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_ISO_8859_1_create_env (void)
 
void danish_ISO_8859_1_close_env (struct SN_env *z)
 

Variables

static const symbol s_0 [] = { 's', 't' }
 
static const symbol s_1 [] = { 'i', 'g' }
 
static const symbol s_2 [] = { 'l', 0xF8, 's' }
 
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 [4] = { 'l', 0xF8, '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 }
 

Typedef Documentation

◆ SN_local

typedef struct SN_local SN_local

Definition at line 15 of file stem_ISO_8859_1_danish.c.

Function Documentation

◆ danish_ISO_8859_1_close_env()

void danish_ISO_8859_1_close_env ( struct SN_env z)

Definition at line 348 of file stem_ISO_8859_1_danish.c.

348 {
349 if (z) {
350 lose_s(((SN_local *)z)->s_ch);
351 }
352 SN_delete_env(z);
353}
void SN_delete_env(struct SN_env *z)
Definition: api.c:18
void lose_s(symbol *p)
Definition: utilities.c:31

References lose_s(), and SN_delete_env().

Referenced by danish_ISO_8859_1_create_env().

◆ danish_ISO_8859_1_create_env()

struct SN_env * danish_ISO_8859_1_create_env ( void  )

Definition at line 334 of file stem_ISO_8859_1_danish.c.

334 {
335 struct SN_env * z = SN_new_env(sizeof(SN_local));
336 if (z) {
337 ((SN_local *)z)->i_p1 = 0;
338 ((SN_local *)z)->s_ch = NULL;
339
340 if ((((SN_local *)z)->s_ch = create_s()) == NULL) {
342 return NULL;
343 }
344 }
345 return z;
346}
struct SN_env * SN_new_env(int alloc_size)
Definition: api.c:5
void danish_ISO_8859_1_close_env(struct SN_env *z)
Definition: api.h:15
symbol * create_s(void)
Definition: utilities.c:20

References create_s(), danish_ISO_8859_1_close_env(), and SN_new_env().

◆ danish_ISO_8859_1_stem()

int danish_ISO_8859_1_stem ( struct SN_env z)

Definition at line 288 of file stem_ISO_8859_1_danish.c.

288 {
289 {
290 int v_1 = z->c;
291 {
292 int ret = r_mark_regions(z);
293 if (ret < 0) return ret;
294 }
295 z->c = v_1;
296 }
297 z->lb = z->c; z->c = z->l;
298 {
299 int v_2 = z->l - z->c;
300 {
301 int ret = r_main_suffix(z);
302 if (ret < 0) return ret;
303 }
304 z->c = z->l - v_2;
305 }
306 {
307 int v_3 = z->l - z->c;
308 {
309 int ret = r_consonant_pair(z);
310 if (ret < 0) return ret;
311 }
312 z->c = z->l - v_3;
313 }
314 {
315 int v_4 = z->l - z->c;
316 {
317 int ret = r_other_suffix(z);
318 if (ret < 0) return ret;
319 }
320 z->c = z->l - v_4;
321 }
322 {
323 int v_5 = z->l - z->c;
324 {
325 int ret = r_undouble(z);
326 if (ret < 0) return ret;
327 }
328 z->c = z->l - v_5;
329 }
330 z->c = z->lb;
331 return 1;
332}
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:17
int c
Definition: api.h:17
int l
Definition: api.h:17

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 190 of file stem_ISO_8859_1_danish.c.

190 {
191 {
192 int v_1 = z->l - z->c;
193 {
194 int v_2;
195 if (z->c < ((SN_local *)z)->i_p1) return 0;
196 v_2 = z->lb; z->lb = ((SN_local *)z)->i_p1;
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 = v_2; return 0; }
199 if (!find_among_b(z, a_1, 4, 0)) { z->lb = v_2; return 0; }
200 z->bra = z->c;
201 z->lb = v_2;
202 }
203 z->c = z->l - v_1;
204 }
205 if (z->c <= z->lb) return 0;
206 z->c--;
207 z->bra = z->c;
208 {
209 int ret = slice_del(z);
210 if (ret < 0) return ret;
211 }
212 return 1;
213}
static const struct among a_1[4]
int find_among_b(struct SN_env *z, const struct among *v, int v_size, int(*call_among_func)(struct SN_env *))
Definition: utilities.c:315
SNOWBALL_ERR slice_del(struct SN_env *z)
Definition: utilities.c:443

References a_1, SN_env::bra, SN_env::c, find_among_b(), SN_local::i_p1, SN_env::l, SN_env::lb, and slice_del().

Referenced by danish_ISO_8859_1_stem(), and r_other_suffix().

◆ r_main_suffix()

static int r_main_suffix ( struct SN_env z)
static

Definition at line 159 of file stem_ISO_8859_1_danish.c.

159 {
160 int among_var;
161 {
162 int v_1;
163 if (z->c < ((SN_local *)z)->i_p1) return 0;
164 v_1 = z->lb; z->lb = ((SN_local *)z)->i_p1;
165 z->ket = z->c;
166 if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1851440 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = v_1; return 0; }
167 among_var = find_among_b(z, a_0, 32, 0);
168 if (!among_var) { z->lb = v_1; return 0; }
169 z->bra = z->c;
170 z->lb = v_1;
171 }
172 switch (among_var) {
173 case 1:
174 {
175 int ret = slice_del(z);
176 if (ret < 0) return ret;
177 }
178 break;
179 case 2:
180 if (in_grouping_b(z, g_s_ending, 97, 229, 0)) return 0;
181 {
182 int ret = slice_del(z);
183 if (ret < 0) return ret;
184 }
185 break;
186 }
187 return 1;
188}
static const struct among a_0[32]
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:195

References a_0, SN_env::c, find_among_b(), g_s_ending, SN_local::i_p1, in_grouping_b(), and slice_del().

Referenced by danish_ISO_8859_1_stem().

◆ r_mark_regions()

static int r_mark_regions ( struct SN_env z)
static

Definition at line 132 of file stem_ISO_8859_1_danish.c.

132 {
133 int i_x;
134 ((SN_local *)z)->i_p1 = z->l;
135 {
136 int v_1 = z->c;
137 if (z->c + 3 > z->l) return 0;
138 z->c += 3;
139 i_x = z->c;
140 z->c = v_1;
141 }
142 {
143 int ret = out_grouping(z, g_v, 97, 248, 1);
144 if (ret < 0) return 0;
145 z->c += ret;
146 }
147 {
148 int ret = in_grouping(z, g_v, 97, 248, 1);
149 if (ret < 0) return 0;
150 z->c += ret;
151 }
152 ((SN_local *)z)->i_p1 = z->c;
153 if (((SN_local *)z)->i_p1 >= i_x) goto lab0;
154 ((SN_local *)z)->i_p1 = i_x;
155lab0:
156 return 1;
157}
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:183
int out_grouping(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:207

References SN_env::c, g_v, in_grouping(), SN_env::l, and out_grouping().

Referenced by danish_ISO_8859_1_stem().

◆ r_other_suffix()

static int r_other_suffix ( struct SN_env z)
static

Definition at line 215 of file stem_ISO_8859_1_danish.c.

215 {
216 int among_var;
217 {
218 int v_1 = z->l - z->c;
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 {
224 int ret = slice_del(z);
225 if (ret < 0) return ret;
226 }
227 lab0:
228 z->c = z->l - v_1;
229 }
230 {
231 int v_2;
232 if (z->c < ((SN_local *)z)->i_p1) return 0;
233 v_2 = z->lb; z->lb = ((SN_local *)z)->i_p1;
234 z->ket = z->c;
235 if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1572992 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = v_2; return 0; }
236 among_var = find_among_b(z, a_2, 5, 0);
237 if (!among_var) { z->lb = v_2; return 0; }
238 z->bra = z->c;
239 z->lb = v_2;
240 }
241 switch (among_var) {
242 case 1:
243 {
244 int ret = slice_del(z);
245 if (ret < 0) return ret;
246 }
247 {
248 int v_3 = z->l - z->c;
249 {
250 int ret = r_consonant_pair(z);
251 if (ret < 0) return ret;
252 }
253 z->c = z->l - v_3;
254 }
255 break;
256 case 2:
257 {
258 int ret = slice_from_s(z, 3, s_2);
259 if (ret < 0) return ret;
260 }
261 break;
262 }
263 return 1;
264}
static const struct among a_2[5]
static const symbol s_2[]
static const symbol s_1[]
static const symbol s_0[]
int ket
Definition: api.h:17
int bra
Definition: api.h:17
SNOWBALL_ERR slice_from_s(struct SN_env *z, int s_size, const symbol *s)
Definition: utilities.c:432
int eq_s_b(struct SN_env *z, int s_size, const symbol *s)
Definition: utilities.c:236

References a_2, SN_env::bra, SN_env::c, eq_s_b(), find_among_b(), SN_local::i_p1, SN_env::ket, SN_env::l, r_consonant_pair(), s_0, s_1, s_2, slice_del(), and slice_from_s().

Referenced by danish_ISO_8859_1_stem().

◆ r_undouble()

static int r_undouble ( struct SN_env z)
static

Definition at line 266 of file stem_ISO_8859_1_danish.c.

266 {
267 {
268 int v_1;
269 if (z->c < ((SN_local *)z)->i_p1) return 0;
270 v_1 = z->lb; z->lb = ((SN_local *)z)->i_p1;
271 z->ket = z->c;
272 if (in_grouping_b(z, g_c, 98, 122, 0)) { z->lb = v_1; return 0; }
273 z->bra = z->c;
274 {
275 int ret = slice_to(z, &((SN_local *)z)->s_ch);
276 if (ret < 0) return ret;
277 }
278 z->lb = v_1;
279 }
280 if (!(eq_v_b(z, ((SN_local *)z)->s_ch))) return 0;
281 {
282 int ret = slice_del(z);
283 if (ret < 0) return ret;
284 }
285 return 1;
286}
static const unsigned char g_c[]
int eq_v_b(struct SN_env *z, const symbol *p)
Definition: utilities.c:245
SNOWBALL_ERR slice_to(struct SN_env *z, symbol **p)
Definition: utilities.c:478

References SN_env::c, eq_v_b(), g_c, SN_local::i_p1, in_grouping_b(), slice_del(), and slice_to().

Referenced by danish_ISO_8859_1_stem().

Variable Documentation

◆ a_0

const struct among a_0[32]
static

Definition at line 67 of file stem_ISO_8859_1_danish.c.

Referenced by r_main_suffix().

◆ a_1

const struct among a_1[4]
static
Initial value:
= {
{ 2, s_1_0, 0, -1, 0},
{ 2, s_1_1, 0, -1, 0},
{ 2, s_1_2, 0, -1, 0},
{ 2, s_1_3, 0, -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 106 of file stem_ISO_8859_1_danish.c.

Referenced by r_consonant_pair().

◆ a_2

const struct among a_2[5]
static
Initial value:
= {
{ 2, s_2_0, 0, 1, 0},
{ 3, s_2_1, -1, 1, 0},
{ 4, s_2_2, -1, 1, 0},
{ 3, s_2_3, 0, 1, 0},
{ 4, s_2_4, 0, 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[4]

Definition at line 118 of file stem_ISO_8859_1_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_ISO_8859_1_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_ISO_8859_1_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_ISO_8859_1_danish.c.

Referenced by r_mark_regions().

◆ s_0

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

Definition at line 31 of file stem_ISO_8859_1_danish.c.

Referenced by r_other_suffix().

◆ s_0_0

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

Definition at line 35 of file stem_ISO_8859_1_danish.c.

◆ s_0_1

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

Definition at line 36 of file stem_ISO_8859_1_danish.c.

◆ s_0_10

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

Definition at line 45 of file stem_ISO_8859_1_danish.c.

◆ s_0_11

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

Definition at line 46 of file stem_ISO_8859_1_danish.c.

◆ s_0_12

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

Definition at line 47 of file stem_ISO_8859_1_danish.c.

◆ s_0_13

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

Definition at line 48 of file stem_ISO_8859_1_danish.c.

◆ s_0_14

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

Definition at line 49 of file stem_ISO_8859_1_danish.c.

◆ s_0_15

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

Definition at line 50 of file stem_ISO_8859_1_danish.c.

◆ s_0_16

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

Definition at line 51 of file stem_ISO_8859_1_danish.c.

◆ s_0_17

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

Definition at line 52 of file stem_ISO_8859_1_danish.c.

◆ s_0_18

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

Definition at line 53 of file stem_ISO_8859_1_danish.c.

◆ s_0_19

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

Definition at line 54 of file stem_ISO_8859_1_danish.c.

◆ s_0_2

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

Definition at line 37 of file stem_ISO_8859_1_danish.c.

◆ s_0_20

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

Definition at line 55 of file stem_ISO_8859_1_danish.c.

◆ s_0_21

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

Definition at line 56 of file stem_ISO_8859_1_danish.c.

◆ s_0_22

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

Definition at line 57 of file stem_ISO_8859_1_danish.c.

◆ s_0_23

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

Definition at line 58 of file stem_ISO_8859_1_danish.c.

◆ s_0_24

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

Definition at line 59 of file stem_ISO_8859_1_danish.c.

◆ s_0_25

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

Definition at line 60 of file stem_ISO_8859_1_danish.c.

◆ s_0_26

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

Definition at line 61 of file stem_ISO_8859_1_danish.c.

◆ s_0_27

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

Definition at line 62 of file stem_ISO_8859_1_danish.c.

◆ s_0_28

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

Definition at line 63 of file stem_ISO_8859_1_danish.c.

◆ s_0_29

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

Definition at line 64 of file stem_ISO_8859_1_danish.c.

◆ s_0_3

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

Definition at line 38 of file stem_ISO_8859_1_danish.c.

◆ s_0_30

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

Definition at line 65 of file stem_ISO_8859_1_danish.c.

◆ s_0_31

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

Definition at line 66 of file stem_ISO_8859_1_danish.c.

◆ s_0_4

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

Definition at line 39 of file stem_ISO_8859_1_danish.c.

◆ s_0_5

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

Definition at line 40 of file stem_ISO_8859_1_danish.c.

◆ s_0_6

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

Definition at line 41 of file stem_ISO_8859_1_danish.c.

◆ s_0_7

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

Definition at line 42 of file stem_ISO_8859_1_danish.c.

◆ s_0_8

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

Definition at line 43 of file stem_ISO_8859_1_danish.c.

◆ s_0_9

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

Definition at line 44 of file stem_ISO_8859_1_danish.c.

◆ s_1

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

Definition at line 32 of file stem_ISO_8859_1_danish.c.

Referenced by r_other_suffix().

◆ s_1_0

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

Definition at line 102 of file stem_ISO_8859_1_danish.c.

◆ s_1_1

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

Definition at line 103 of file stem_ISO_8859_1_danish.c.

◆ s_1_2

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

Definition at line 104 of file stem_ISO_8859_1_danish.c.

◆ s_1_3

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

Definition at line 105 of file stem_ISO_8859_1_danish.c.

◆ s_2

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

Definition at line 33 of file stem_ISO_8859_1_danish.c.

Referenced by r_other_suffix().

◆ s_2_0

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

Definition at line 113 of file stem_ISO_8859_1_danish.c.

◆ s_2_1

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

Definition at line 114 of file stem_ISO_8859_1_danish.c.

◆ s_2_2

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

Definition at line 115 of file stem_ISO_8859_1_danish.c.

◆ s_2_3

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

Definition at line 116 of file stem_ISO_8859_1_danish.c.

◆ s_2_4

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

Definition at line 117 of file stem_ISO_8859_1_danish.c.