LCOV - code coverage report
Current view: top level - src/backend/snowball/libstemmer - stem_ISO_8859_1_finnish.c (source / functions) Hit Total Coverage
Test: PostgreSQL 18devel Lines: 0 324 0.0 %
Date: 2025-02-21 17:14:59 Functions: 0 14 0.0 %
Legend: Lines: hit not hit

          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 finnish_ISO_8859_1_stem(struct SN_env * z);
       9             : #ifdef __cplusplus
      10             : }
      11             : #endif
      12             : static int r_tidy(struct SN_env * z);
      13             : static int r_other_endings(struct SN_env * z);
      14             : static int r_t_plural(struct SN_env * z);
      15             : static int r_i_plural(struct SN_env * z);
      16             : static int r_case_ending(struct SN_env * z);
      17             : static int r_VI(struct SN_env * z);
      18             : static int r_LONG(struct SN_env * z);
      19             : static int r_possessive(struct SN_env * z);
      20             : static int r_particle_etc(struct SN_env * z);
      21             : static int r_R2(struct SN_env * z);
      22             : static int r_mark_regions(struct SN_env * z);
      23             : #ifdef __cplusplus
      24             : extern "C" {
      25             : #endif
      26             : 
      27             : 
      28             : extern struct SN_env * finnish_ISO_8859_1_create_env(void);
      29             : extern void finnish_ISO_8859_1_close_env(struct SN_env * z);
      30             : 
      31             : 
      32             : #ifdef __cplusplus
      33             : }
      34             : #endif
      35             : static const symbol s_0_0[2] = { 'p', 'a' };
      36             : static const symbol s_0_1[3] = { 's', 't', 'i' };
      37             : static const symbol s_0_2[4] = { 'k', 'a', 'a', 'n' };
      38             : static const symbol s_0_3[3] = { 'h', 'a', 'n' };
      39             : static const symbol s_0_4[3] = { 'k', 'i', 'n' };
      40             : static const symbol s_0_5[3] = { 'h', 0xE4, 'n' };
      41             : static const symbol s_0_6[4] = { 'k', 0xE4, 0xE4, 'n' };
      42             : static const symbol s_0_7[2] = { 'k', 'o' };
      43             : static const symbol s_0_8[2] = { 'p', 0xE4 };
      44             : static const symbol s_0_9[2] = { 'k', 0xF6 };
      45             : 
      46             : static const struct among a_0[10] =
      47             : {
      48             : { 2, s_0_0, -1, 1, 0},
      49             : { 3, s_0_1, -1, 2, 0},
      50             : { 4, s_0_2, -1, 1, 0},
      51             : { 3, s_0_3, -1, 1, 0},
      52             : { 3, s_0_4, -1, 1, 0},
      53             : { 3, s_0_5, -1, 1, 0},
      54             : { 4, s_0_6, -1, 1, 0},
      55             : { 2, s_0_7, -1, 1, 0},
      56             : { 2, s_0_8, -1, 1, 0},
      57             : { 2, s_0_9, -1, 1, 0}
      58             : };
      59             : 
      60             : static const symbol s_1_0[3] = { 'l', 'l', 'a' };
      61             : static const symbol s_1_1[2] = { 'n', 'a' };
      62             : static const symbol s_1_2[3] = { 's', 's', 'a' };
      63             : static const symbol s_1_3[2] = { 't', 'a' };
      64             : static const symbol s_1_4[3] = { 'l', 't', 'a' };
      65             : static const symbol s_1_5[3] = { 's', 't', 'a' };
      66             : 
      67             : static const struct among a_1[6] =
      68             : {
      69             : { 3, s_1_0, -1, -1, 0},
      70             : { 2, s_1_1, -1, -1, 0},
      71             : { 3, s_1_2, -1, -1, 0},
      72             : { 2, s_1_3, -1, -1, 0},
      73             : { 3, s_1_4, 3, -1, 0},
      74             : { 3, s_1_5, 3, -1, 0}
      75             : };
      76             : 
      77             : static const symbol s_2_0[3] = { 'l', 'l', 0xE4 };
      78             : static const symbol s_2_1[2] = { 'n', 0xE4 };
      79             : static const symbol s_2_2[3] = { 's', 's', 0xE4 };
      80             : static const symbol s_2_3[2] = { 't', 0xE4 };
      81             : static const symbol s_2_4[3] = { 'l', 't', 0xE4 };
      82             : static const symbol s_2_5[3] = { 's', 't', 0xE4 };
      83             : 
      84             : static const struct among a_2[6] =
      85             : {
      86             : { 3, s_2_0, -1, -1, 0},
      87             : { 2, s_2_1, -1, -1, 0},
      88             : { 3, s_2_2, -1, -1, 0},
      89             : { 2, s_2_3, -1, -1, 0},
      90             : { 3, s_2_4, 3, -1, 0},
      91             : { 3, s_2_5, 3, -1, 0}
      92             : };
      93             : 
      94             : static const symbol s_3_0[3] = { 'l', 'l', 'e' };
      95             : static const symbol s_3_1[3] = { 'i', 'n', 'e' };
      96             : 
      97             : static const struct among a_3[2] =
      98             : {
      99             : { 3, s_3_0, -1, -1, 0},
     100             : { 3, s_3_1, -1, -1, 0}
     101             : };
     102             : 
     103             : static const symbol s_4_0[3] = { 'n', 's', 'a' };
     104             : static const symbol s_4_1[3] = { 'm', 'm', 'e' };
     105             : static const symbol s_4_2[3] = { 'n', 'n', 'e' };
     106             : static const symbol s_4_3[2] = { 'n', 'i' };
     107             : static const symbol s_4_4[2] = { 's', 'i' };
     108             : static const symbol s_4_5[2] = { 'a', 'n' };
     109             : static const symbol s_4_6[2] = { 'e', 'n' };
     110             : static const symbol s_4_7[2] = { 0xE4, 'n' };
     111             : static const symbol s_4_8[3] = { 'n', 's', 0xE4 };
     112             : 
     113             : static const struct among a_4[9] =
     114             : {
     115             : { 3, s_4_0, -1, 3, 0},
     116             : { 3, s_4_1, -1, 3, 0},
     117             : { 3, s_4_2, -1, 3, 0},
     118             : { 2, s_4_3, -1, 2, 0},
     119             : { 2, s_4_4, -1, 1, 0},
     120             : { 2, s_4_5, -1, 4, 0},
     121             : { 2, s_4_6, -1, 6, 0},
     122             : { 2, s_4_7, -1, 5, 0},
     123             : { 3, s_4_8, -1, 3, 0}
     124             : };
     125             : 
     126             : static const symbol s_5_0[2] = { 'a', 'a' };
     127             : static const symbol s_5_1[2] = { 'e', 'e' };
     128             : static const symbol s_5_2[2] = { 'i', 'i' };
     129             : static const symbol s_5_3[2] = { 'o', 'o' };
     130             : static const symbol s_5_4[2] = { 'u', 'u' };
     131             : static const symbol s_5_5[2] = { 0xE4, 0xE4 };
     132             : static const symbol s_5_6[2] = { 0xF6, 0xF6 };
     133             : 
     134             : static const struct among a_5[7] =
     135             : {
     136             : { 2, s_5_0, -1, -1, 0},
     137             : { 2, s_5_1, -1, -1, 0},
     138             : { 2, s_5_2, -1, -1, 0},
     139             : { 2, s_5_3, -1, -1, 0},
     140             : { 2, s_5_4, -1, -1, 0},
     141             : { 2, s_5_5, -1, -1, 0},
     142             : { 2, s_5_6, -1, -1, 0}
     143             : };
     144             : 
     145             : static const symbol s_6_0[1] = { 'a' };
     146             : static const symbol s_6_1[3] = { 'l', 'l', 'a' };
     147             : static const symbol s_6_2[2] = { 'n', 'a' };
     148             : static const symbol s_6_3[3] = { 's', 's', 'a' };
     149             : static const symbol s_6_4[2] = { 't', 'a' };
     150             : static const symbol s_6_5[3] = { 'l', 't', 'a' };
     151             : static const symbol s_6_6[3] = { 's', 't', 'a' };
     152             : static const symbol s_6_7[3] = { 't', 't', 'a' };
     153             : static const symbol s_6_8[3] = { 'l', 'l', 'e' };
     154             : static const symbol s_6_9[3] = { 'i', 'n', 'e' };
     155             : static const symbol s_6_10[3] = { 'k', 's', 'i' };
     156             : static const symbol s_6_11[1] = { 'n' };
     157             : static const symbol s_6_12[3] = { 'h', 'a', 'n' };
     158             : static const symbol s_6_13[3] = { 'd', 'e', 'n' };
     159             : static const symbol s_6_14[4] = { 's', 'e', 'e', 'n' };
     160             : static const symbol s_6_15[3] = { 'h', 'e', 'n' };
     161             : static const symbol s_6_16[4] = { 't', 't', 'e', 'n' };
     162             : static const symbol s_6_17[3] = { 'h', 'i', 'n' };
     163             : static const symbol s_6_18[4] = { 's', 'i', 'i', 'n' };
     164             : static const symbol s_6_19[3] = { 'h', 'o', 'n' };
     165             : static const symbol s_6_20[3] = { 'h', 0xE4, 'n' };
     166             : static const symbol s_6_21[3] = { 'h', 0xF6, 'n' };
     167             : static const symbol s_6_22[1] = { 0xE4 };
     168             : static const symbol s_6_23[3] = { 'l', 'l', 0xE4 };
     169             : static const symbol s_6_24[2] = { 'n', 0xE4 };
     170             : static const symbol s_6_25[3] = { 's', 's', 0xE4 };
     171             : static const symbol s_6_26[2] = { 't', 0xE4 };
     172             : static const symbol s_6_27[3] = { 'l', 't', 0xE4 };
     173             : static const symbol s_6_28[3] = { 's', 't', 0xE4 };
     174             : static const symbol s_6_29[3] = { 't', 't', 0xE4 };
     175             : 
     176             : static const struct among a_6[30] =
     177             : {
     178             : { 1, s_6_0, -1, 8, 0},
     179             : { 3, s_6_1, 0, -1, 0},
     180             : { 2, s_6_2, 0, -1, 0},
     181             : { 3, s_6_3, 0, -1, 0},
     182             : { 2, s_6_4, 0, -1, 0},
     183             : { 3, s_6_5, 4, -1, 0},
     184             : { 3, s_6_6, 4, -1, 0},
     185             : { 3, s_6_7, 4, 2, 0},
     186             : { 3, s_6_8, -1, -1, 0},
     187             : { 3, s_6_9, -1, -1, 0},
     188             : { 3, s_6_10, -1, -1, 0},
     189             : { 1, s_6_11, -1, 7, 0},
     190             : { 3, s_6_12, 11, 1, 0},
     191             : { 3, s_6_13, 11, -1, r_VI},
     192             : { 4, s_6_14, 11, -1, r_LONG},
     193             : { 3, s_6_15, 11, 2, 0},
     194             : { 4, s_6_16, 11, -1, r_VI},
     195             : { 3, s_6_17, 11, 3, 0},
     196             : { 4, s_6_18, 11, -1, r_VI},
     197             : { 3, s_6_19, 11, 4, 0},
     198             : { 3, s_6_20, 11, 5, 0},
     199             : { 3, s_6_21, 11, 6, 0},
     200             : { 1, s_6_22, -1, 8, 0},
     201             : { 3, s_6_23, 22, -1, 0},
     202             : { 2, s_6_24, 22, -1, 0},
     203             : { 3, s_6_25, 22, -1, 0},
     204             : { 2, s_6_26, 22, -1, 0},
     205             : { 3, s_6_27, 26, -1, 0},
     206             : { 3, s_6_28, 26, -1, 0},
     207             : { 3, s_6_29, 26, 2, 0}
     208             : };
     209             : 
     210             : static const symbol s_7_0[3] = { 'e', 'j', 'a' };
     211             : static const symbol s_7_1[3] = { 'm', 'm', 'a' };
     212             : static const symbol s_7_2[4] = { 'i', 'm', 'm', 'a' };
     213             : static const symbol s_7_3[3] = { 'm', 'p', 'a' };
     214             : static const symbol s_7_4[4] = { 'i', 'm', 'p', 'a' };
     215             : static const symbol s_7_5[3] = { 'm', 'm', 'i' };
     216             : static const symbol s_7_6[4] = { 'i', 'm', 'm', 'i' };
     217             : static const symbol s_7_7[3] = { 'm', 'p', 'i' };
     218             : static const symbol s_7_8[4] = { 'i', 'm', 'p', 'i' };
     219             : static const symbol s_7_9[3] = { 'e', 'j', 0xE4 };
     220             : static const symbol s_7_10[3] = { 'm', 'm', 0xE4 };
     221             : static const symbol s_7_11[4] = { 'i', 'm', 'm', 0xE4 };
     222             : static const symbol s_7_12[3] = { 'm', 'p', 0xE4 };
     223             : static const symbol s_7_13[4] = { 'i', 'm', 'p', 0xE4 };
     224             : 
     225             : static const struct among a_7[14] =
     226             : {
     227             : { 3, s_7_0, -1, -1, 0},
     228             : { 3, s_7_1, -1, 1, 0},
     229             : { 4, s_7_2, 1, -1, 0},
     230             : { 3, s_7_3, -1, 1, 0},
     231             : { 4, s_7_4, 3, -1, 0},
     232             : { 3, s_7_5, -1, 1, 0},
     233             : { 4, s_7_6, 5, -1, 0},
     234             : { 3, s_7_7, -1, 1, 0},
     235             : { 4, s_7_8, 7, -1, 0},
     236             : { 3, s_7_9, -1, -1, 0},
     237             : { 3, s_7_10, -1, 1, 0},
     238             : { 4, s_7_11, 10, -1, 0},
     239             : { 3, s_7_12, -1, 1, 0},
     240             : { 4, s_7_13, 12, -1, 0}
     241             : };
     242             : 
     243             : static const symbol s_8_0[1] = { 'i' };
     244             : static const symbol s_8_1[1] = { 'j' };
     245             : 
     246             : static const struct among a_8[2] =
     247             : {
     248             : { 1, s_8_0, -1, -1, 0},
     249             : { 1, s_8_1, -1, -1, 0}
     250             : };
     251             : 
     252             : static const symbol s_9_0[3] = { 'm', 'm', 'a' };
     253             : static const symbol s_9_1[4] = { 'i', 'm', 'm', 'a' };
     254             : 
     255             : static const struct among a_9[2] =
     256             : {
     257             : { 3, s_9_0, -1, 1, 0},
     258             : { 4, s_9_1, 0, -1, 0}
     259             : };
     260             : 
     261             : static const unsigned char g_AEI[] = { 17, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8 };
     262             : 
     263             : static const unsigned char g_C[] = { 119, 223, 119, 1 };
     264             : 
     265             : static const unsigned char g_V1[] = { 17, 65, 16, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 32 };
     266             : 
     267             : static const unsigned char g_V2[] = { 17, 65, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 32 };
     268             : 
     269             : static const unsigned char g_particle_end[] = { 17, 97, 24, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 32 };
     270             : 
     271             : static const symbol s_0[] = { 'k', 's', 'e' };
     272             : static const symbol s_1[] = { 'k', 's', 'i' };
     273             : static const symbol s_2[] = { 'i', 'e' };
     274             : static const symbol s_3[] = { 'p', 'o' };
     275             : static const symbol s_4[] = { 'p', 'o' };
     276             : 
     277           0 : static int r_mark_regions(struct SN_env * z) {
     278           0 :     z->I[1] = z->l;
     279           0 :     z->I[0] = z->l;
     280             : 
     281           0 :     if (out_grouping(z, g_V1, 97, 246, 1) < 0) return 0;
     282             : 
     283             :     {
     284           0 :         int ret = in_grouping(z, g_V1, 97, 246, 1);
     285           0 :         if (ret < 0) return 0;
     286           0 :         z->c += ret;
     287             :     }
     288           0 :     z->I[1] = z->c;
     289             : 
     290           0 :     if (out_grouping(z, g_V1, 97, 246, 1) < 0) return 0;
     291             : 
     292             :     {
     293           0 :         int ret = in_grouping(z, g_V1, 97, 246, 1);
     294           0 :         if (ret < 0) return 0;
     295           0 :         z->c += ret;
     296             :     }
     297           0 :     z->I[0] = z->c;
     298           0 :     return 1;
     299             : }
     300             : 
     301           0 : static int r_R2(struct SN_env * z) {
     302           0 :     return z->I[0] <= z->c;
     303             : }
     304             : 
     305           0 : static int r_particle_etc(struct SN_env * z) {
     306             :     int among_var;
     307             : 
     308             :     {   int mlimit1;
     309           0 :         if (z->c < z->I[1]) return 0;
     310           0 :         mlimit1 = z->lb; z->lb = z->I[1];
     311           0 :         z->ket = z->c;
     312           0 :         among_var = find_among_b(z, a_0, 10);
     313           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
     314           0 :         z->bra = z->c;
     315           0 :         z->lb = mlimit1;
     316             :     }
     317           0 :     switch (among_var) {
     318           0 :         case 1:
     319           0 :             if (in_grouping_b(z, g_particle_end, 97, 246, 0)) return 0;
     320           0 :             break;
     321           0 :         case 2:
     322           0 :             {   int ret = r_R2(z);
     323           0 :                 if (ret <= 0) return ret;
     324             :             }
     325           0 :             break;
     326             :     }
     327           0 :     {   int ret = slice_del(z);
     328           0 :         if (ret < 0) return ret;
     329             :     }
     330           0 :     return 1;
     331             : }
     332             : 
     333           0 : static int r_possessive(struct SN_env * z) {
     334             :     int among_var;
     335             : 
     336             :     {   int mlimit1;
     337           0 :         if (z->c < z->I[1]) return 0;
     338           0 :         mlimit1 = z->lb; z->lb = z->I[1];
     339           0 :         z->ket = z->c;
     340           0 :         among_var = find_among_b(z, a_4, 9);
     341           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
     342           0 :         z->bra = z->c;
     343           0 :         z->lb = mlimit1;
     344             :     }
     345           0 :     switch (among_var) {
     346           0 :         case 1:
     347           0 :             {   int m2 = z->l - z->c; (void)m2;
     348           0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'k') goto lab0;
     349           0 :                 z->c--;
     350           0 :                 return 0;
     351           0 :             lab0:
     352           0 :                 z->c = z->l - m2;
     353             :             }
     354           0 :             {   int ret = slice_del(z);
     355           0 :                 if (ret < 0) return ret;
     356             :             }
     357           0 :             break;
     358           0 :         case 2:
     359           0 :             {   int ret = slice_del(z);
     360           0 :                 if (ret < 0) return ret;
     361             :             }
     362           0 :             z->ket = z->c;
     363           0 :             if (!(eq_s_b(z, 3, s_0))) return 0;
     364           0 :             z->bra = z->c;
     365           0 :             {   int ret = slice_from_s(z, 3, s_1);
     366           0 :                 if (ret < 0) return ret;
     367             :             }
     368           0 :             break;
     369           0 :         case 3:
     370           0 :             {   int ret = slice_del(z);
     371           0 :                 if (ret < 0) return ret;
     372             :             }
     373           0 :             break;
     374           0 :         case 4:
     375           0 :             if (z->c - 1 <= z->lb || z->p[z->c - 1] != 97) return 0;
     376           0 :             if (!find_among_b(z, a_1, 6)) return 0;
     377           0 :             {   int ret = slice_del(z);
     378           0 :                 if (ret < 0) return ret;
     379             :             }
     380           0 :             break;
     381           0 :         case 5:
     382           0 :             if (z->c - 1 <= z->lb || z->p[z->c - 1] != 228) return 0;
     383           0 :             if (!find_among_b(z, a_2, 6)) return 0;
     384           0 :             {   int ret = slice_del(z);
     385           0 :                 if (ret < 0) return ret;
     386             :             }
     387           0 :             break;
     388           0 :         case 6:
     389           0 :             if (z->c - 2 <= z->lb || z->p[z->c - 1] != 101) return 0;
     390           0 :             if (!find_among_b(z, a_3, 2)) return 0;
     391           0 :             {   int ret = slice_del(z);
     392           0 :                 if (ret < 0) return ret;
     393             :             }
     394           0 :             break;
     395             :     }
     396           0 :     return 1;
     397             : }
     398             : 
     399           0 : static int r_LONG(struct SN_env * z) {
     400           0 :     if (!find_among_b(z, a_5, 7)) return 0;
     401           0 :     return 1;
     402             : }
     403             : 
     404           0 : static int r_VI(struct SN_env * z) {
     405           0 :     if (z->c <= z->lb || z->p[z->c - 1] != 'i') return 0;
     406           0 :     z->c--;
     407           0 :     if (in_grouping_b(z, g_V2, 97, 246, 0)) return 0;
     408           0 :     return 1;
     409             : }
     410             : 
     411           0 : static int r_case_ending(struct SN_env * z) {
     412             :     int among_var;
     413             : 
     414             :     {   int mlimit1;
     415           0 :         if (z->c < z->I[1]) return 0;
     416           0 :         mlimit1 = z->lb; z->lb = z->I[1];
     417           0 :         z->ket = z->c;
     418           0 :         among_var = find_among_b(z, a_6, 30);
     419           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
     420           0 :         z->bra = z->c;
     421           0 :         z->lb = mlimit1;
     422             :     }
     423           0 :     switch (among_var) {
     424           0 :         case 1:
     425           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'a') return 0;
     426           0 :             z->c--;
     427           0 :             break;
     428           0 :         case 2:
     429           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'e') return 0;
     430           0 :             z->c--;
     431           0 :             break;
     432           0 :         case 3:
     433           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'i') return 0;
     434           0 :             z->c--;
     435           0 :             break;
     436           0 :         case 4:
     437           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'o') return 0;
     438           0 :             z->c--;
     439           0 :             break;
     440           0 :         case 5:
     441           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 0xE4) return 0;
     442           0 :             z->c--;
     443           0 :             break;
     444           0 :         case 6:
     445           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 0xF6) return 0;
     446           0 :             z->c--;
     447           0 :             break;
     448           0 :         case 7:
     449           0 :             {   int m2 = z->l - z->c; (void)m2;
     450           0 :                 {   int m3 = z->l - z->c; (void)m3;
     451           0 :                     {   int m4 = z->l - z->c; (void)m4;
     452           0 :                         {   int ret = r_LONG(z);
     453           0 :                             if (ret == 0) goto lab2;
     454           0 :                             if (ret < 0) return ret;
     455             :                         }
     456           0 :                         goto lab1;
     457           0 :                     lab2:
     458           0 :                         z->c = z->l - m4;
     459           0 :                         if (!(eq_s_b(z, 2, s_2))) { z->c = z->l - m2; goto lab0; }
     460             :                     }
     461           0 :                 lab1:
     462           0 :                     z->c = z->l - m3;
     463           0 :                     if (z->c <= z->lb) { z->c = z->l - m2; goto lab0; }
     464           0 :                     z->c--;
     465             :                 }
     466           0 :                 z->bra = z->c;
     467           0 :             lab0:
     468             :                 ;
     469             :             }
     470           0 :             break;
     471           0 :         case 8:
     472           0 :             if (in_grouping_b(z, g_V1, 97, 246, 0)) return 0;
     473           0 :             if (in_grouping_b(z, g_C, 98, 122, 0)) return 0;
     474           0 :             break;
     475             :     }
     476           0 :     {   int ret = slice_del(z);
     477           0 :         if (ret < 0) return ret;
     478             :     }
     479           0 :     z->I[2] = 1;
     480           0 :     return 1;
     481             : }
     482             : 
     483           0 : static int r_other_endings(struct SN_env * z) {
     484             :     int among_var;
     485             : 
     486             :     {   int mlimit1;
     487           0 :         if (z->c < z->I[0]) return 0;
     488           0 :         mlimit1 = z->lb; z->lb = z->I[0];
     489           0 :         z->ket = z->c;
     490           0 :         among_var = find_among_b(z, a_7, 14);
     491           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
     492           0 :         z->bra = z->c;
     493           0 :         z->lb = mlimit1;
     494             :     }
     495           0 :     switch (among_var) {
     496           0 :         case 1:
     497           0 :             {   int m2 = z->l - z->c; (void)m2;
     498           0 :                 if (!(eq_s_b(z, 2, s_3))) goto lab0;
     499           0 :                 return 0;
     500           0 :             lab0:
     501           0 :                 z->c = z->l - m2;
     502             :             }
     503           0 :             break;
     504             :     }
     505           0 :     {   int ret = slice_del(z);
     506           0 :         if (ret < 0) return ret;
     507             :     }
     508           0 :     return 1;
     509             : }
     510             : 
     511           0 : static int r_i_plural(struct SN_env * z) {
     512             : 
     513             :     {   int mlimit1;
     514           0 :         if (z->c < z->I[1]) return 0;
     515           0 :         mlimit1 = z->lb; z->lb = z->I[1];
     516           0 :         z->ket = z->c;
     517           0 :         if (z->c <= z->lb || (z->p[z->c - 1] != 105 && z->p[z->c - 1] != 106)) { z->lb = mlimit1; return 0; }
     518           0 :         if (!find_among_b(z, a_8, 2)) { z->lb = mlimit1; return 0; }
     519           0 :         z->bra = z->c;
     520           0 :         z->lb = mlimit1;
     521             :     }
     522           0 :     {   int ret = slice_del(z);
     523           0 :         if (ret < 0) return ret;
     524             :     }
     525           0 :     return 1;
     526             : }
     527             : 
     528           0 : static int r_t_plural(struct SN_env * z) {
     529             :     int among_var;
     530             : 
     531             :     {   int mlimit1;
     532           0 :         if (z->c < z->I[1]) return 0;
     533           0 :         mlimit1 = z->lb; z->lb = z->I[1];
     534           0 :         z->ket = z->c;
     535           0 :         if (z->c <= z->lb || z->p[z->c - 1] != 't') { z->lb = mlimit1; return 0; }
     536           0 :         z->c--;
     537           0 :         z->bra = z->c;
     538           0 :         {   int m_test2 = z->l - z->c;
     539           0 :             if (in_grouping_b(z, g_V1, 97, 246, 0)) { z->lb = mlimit1; return 0; }
     540           0 :             z->c = z->l - m_test2;
     541             :         }
     542           0 :         {   int ret = slice_del(z);
     543           0 :             if (ret < 0) return ret;
     544             :         }
     545           0 :         z->lb = mlimit1;
     546             :     }
     547             : 
     548             :     {   int mlimit3;
     549           0 :         if (z->c < z->I[0]) return 0;
     550           0 :         mlimit3 = z->lb; z->lb = z->I[0];
     551           0 :         z->ket = z->c;
     552           0 :         if (z->c - 2 <= z->lb || z->p[z->c - 1] != 97) { z->lb = mlimit3; return 0; }
     553           0 :         among_var = find_among_b(z, a_9, 2);
     554           0 :         if (!among_var) { z->lb = mlimit3; return 0; }
     555           0 :         z->bra = z->c;
     556           0 :         z->lb = mlimit3;
     557             :     }
     558           0 :     switch (among_var) {
     559           0 :         case 1:
     560           0 :             {   int m4 = z->l - z->c; (void)m4;
     561           0 :                 if (!(eq_s_b(z, 2, s_4))) goto lab0;
     562           0 :                 return 0;
     563           0 :             lab0:
     564           0 :                 z->c = z->l - m4;
     565             :             }
     566           0 :             break;
     567             :     }
     568           0 :     {   int ret = slice_del(z);
     569           0 :         if (ret < 0) return ret;
     570             :     }
     571           0 :     return 1;
     572             : }
     573             : 
     574           0 : static int r_tidy(struct SN_env * z) {
     575             : 
     576             :     {   int mlimit1;
     577           0 :         if (z->c < z->I[1]) return 0;
     578           0 :         mlimit1 = z->lb; z->lb = z->I[1];
     579           0 :         {   int m2 = z->l - z->c; (void)m2;
     580           0 :             {   int m3 = z->l - z->c; (void)m3;
     581           0 :                 {   int ret = r_LONG(z);
     582           0 :                     if (ret == 0) goto lab0;
     583           0 :                     if (ret < 0) return ret;
     584             :                 }
     585           0 :                 z->c = z->l - m3;
     586           0 :                 z->ket = z->c;
     587           0 :                 if (z->c <= z->lb) goto lab0;
     588           0 :                 z->c--;
     589           0 :                 z->bra = z->c;
     590           0 :                 {   int ret = slice_del(z);
     591           0 :                     if (ret < 0) return ret;
     592             :                 }
     593             :             }
     594           0 :         lab0:
     595           0 :             z->c = z->l - m2;
     596             :         }
     597           0 :         {   int m4 = z->l - z->c; (void)m4;
     598           0 :             z->ket = z->c;
     599           0 :             if (in_grouping_b(z, g_AEI, 97, 228, 0)) goto lab1;
     600           0 :             z->bra = z->c;
     601           0 :             if (in_grouping_b(z, g_C, 98, 122, 0)) goto lab1;
     602           0 :             {   int ret = slice_del(z);
     603           0 :                 if (ret < 0) return ret;
     604             :             }
     605           0 :         lab1:
     606           0 :             z->c = z->l - m4;
     607             :         }
     608           0 :         {   int m5 = z->l - z->c; (void)m5;
     609           0 :             z->ket = z->c;
     610           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'j') goto lab2;
     611           0 :             z->c--;
     612           0 :             z->bra = z->c;
     613           0 :             {   int m6 = z->l - z->c; (void)m6;
     614           0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'o') goto lab4;
     615           0 :                 z->c--;
     616           0 :                 goto lab3;
     617           0 :             lab4:
     618           0 :                 z->c = z->l - m6;
     619           0 :                 if (z->c <= z->lb || z->p[z->c - 1] != 'u') goto lab2;
     620           0 :                 z->c--;
     621             :             }
     622           0 :         lab3:
     623           0 :             {   int ret = slice_del(z);
     624           0 :                 if (ret < 0) return ret;
     625             :             }
     626           0 :         lab2:
     627           0 :             z->c = z->l - m5;
     628             :         }
     629           0 :         {   int m7 = z->l - z->c; (void)m7;
     630           0 :             z->ket = z->c;
     631           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'o') goto lab5;
     632           0 :             z->c--;
     633           0 :             z->bra = z->c;
     634           0 :             if (z->c <= z->lb || z->p[z->c - 1] != 'j') goto lab5;
     635           0 :             z->c--;
     636           0 :             {   int ret = slice_del(z);
     637           0 :                 if (ret < 0) return ret;
     638             :             }
     639           0 :         lab5:
     640           0 :             z->c = z->l - m7;
     641             :         }
     642           0 :         z->lb = mlimit1;
     643             :     }
     644             : 
     645           0 :     if (in_grouping_b(z, g_V1, 97, 246, 1) < 0) return 0;
     646           0 :     z->ket = z->c;
     647           0 :     if (in_grouping_b(z, g_C, 98, 122, 0)) return 0;
     648           0 :     z->bra = z->c;
     649           0 :     z->S[0] = slice_to(z, z->S[0]);
     650           0 :     if (z->S[0] == 0) return -1;
     651           0 :     if (!(eq_v_b(z, z->S[0]))) return 0;
     652           0 :     {   int ret = slice_del(z);
     653           0 :         if (ret < 0) return ret;
     654             :     }
     655           0 :     return 1;
     656             : }
     657             : 
     658           0 : extern int finnish_ISO_8859_1_stem(struct SN_env * z) {
     659           0 :     {   int c1 = z->c;
     660           0 :         {   int ret = r_mark_regions(z);
     661           0 :             if (ret < 0) return ret;
     662             :         }
     663           0 :         z->c = c1;
     664             :     }
     665           0 :     z->I[2] = 0;
     666           0 :     z->lb = z->c; z->c = z->l;
     667             : 
     668           0 :     {   int m2 = z->l - z->c; (void)m2;
     669           0 :         {   int ret = r_particle_etc(z);
     670           0 :             if (ret < 0) return ret;
     671             :         }
     672           0 :         z->c = z->l - m2;
     673             :     }
     674           0 :     {   int m3 = z->l - z->c; (void)m3;
     675           0 :         {   int ret = r_possessive(z);
     676           0 :             if (ret < 0) return ret;
     677             :         }
     678           0 :         z->c = z->l - m3;
     679             :     }
     680           0 :     {   int m4 = z->l - z->c; (void)m4;
     681           0 :         {   int ret = r_case_ending(z);
     682           0 :             if (ret < 0) return ret;
     683             :         }
     684           0 :         z->c = z->l - m4;
     685             :     }
     686           0 :     {   int m5 = z->l - z->c; (void)m5;
     687           0 :         {   int ret = r_other_endings(z);
     688           0 :             if (ret < 0) return ret;
     689             :         }
     690           0 :         z->c = z->l - m5;
     691             :     }
     692             : 
     693           0 :     if (!(z->I[2])) goto lab1;
     694           0 :     {   int m6 = z->l - z->c; (void)m6;
     695           0 :         {   int ret = r_i_plural(z);
     696           0 :             if (ret < 0) return ret;
     697             :         }
     698           0 :         z->c = z->l - m6;
     699             :     }
     700           0 :     goto lab0;
     701           0 : lab1:
     702           0 :     {   int m7 = z->l - z->c; (void)m7;
     703           0 :         {   int ret = r_t_plural(z);
     704           0 :             if (ret < 0) return ret;
     705             :         }
     706           0 :         z->c = z->l - m7;
     707             :     }
     708           0 : lab0:
     709           0 :     {   int m8 = z->l - z->c; (void)m8;
     710           0 :         {   int ret = r_tidy(z);
     711           0 :             if (ret < 0) return ret;
     712             :         }
     713           0 :         z->c = z->l - m8;
     714             :     }
     715           0 :     z->c = z->lb;
     716           0 :     return 1;
     717             : }
     718             : 
     719           0 : extern struct SN_env * finnish_ISO_8859_1_create_env(void) { return SN_create_env(1, 3); }
     720             : 
     721           0 : extern void finnish_ISO_8859_1_close_env(struct SN_env * z) { SN_close_env(z, 1); }
     722             : 

Generated by: LCOV version 1.14