PostgreSQL Source Code  git master
stem_UTF_8_indonesian.c File Reference
#include "header.h"
Include dependency graph for stem_UTF_8_indonesian.c:

Go to the source code of this file.

Functions

int indonesian_UTF_8_stem (struct SN_env *z)
 
static int r_VOWEL (struct SN_env *z)
 
static int r_SUFFIX_I_OK (struct SN_env *z)
 
static int r_SUFFIX_AN_OK (struct SN_env *z)
 
static int r_SUFFIX_KAN_OK (struct SN_env *z)
 
static int r_KER (struct SN_env *z)
 
static int r_remove_suffix (struct SN_env *z)
 
static int r_remove_second_order_prefix (struct SN_env *z)
 
static int r_remove_first_order_prefix (struct SN_env *z)
 
static int r_remove_possessive_pronoun (struct SN_env *z)
 
static int r_remove_particle (struct SN_env *z)
 
struct SN_envindonesian_UTF_8_create_env (void)
 
void indonesian_UTF_8_close_env (struct SN_env *z)
 

Variables

static const symbol s_0_0 [3] = { 'k', 'a', 'h' }
 
static const symbol s_0_1 [3] = { 'l', 'a', 'h' }
 
static const symbol s_0_2 [3] = { 'p', 'u', 'n' }
 
static const struct among a_0 [3]
 
static const symbol s_1_0 [3] = { 'n', 'y', 'a' }
 
static const symbol s_1_1 [2] = { 'k', 'u' }
 
static const symbol s_1_2 [2] = { 'm', 'u' }
 
static const struct among a_1 [3]
 
static const symbol s_2_0 [1] = { 'i' }
 
static const symbol s_2_1 [2] = { 'a', 'n' }
 
static const symbol s_2_2 [3] = { 'k', 'a', 'n' }
 
static const struct among a_2 [3]
 
static const symbol s_3_0 [2] = { 'd', 'i' }
 
static const symbol s_3_1 [2] = { 'k', 'e' }
 
static const symbol s_3_2 [2] = { 'm', 'e' }
 
static const symbol s_3_3 [3] = { 'm', 'e', 'm' }
 
static const symbol s_3_4 [3] = { 'm', 'e', 'n' }
 
static const symbol s_3_5 [4] = { 'm', 'e', 'n', 'g' }
 
static const symbol s_3_6 [4] = { 'm', 'e', 'n', 'y' }
 
static const symbol s_3_7 [3] = { 'p', 'e', 'm' }
 
static const symbol s_3_8 [3] = { 'p', 'e', 'n' }
 
static const symbol s_3_9 [4] = { 'p', 'e', 'n', 'g' }
 
static const symbol s_3_10 [4] = { 'p', 'e', 'n', 'y' }
 
static const symbol s_3_11 [3] = { 't', 'e', 'r' }
 
static const struct among a_3 [12]
 
static const symbol s_4_0 [2] = { 'b', 'e' }
 
static const symbol s_4_1 [7] = { 'b', 'e', 'l', 'a', 'j', 'a', 'r' }
 
static const symbol s_4_2 [3] = { 'b', 'e', 'r' }
 
static const symbol s_4_3 [2] = { 'p', 'e' }
 
static const symbol s_4_4 [7] = { 'p', 'e', 'l', 'a', 'j', 'a', 'r' }
 
static const symbol s_4_5 [3] = { 'p', 'e', 'r' }
 
static const struct among a_4 [6]
 
static const unsigned char g_vowel [] = { 17, 65, 16 }
 
static const symbol s_0 [] = { 'e', 'r' }
 
static const symbol s_1 [] = { 's' }
 
static const symbol s_2 [] = { 's' }
 
static const symbol s_3 [] = { 'p' }
 
static const symbol s_4 [] = { 'p' }
 
static const symbol s_5 [] = { 'a', 'j', 'a', 'r' }
 
static const symbol s_6 [] = { 'a', 'j', 'a', 'r' }
 

Function Documentation

◆ indonesian_UTF_8_close_env()

void indonesian_UTF_8_close_env ( struct SN_env z)

Definition at line 406 of file stem_UTF_8_indonesian.c.

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

References SN_close_env().

◆ indonesian_UTF_8_create_env()

struct SN_env * indonesian_UTF_8_create_env ( void  )

Definition at line 404 of file stem_UTF_8_indonesian.c.

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

References SN_create_env().

◆ indonesian_UTF_8_stem()

int indonesian_UTF_8_stem ( struct SN_env z)

Definition at line 313 of file stem_UTF_8_indonesian.c.

313  {
314  z->I[1] = 0;
315  { int c1 = z->c;
316  while(1) {
317  int c2 = z->c;
318  {
319  int ret = out_grouping_U(z, g_vowel, 97, 117, 1);
320  if (ret < 0) goto lab1;
321  z->c += ret;
322  }
323  z->I[1] += 1;
324  continue;
325  lab1:
326  z->c = c2;
327  break;
328  }
329  z->c = c1;
330  }
331  if (!(z->I[1] > 2)) return 0;
332  z->I[0] = 0;
333  z->lb = z->c; z->c = z->l;
334 
335  { int m3 = z->l - z->c; (void)m3;
336  { int ret = r_remove_particle(z);
337  if (ret < 0) return ret;
338  }
339  z->c = z->l - m3;
340  }
341  if (!(z->I[1] > 2)) return 0;
342  { int m4 = z->l - z->c; (void)m4;
343  { int ret = r_remove_possessive_pronoun(z);
344  if (ret < 0) return ret;
345  }
346  z->c = z->l - m4;
347  }
348  z->c = z->lb;
349  if (!(z->I[1] > 2)) return 0;
350  { int c5 = z->c;
351  { int c_test6 = z->c;
352  { int ret = r_remove_first_order_prefix(z);
353  if (ret == 0) goto lab3;
354  if (ret < 0) return ret;
355  }
356  { int c7 = z->c;
357  { int c_test8 = z->c;
358  if (!(z->I[1] > 2)) goto lab4;
359  z->lb = z->c; z->c = z->l;
360 
361  { int ret = r_remove_suffix(z);
362  if (ret == 0) goto lab4;
363  if (ret < 0) return ret;
364  }
365  z->c = z->lb;
366  z->c = c_test8;
367  }
368  if (!(z->I[1] > 2)) goto lab4;
369  { int ret = r_remove_second_order_prefix(z);
370  if (ret == 0) goto lab4;
371  if (ret < 0) return ret;
372  }
373  lab4:
374  z->c = c7;
375  }
376  z->c = c_test6;
377  }
378  goto lab2;
379  lab3:
380  z->c = c5;
381  { int c9 = z->c;
382  { int ret = r_remove_second_order_prefix(z);
383  if (ret < 0) return ret;
384  }
385  z->c = c9;
386  }
387  { int c10 = z->c;
388  if (!(z->I[1] > 2)) goto lab5;
389  z->lb = z->c; z->c = z->l;
390 
391  { int ret = r_remove_suffix(z);
392  if (ret == 0) goto lab5;
393  if (ret < 0) return ret;
394  }
395  z->c = z->lb;
396  lab5:
397  z->c = c10;
398  }
399  }
400 lab2:
401  return 1;
402 }
static int r_remove_particle(struct SN_env *z)
static int r_remove_first_order_prefix(struct SN_env *z)
static int r_remove_suffix(struct SN_env *z)
static int r_remove_possessive_pronoun(struct SN_env *z)
static int r_remove_second_order_prefix(struct SN_env *z)
static const unsigned char g_vowel[]
int lb
Definition: api.h:16
int * I
Definition: api.h:18
int c
Definition: api.h:16
int l
Definition: api.h:16
int out_grouping_U(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:141

References SN_env::c, g_vowel, SN_env::I, SN_env::l, SN_env::lb, out_grouping_U(), r_remove_first_order_prefix(), r_remove_particle(), r_remove_possessive_pronoun(), r_remove_second_order_prefix(), and r_remove_suffix().

◆ r_KER()

static int r_KER ( struct SN_env z)
static

Definition at line 188 of file stem_UTF_8_indonesian.c.

188  {
189  if (out_grouping_U(z, g_vowel, 97, 117, 0)) return 0;
190  if (!(eq_s(z, 2, s_0))) return 0;
191  return 1;
192 }
static const symbol s_0[]
int eq_s(struct SN_env *z, int s_size, const symbol *s)
Definition: utilities.c:215

References eq_s(), g_vowel, out_grouping_U(), and s_0.

◆ r_remove_first_order_prefix()

static int r_remove_first_order_prefix ( struct SN_env z)
static

Definition at line 194 of file stem_UTF_8_indonesian.c.

194  {
195  int among_var;
196  z->bra = z->c;
197  if (z->c + 1 >= z->l || (z->p[z->c + 1] != 105 && z->p[z->c + 1] != 101)) return 0;
198  among_var = find_among(z, a_3, 12);
199  if (!(among_var)) return 0;
200  z->ket = z->c;
201  switch (among_var) {
202  case 1:
203  { int ret = slice_del(z);
204  if (ret < 0) return ret;
205  }
206  z->I[0] = 1;
207  z->I[1] -= 1;
208  break;
209  case 2:
210  { int ret = slice_del(z);
211  if (ret < 0) return ret;
212  }
213  z->I[0] = 3;
214  z->I[1] -= 1;
215  break;
216  case 3:
217  z->I[0] = 1;
218  { int ret = slice_from_s(z, 1, s_1);
219  if (ret < 0) return ret;
220  }
221  z->I[1] -= 1;
222  break;
223  case 4:
224  z->I[0] = 3;
225  { int ret = slice_from_s(z, 1, s_2);
226  if (ret < 0) return ret;
227  }
228  z->I[1] -= 1;
229  break;
230  case 5:
231  z->I[0] = 1;
232  z->I[1] -= 1;
233  { int c1 = z->c;
234  { int c2 = z->c;
235  if (in_grouping_U(z, g_vowel, 97, 117, 0)) goto lab1;
236  z->c = c2;
237  { int ret = slice_from_s(z, 1, s_3);
238  if (ret < 0) return ret;
239  }
240  }
241  goto lab0;
242  lab1:
243  z->c = c1;
244  { int ret = slice_del(z);
245  if (ret < 0) return ret;
246  }
247  }
248  lab0:
249  break;
250  case 6:
251  z->I[0] = 3;
252  z->I[1] -= 1;
253  { int c3 = z->c;
254  { int c4 = z->c;
255  if (in_grouping_U(z, g_vowel, 97, 117, 0)) goto lab3;
256  z->c = c4;
257  { int ret = slice_from_s(z, 1, s_4);
258  if (ret < 0) return ret;
259  }
260  }
261  goto lab2;
262  lab3:
263  z->c = c3;
264  { int ret = slice_del(z);
265  if (ret < 0) return ret;
266  }
267  }
268  lab2:
269  break;
270  }
271  return 1;
272 }
static const symbol s_2[]
static const symbol s_4[]
static const symbol s_3[]
static const struct among a_3[12]
static const symbol s_1[]
symbol * p
Definition: api.h:15
int ket
Definition: api.h:16
int bra
Definition: api.h:16
int slice_del(struct SN_env *z)
Definition: utilities.c:431
int in_grouping_U(struct SN_env *z, const unsigned char *s, int min, int max, int repeat)
Definition: utilities.c:117
int find_among(struct SN_env *z, const struct among *v, int v_size)
Definition: utilities.c:233
int slice_from_s(struct SN_env *z, int s_size, const symbol *s)
Definition: utilities.c:422

References a_3, SN_env::bra, SN_env::c, find_among(), g_vowel, SN_env::I, in_grouping_U(), SN_env::ket, SN_env::l, SN_env::p, s_1, s_2, s_3, s_4, slice_del(), and slice_from_s().

Referenced by indonesian_UTF_8_stem().

◆ r_remove_particle()

static int r_remove_particle ( struct SN_env z)
static

Definition at line 123 of file stem_UTF_8_indonesian.c.

123  {
124  z->ket = z->c;
125  if (z->c - 2 <= z->lb || (z->p[z->c - 1] != 104 && z->p[z->c - 1] != 110)) return 0;
126  if (!(find_among_b(z, a_0, 3))) return 0;
127  z->bra = z->c;
128  { int ret = slice_del(z);
129  if (ret < 0) return ret;
130  }
131  z->I[1] -= 1;
132  return 1;
133 }
static const struct among a_0[3]
int find_among_b(struct SN_env *z, const struct among *v, int v_size)
Definition: utilities.c:298

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

Referenced by indonesian_UTF_8_stem().

◆ r_remove_possessive_pronoun()

static int r_remove_possessive_pronoun ( struct SN_env z)
static

Definition at line 135 of file stem_UTF_8_indonesian.c.

135  {
136  z->ket = z->c;
137  if (z->c - 1 <= z->lb || (z->p[z->c - 1] != 97 && z->p[z->c - 1] != 117)) return 0;
138  if (!(find_among_b(z, a_1, 3))) return 0;
139  z->bra = z->c;
140  { int ret = slice_del(z);
141  if (ret < 0) return ret;
142  }
143  z->I[1] -= 1;
144  return 1;
145 }
static const struct among a_1[3]

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

Referenced by indonesian_UTF_8_stem().

◆ r_remove_second_order_prefix()

static int r_remove_second_order_prefix ( struct SN_env z)
static

Definition at line 274 of file stem_UTF_8_indonesian.c.

274  {
275  int among_var;
276  z->bra = z->c;
277  if (z->c + 1 >= z->l || z->p[z->c + 1] != 101) return 0;
278  among_var = find_among(z, a_4, 6);
279  if (!(among_var)) return 0;
280  z->ket = z->c;
281  switch (among_var) {
282  case 1:
283  { int ret = slice_del(z);
284  if (ret < 0) return ret;
285  }
286  z->I[0] = 2;
287  z->I[1] -= 1;
288  break;
289  case 2:
290  { int ret = slice_from_s(z, 4, s_5);
291  if (ret < 0) return ret;
292  }
293  z->I[1] -= 1;
294  break;
295  case 3:
296  { int ret = slice_del(z);
297  if (ret < 0) return ret;
298  }
299  z->I[0] = 4;
300  z->I[1] -= 1;
301  break;
302  case 4:
303  { int ret = slice_from_s(z, 4, s_6);
304  if (ret < 0) return ret;
305  }
306  z->I[0] = 4;
307  z->I[1] -= 1;
308  break;
309  }
310  return 1;
311 }
static const struct among a_4[6]
static const symbol s_6[]
static const symbol s_5[]

References a_4, SN_env::bra, SN_env::c, find_among(), SN_env::I, SN_env::ket, SN_env::l, SN_env::p, s_5, s_6, slice_del(), and slice_from_s().

Referenced by indonesian_UTF_8_stem().

◆ r_remove_suffix()

static int r_remove_suffix ( struct SN_env z)
static

Definition at line 171 of file stem_UTF_8_indonesian.c.

171  {
172  z->ket = z->c;
173  if (z->c <= z->lb || (z->p[z->c - 1] != 105 && z->p[z->c - 1] != 110)) return 0;
174  if (!(find_among_b(z, a_2, 3))) return 0;
175  z->bra = z->c;
176  { int ret = slice_del(z);
177  if (ret < 0) return ret;
178  }
179  z->I[1] -= 1;
180  return 1;
181 }
static const struct among a_2[3]

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

Referenced by indonesian_UTF_8_stem().

◆ r_SUFFIX_AN_OK()

static int r_SUFFIX_AN_OK ( struct SN_env z)
static

Definition at line 154 of file stem_UTF_8_indonesian.c.

154  {
155  if (!(z->I[0] != 1)) return 0;
156  return 1;
157 }

References SN_env::I.

◆ r_SUFFIX_I_OK()

static int r_SUFFIX_I_OK ( struct SN_env z)
static

Definition at line 159 of file stem_UTF_8_indonesian.c.

159  {
160  if (!(z->I[0] <= 2)) return 0;
161  { int m1 = z->l - z->c; (void)m1;
162  if (z->c <= z->lb || z->p[z->c - 1] != 's') goto lab0;
163  z->c--;
164  return 0;
165  lab0:
166  z->c = z->l - m1;
167  }
168  return 1;
169 }

References SN_env::c, SN_env::I, SN_env::l, SN_env::lb, and SN_env::p.

◆ r_SUFFIX_KAN_OK()

static int r_SUFFIX_KAN_OK ( struct SN_env z)
static

Definition at line 147 of file stem_UTF_8_indonesian.c.

147  {
148 
149  if (!(z->I[0] != 3)) return 0;
150  if (!(z->I[0] != 2)) return 0;
151  return 1;
152 }

References SN_env::I.

◆ r_VOWEL()

static int r_VOWEL ( struct SN_env z)
static

Definition at line 183 of file stem_UTF_8_indonesian.c.

183  {
184  if (in_grouping_U(z, g_vowel, 97, 117, 0)) return 0;
185  return 1;
186 }

References g_vowel, and in_grouping_U().

Variable Documentation

◆ a_0

const struct among a_0[3]
static
Initial value:
=
{
{ 3, s_0_0, -1, 1, 0},
{ 3, s_0_1, -1, 1, 0},
{ 3, s_0_2, -1, 1, 0}
}
static const symbol s_0_2[3]
static const symbol s_0_0[3]
static const symbol s_0_1[3]

Definition at line 36 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_particle().

◆ a_1

const struct among a_1[3]
static
Initial value:
=
{
{ 3, s_1_0, -1, 1, 0},
{ 2, s_1_1, -1, 1, 0},
{ 2, s_1_2, -1, 1, 0}
}
static const symbol s_1_2[2]
static const symbol s_1_1[2]
static const symbol s_1_0[3]

Definition at line 47 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_possessive_pronoun().

◆ a_2

const struct among a_2[3]
static
Initial value:
=
{
{ 1, s_2_0, -1, 1, r_SUFFIX_I_OK},
{ 2, s_2_1, -1, 1, r_SUFFIX_AN_OK},
{ 3, s_2_2, 1, 1, r_SUFFIX_KAN_OK}
}
static const symbol s_2_0[1]
static int r_SUFFIX_I_OK(struct SN_env *z)
static int r_SUFFIX_KAN_OK(struct SN_env *z)
static const symbol s_2_2[3]
static int r_SUFFIX_AN_OK(struct SN_env *z)
static const symbol s_2_1[2]

Definition at line 58 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_suffix().

◆ a_3

const struct among a_3[12]
static
Initial value:
=
{
{ 2, s_3_0, -1, 1, 0},
{ 2, s_3_1, -1, 2, 0},
{ 2, s_3_2, -1, 1, 0},
{ 3, s_3_3, 2, 5, 0},
{ 3, s_3_4, 2, 1, 0},
{ 4, s_3_5, 4, 1, 0},
{ 4, s_3_6, 4, 3, r_VOWEL},
{ 3, s_3_7, -1, 6, 0},
{ 3, s_3_8, -1, 2, 0},
{ 4, s_3_9, 8, 2, 0},
{ 4, s_3_10, 8, 4, r_VOWEL},
{ 3, s_3_11, -1, 1, 0}
}
static const symbol s_3_8[3]
static const symbol s_3_5[4]
static const symbol s_3_11[3]
static const symbol s_3_7[3]
static const symbol s_3_1[2]
static const symbol s_3_0[2]
static const symbol s_3_9[4]
static const symbol s_3_10[4]
static const symbol s_3_6[4]
static const symbol s_3_4[3]
static const symbol s_3_3[3]
static int r_VOWEL(struct SN_env *z)
static const symbol s_3_2[2]

Definition at line 78 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_first_order_prefix().

◆ a_4

const struct among a_4[6]
static
Initial value:
=
{
{ 2, s_4_0, -1, 3, r_KER},
{ 7, s_4_1, 0, 4, 0},
{ 3, s_4_2, 0, 3, 0},
{ 2, s_4_3, -1, 1, 0},
{ 7, s_4_4, 3, 2, 0},
{ 3, s_4_5, 3, 1, 0}
}
static const symbol s_4_4[7]
static int r_KER(struct SN_env *z)
static const symbol s_4_1[7]
static const symbol s_4_5[3]
static const symbol s_4_0[2]
static const symbol s_4_3[2]
static const symbol s_4_2[3]

Definition at line 101 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_second_order_prefix().

◆ g_vowel

const unsigned char g_vowel[] = { 17, 65, 16 }
static

◆ s_0

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

Definition at line 115 of file stem_UTF_8_indonesian.c.

Referenced by r_KER().

◆ s_0_0

const symbol s_0_0[3] = { 'k', 'a', 'h' }
static

Definition at line 34 of file stem_UTF_8_indonesian.c.

◆ s_0_1

const symbol s_0_1[3] = { 'l', 'a', 'h' }
static

Definition at line 35 of file stem_UTF_8_indonesian.c.

◆ s_0_2

const symbol s_0_2[3] = { 'p', 'u', 'n' }
static

Definition at line 36 of file stem_UTF_8_indonesian.c.

◆ s_1

const symbol s_1[] = { 's' }
static

Definition at line 116 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_first_order_prefix().

◆ s_1_0

const symbol s_1_0[3] = { 'n', 'y', 'a' }
static

Definition at line 45 of file stem_UTF_8_indonesian.c.

◆ s_1_1

const symbol s_1_1[2] = { 'k', 'u' }
static

Definition at line 46 of file stem_UTF_8_indonesian.c.

◆ s_1_2

const symbol s_1_2[2] = { 'm', 'u' }
static

Definition at line 47 of file stem_UTF_8_indonesian.c.

◆ s_2

const symbol s_2[] = { 's' }
static

Definition at line 117 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_first_order_prefix().

◆ s_2_0

const symbol s_2_0[1] = { 'i' }
static

Definition at line 56 of file stem_UTF_8_indonesian.c.

◆ s_2_1

const symbol s_2_1[2] = { 'a', 'n' }
static

Definition at line 57 of file stem_UTF_8_indonesian.c.

◆ s_2_2

const symbol s_2_2[3] = { 'k', 'a', 'n' }
static

Definition at line 58 of file stem_UTF_8_indonesian.c.

◆ s_3

const symbol s_3[] = { 'p' }
static

Definition at line 118 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_first_order_prefix().

◆ s_3_0

const symbol s_3_0[2] = { 'd', 'i' }
static

Definition at line 67 of file stem_UTF_8_indonesian.c.

◆ s_3_1

const symbol s_3_1[2] = { 'k', 'e' }
static

Definition at line 68 of file stem_UTF_8_indonesian.c.

◆ s_3_10

const symbol s_3_10[4] = { 'p', 'e', 'n', 'y' }
static

Definition at line 77 of file stem_UTF_8_indonesian.c.

◆ s_3_11

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

Definition at line 78 of file stem_UTF_8_indonesian.c.

◆ s_3_2

const symbol s_3_2[2] = { 'm', 'e' }
static

Definition at line 69 of file stem_UTF_8_indonesian.c.

◆ s_3_3

const symbol s_3_3[3] = { 'm', 'e', 'm' }
static

Definition at line 70 of file stem_UTF_8_indonesian.c.

◆ s_3_4

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

Definition at line 71 of file stem_UTF_8_indonesian.c.

◆ s_3_5

const symbol s_3_5[4] = { 'm', 'e', 'n', 'g' }
static

Definition at line 72 of file stem_UTF_8_indonesian.c.

◆ s_3_6

const symbol s_3_6[4] = { 'm', 'e', 'n', 'y' }
static

Definition at line 73 of file stem_UTF_8_indonesian.c.

◆ s_3_7

const symbol s_3_7[3] = { 'p', 'e', 'm' }
static

Definition at line 74 of file stem_UTF_8_indonesian.c.

◆ s_3_8

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

Definition at line 75 of file stem_UTF_8_indonesian.c.

◆ s_3_9

const symbol s_3_9[4] = { 'p', 'e', 'n', 'g' }
static

Definition at line 76 of file stem_UTF_8_indonesian.c.

◆ s_4

const symbol s_4[] = { 'p' }
static

Definition at line 119 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_first_order_prefix().

◆ s_4_0

const symbol s_4_0[2] = { 'b', 'e' }
static

Definition at line 96 of file stem_UTF_8_indonesian.c.

◆ s_4_1

const symbol s_4_1[7] = { 'b', 'e', 'l', 'a', 'j', 'a', 'r' }
static

Definition at line 97 of file stem_UTF_8_indonesian.c.

◆ s_4_2

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

Definition at line 98 of file stem_UTF_8_indonesian.c.

◆ s_4_3

const symbol s_4_3[2] = { 'p', 'e' }
static

Definition at line 99 of file stem_UTF_8_indonesian.c.

◆ s_4_4

const symbol s_4_4[7] = { 'p', 'e', 'l', 'a', 'j', 'a', 'r' }
static

Definition at line 100 of file stem_UTF_8_indonesian.c.

◆ s_4_5

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

Definition at line 101 of file stem_UTF_8_indonesian.c.

◆ s_5

const symbol s_5[] = { 'a', 'j', 'a', 'r' }
static

Definition at line 120 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_second_order_prefix().

◆ s_6

const symbol s_6[] = { 'a', 'j', 'a', 'r' }
static

Definition at line 121 of file stem_UTF_8_indonesian.c.

Referenced by r_remove_second_order_prefix().