LCOV - code coverage report
Current view: top level - src/backend/snowball/libstemmer - stem_UTF_8_estonian.c (source / functions) Hit Total Coverage
Test: PostgreSQL 18devel Lines: 0 393 0.0 %
Date: 2025-02-21 18:14:53 Functions: 0 16 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 estonian_UTF_8_stem(struct SN_env * z);
       9             : #ifdef __cplusplus
      10             : }
      11             : #endif
      12             : static int r_nu(struct SN_env * z);
      13             : static int r_verb(struct SN_env * z);
      14             : static int r_verb_exceptions(struct SN_env * z);
      15             : static int r_substantive(struct SN_env * z);
      16             : static int r_degrees(struct SN_env * z);
      17             : static int r_i_plural(struct SN_env * z);
      18             : static int r_undouble_kpt(struct SN_env * z);
      19             : static int r_plural_three_first_cases(struct SN_env * z);
      20             : static int r_emphasis(struct SN_env * z);
      21             : static int r_case_ending(struct SN_env * z);
      22             : static int r_special_noun_endings(struct SN_env * z);
      23             : static int r_LONGV(struct SN_env * z);
      24             : static int r_mark_regions(struct SN_env * z);
      25             : #ifdef __cplusplus
      26             : extern "C" {
      27             : #endif
      28             : 
      29             : 
      30             : extern struct SN_env * estonian_UTF_8_create_env(void);
      31             : extern void estonian_UTF_8_close_env(struct SN_env * z);
      32             : 
      33             : 
      34             : #ifdef __cplusplus
      35             : }
      36             : #endif
      37             : static const symbol s_0_0[2] = { 'g', 'i' };
      38             : static const symbol s_0_1[2] = { 'k', 'i' };
      39             : 
      40             : static const struct among a_0[2] =
      41             : {
      42             : { 2, s_0_0, -1, 1, 0},
      43             : { 2, s_0_1, -1, 2, 0}
      44             : };
      45             : 
      46             : static const symbol s_1_0[2] = { 'd', 'a' };
      47             : static const symbol s_1_1[4] = { 'm', 'a', 't', 'a' };
      48             : static const symbol s_1_2[1] = { 'b' };
      49             : static const symbol s_1_3[4] = { 'k', 's', 'i', 'd' };
      50             : static const symbol s_1_4[6] = { 'n', 'u', 'k', 's', 'i', 'd' };
      51             : static const symbol s_1_5[2] = { 'm', 'e' };
      52             : static const symbol s_1_6[4] = { 's', 'i', 'm', 'e' };
      53             : static const symbol s_1_7[5] = { 'k', 's', 'i', 'm', 'e' };
      54             : static const symbol s_1_8[7] = { 'n', 'u', 'k', 's', 'i', 'm', 'e' };
      55             : static const symbol s_1_9[4] = { 'a', 'k', 's', 'e' };
      56             : static const symbol s_1_10[5] = { 'd', 'a', 'k', 's', 'e' };
      57             : static const symbol s_1_11[5] = { 't', 'a', 'k', 's', 'e' };
      58             : static const symbol s_1_12[4] = { 's', 'i', 't', 'e' };
      59             : static const symbol s_1_13[5] = { 'k', 's', 'i', 't', 'e' };
      60             : static const symbol s_1_14[7] = { 'n', 'u', 'k', 's', 'i', 't', 'e' };
      61             : static const symbol s_1_15[1] = { 'n' };
      62             : static const symbol s_1_16[3] = { 's', 'i', 'n' };
      63             : static const symbol s_1_17[4] = { 'k', 's', 'i', 'n' };
      64             : static const symbol s_1_18[6] = { 'n', 'u', 'k', 's', 'i', 'n' };
      65             : static const symbol s_1_19[4] = { 'd', 'a', 'k', 's' };
      66             : static const symbol s_1_20[4] = { 't', 'a', 'k', 's' };
      67             : 
      68             : static const struct among a_1[21] =
      69             : {
      70             : { 2, s_1_0, -1, 3, 0},
      71             : { 4, s_1_1, -1, 1, 0},
      72             : { 1, s_1_2, -1, 3, 0},
      73             : { 4, s_1_3, -1, 1, 0},
      74             : { 6, s_1_4, 3, 1, 0},
      75             : { 2, s_1_5, -1, 3, 0},
      76             : { 4, s_1_6, 5, 1, 0},
      77             : { 5, s_1_7, 6, 1, 0},
      78             : { 7, s_1_8, 7, 1, 0},
      79             : { 4, s_1_9, -1, 2, 0},
      80             : { 5, s_1_10, 9, 1, 0},
      81             : { 5, s_1_11, 9, 1, 0},
      82             : { 4, s_1_12, -1, 1, 0},
      83             : { 5, s_1_13, 12, 1, 0},
      84             : { 7, s_1_14, 13, 1, 0},
      85             : { 1, s_1_15, -1, 3, 0},
      86             : { 3, s_1_16, 15, 1, 0},
      87             : { 4, s_1_17, 16, 1, 0},
      88             : { 6, s_1_18, 17, 1, 0},
      89             : { 4, s_1_19, -1, 1, 0},
      90             : { 4, s_1_20, -1, 1, 0}
      91             : };
      92             : 
      93             : static const symbol s_2_0[2] = { 'a', 'a' };
      94             : static const symbol s_2_1[2] = { 'e', 'e' };
      95             : static const symbol s_2_2[2] = { 'i', 'i' };
      96             : static const symbol s_2_3[2] = { 'o', 'o' };
      97             : static const symbol s_2_4[2] = { 'u', 'u' };
      98             : static const symbol s_2_5[4] = { 0xC3, 0xA4, 0xC3, 0xA4 };
      99             : static const symbol s_2_6[4] = { 0xC3, 0xB5, 0xC3, 0xB5 };
     100             : static const symbol s_2_7[4] = { 0xC3, 0xB6, 0xC3, 0xB6 };
     101             : static const symbol s_2_8[4] = { 0xC3, 0xBC, 0xC3, 0xBC };
     102             : 
     103             : static const struct among a_2[9] =
     104             : {
     105             : { 2, s_2_0, -1, -1, 0},
     106             : { 2, s_2_1, -1, -1, 0},
     107             : { 2, s_2_2, -1, -1, 0},
     108             : { 2, s_2_3, -1, -1, 0},
     109             : { 2, s_2_4, -1, -1, 0},
     110             : { 4, s_2_5, -1, -1, 0},
     111             : { 4, s_2_6, -1, -1, 0},
     112             : { 4, s_2_7, -1, -1, 0},
     113             : { 4, s_2_8, -1, -1, 0}
     114             : };
     115             : 
     116             : static const symbol s_3_0[1] = { 'i' };
     117             : 
     118             : static const struct among a_3[1] =
     119             : {
     120             : { 1, s_3_0, -1, 1, 0}
     121             : };
     122             : 
     123             : static const symbol s_4_0[4] = { 'l', 'a', 'n', 'e' };
     124             : static const symbol s_4_1[4] = { 'l', 'i', 'n', 'e' };
     125             : static const symbol s_4_2[4] = { 'm', 'i', 'n', 'e' };
     126             : static const symbol s_4_3[5] = { 'l', 'a', 's', 's', 'e' };
     127             : static const symbol s_4_4[5] = { 'l', 'i', 's', 's', 'e' };
     128             : static const symbol s_4_5[5] = { 'm', 'i', 's', 's', 'e' };
     129             : static const symbol s_4_6[4] = { 'l', 'a', 's', 'i' };
     130             : static const symbol s_4_7[4] = { 'l', 'i', 's', 'i' };
     131             : static const symbol s_4_8[4] = { 'm', 'i', 's', 'i' };
     132             : static const symbol s_4_9[4] = { 'l', 'a', 's', 't' };
     133             : static const symbol s_4_10[4] = { 'l', 'i', 's', 't' };
     134             : static const symbol s_4_11[4] = { 'm', 'i', 's', 't' };
     135             : 
     136             : static const struct among a_4[12] =
     137             : {
     138             : { 4, s_4_0, -1, 1, 0},
     139             : { 4, s_4_1, -1, 3, 0},
     140             : { 4, s_4_2, -1, 2, 0},
     141             : { 5, s_4_3, -1, 1, 0},
     142             : { 5, s_4_4, -1, 3, 0},
     143             : { 5, s_4_5, -1, 2, 0},
     144             : { 4, s_4_6, -1, 1, 0},
     145             : { 4, s_4_7, -1, 3, 0},
     146             : { 4, s_4_8, -1, 2, 0},
     147             : { 4, s_4_9, -1, 1, 0},
     148             : { 4, s_4_10, -1, 3, 0},
     149             : { 4, s_4_11, -1, 2, 0}
     150             : };
     151             : 
     152             : static const symbol s_5_0[2] = { 'g', 'a' };
     153             : static const symbol s_5_1[2] = { 't', 'a' };
     154             : static const symbol s_5_2[2] = { 'l', 'e' };
     155             : static const symbol s_5_3[3] = { 's', 's', 'e' };
     156             : static const symbol s_5_4[1] = { 'l' };
     157             : static const symbol s_5_5[1] = { 's' };
     158             : static const symbol s_5_6[2] = { 'k', 's' };
     159             : static const symbol s_5_7[1] = { 't' };
     160             : static const symbol s_5_8[2] = { 'l', 't' };
     161             : static const symbol s_5_9[2] = { 's', 't' };
     162             : 
     163             : static const struct among a_5[10] =
     164             : {
     165             : { 2, s_5_0, -1, 1, 0},
     166             : { 2, s_5_1, -1, 1, 0},
     167             : { 2, s_5_2, -1, 1, 0},
     168             : { 3, s_5_3, -1, 1, 0},
     169             : { 1, s_5_4, -1, 1, 0},
     170             : { 1, s_5_5, -1, 1, 0},
     171             : { 2, s_5_6, 5, 1, 0},
     172             : { 1, s_5_7, -1, 2, 0},
     173             : { 2, s_5_8, 7, 1, 0},
     174             : { 2, s_5_9, 7, 1, 0}
     175             : };
     176             : 
     177             : static const symbol s_6_1[3] = { 'l', 'a', 's' };
     178             : static const symbol s_6_2[3] = { 'l', 'i', 's' };
     179             : static const symbol s_6_3[3] = { 'm', 'i', 's' };
     180             : static const symbol s_6_4[1] = { 't' };
     181             : 
     182             : static const struct among a_6[5] =
     183             : {
     184             : { 0, 0, -1, 2, 0},
     185             : { 3, s_6_1, 0, 1, 0},
     186             : { 3, s_6_2, 0, 1, 0},
     187             : { 3, s_6_3, 0, 1, 0},
     188             : { 1, s_6_4, 0, -1, 0}
     189             : };
     190             : 
     191             : static const symbol s_7_0[1] = { 'd' };
     192             : static const symbol s_7_1[3] = { 's', 'i', 'd' };
     193             : static const symbol s_7_2[2] = { 'd', 'e' };
     194             : static const symbol s_7_3[6] = { 'i', 'k', 'k', 'u', 'd', 'e' };
     195             : static const symbol s_7_4[3] = { 'i', 'k', 'e' };
     196             : static const symbol s_7_5[4] = { 'i', 'k', 'k', 'e' };
     197             : static const symbol s_7_6[2] = { 't', 'e' };
     198             : 
     199             : static const struct among a_7[7] =
     200             : {
     201             : { 1, s_7_0, -1, 4, 0},
     202             : { 3, s_7_1, 0, 2, 0},
     203             : { 2, s_7_2, -1, 4, 0},
     204             : { 6, s_7_3, 2, 1, 0},
     205             : { 3, s_7_4, -1, 1, 0},
     206             : { 4, s_7_5, -1, 1, 0},
     207             : { 2, s_7_6, -1, 3, 0}
     208             : };
     209             : 
     210             : static const symbol s_8_0[2] = { 'v', 'a' };
     211             : static const symbol s_8_1[2] = { 'd', 'u' };
     212             : static const symbol s_8_2[2] = { 'n', 'u' };
     213             : static const symbol s_8_3[2] = { 't', 'u' };
     214             : 
     215             : static const struct among a_8[4] =
     216             : {
     217             : { 2, s_8_0, -1, -1, 0},
     218             : { 2, s_8_1, -1, -1, 0},
     219             : { 2, s_8_2, -1, -1, 0},
     220             : { 2, s_8_3, -1, -1, 0}
     221             : };
     222             : 
     223             : static const symbol s_9_0[2] = { 'k', 'k' };
     224             : static const symbol s_9_1[2] = { 'p', 'p' };
     225             : static const symbol s_9_2[2] = { 't', 't' };
     226             : 
     227             : static const struct among a_9[3] =
     228             : {
     229             : { 2, s_9_0, -1, 1, 0},
     230             : { 2, s_9_1, -1, 2, 0},
     231             : { 2, s_9_2, -1, 3, 0}
     232             : };
     233             : 
     234             : static const symbol s_10_0[2] = { 'm', 'a' };
     235             : static const symbol s_10_1[3] = { 'm', 'a', 'i' };
     236             : static const symbol s_10_2[1] = { 'm' };
     237             : 
     238             : static const struct among a_10[3] =
     239             : {
     240             : { 2, s_10_0, -1, 2, 0},
     241             : { 3, s_10_1, -1, 1, 0},
     242             : { 1, s_10_2, -1, 1, 0}
     243             : };
     244             : 
     245             : static const symbol s_11_0[4] = { 'j', 'o', 'o', 'b' };
     246             : static const symbol s_11_1[4] = { 'j', 'o', 'o', 'd' };
     247             : static const symbol s_11_2[8] = { 'j', 'o', 'o', 'd', 'a', 'k', 's', 'e' };
     248             : static const symbol s_11_3[5] = { 'j', 'o', 'o', 'm', 'a' };
     249             : static const symbol s_11_4[7] = { 'j', 'o', 'o', 'm', 'a', 't', 'a' };
     250             : static const symbol s_11_5[5] = { 'j', 'o', 'o', 'm', 'e' };
     251             : static const symbol s_11_6[4] = { 'j', 'o', 'o', 'n' };
     252             : static const symbol s_11_7[5] = { 'j', 'o', 'o', 't', 'e' };
     253             : static const symbol s_11_8[6] = { 'j', 'o', 'o', 'v', 'a', 'd' };
     254             : static const symbol s_11_9[4] = { 'j', 'u', 'u', 'a' };
     255             : static const symbol s_11_10[7] = { 'j', 'u', 'u', 'a', 'k', 's', 'e' };
     256             : static const symbol s_11_11[4] = { 'j', 0xC3, 0xA4, 'i' };
     257             : static const symbol s_11_12[5] = { 'j', 0xC3, 0xA4, 'i', 'd' };
     258             : static const symbol s_11_13[6] = { 'j', 0xC3, 0xA4, 'i', 'm', 'e' };
     259             : static const symbol s_11_14[5] = { 'j', 0xC3, 0xA4, 'i', 'n' };
     260             : static const symbol s_11_15[6] = { 'j', 0xC3, 0xA4, 'i', 't', 'e' };
     261             : static const symbol s_11_16[6] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'b' };
     262             : static const symbol s_11_17[6] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'd' };
     263             : static const symbol s_11_18[7] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'd', 'a' };
     264             : static const symbol s_11_19[10] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'd', 'a', 'k', 's', 'e' };
     265             : static const symbol s_11_20[7] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'd', 'i' };
     266             : static const symbol s_11_21[7] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'k', 's' };
     267             : static const symbol s_11_22[9] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'k', 's', 'i', 'd' };
     268             : static const symbol s_11_23[10] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'k', 's', 'i', 'm', 'e' };
     269             : static const symbol s_11_24[9] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'k', 's', 'i', 'n' };
     270             : static const symbol s_11_25[10] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'k', 's', 'i', 't', 'e' };
     271             : static const symbol s_11_26[7] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'm', 'a' };
     272             : static const symbol s_11_27[9] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'm', 'a', 't', 'a' };
     273             : static const symbol s_11_28[7] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'm', 'e' };
     274             : static const symbol s_11_29[6] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'n' };
     275             : static const symbol s_11_30[7] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 't', 'e' };
     276             : static const symbol s_11_31[8] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'v', 'a', 'd' };
     277             : static const symbol s_11_32[4] = { 'j', 0xC3, 0xB5, 'i' };
     278             : static const symbol s_11_33[5] = { 'j', 0xC3, 0xB5, 'i', 'd' };
     279             : static const symbol s_11_34[6] = { 'j', 0xC3, 0xB5, 'i', 'm', 'e' };
     280             : static const symbol s_11_35[5] = { 'j', 0xC3, 0xB5, 'i', 'n' };
     281             : static const symbol s_11_36[6] = { 'j', 0xC3, 0xB5, 'i', 't', 'e' };
     282             : static const symbol s_11_37[4] = { 'k', 'e', 'e', 'b' };
     283             : static const symbol s_11_38[4] = { 'k', 'e', 'e', 'd' };
     284             : static const symbol s_11_39[8] = { 'k', 'e', 'e', 'd', 'a', 'k', 's', 'e' };
     285             : static const symbol s_11_40[5] = { 'k', 'e', 'e', 'k', 's' };
     286             : static const symbol s_11_41[7] = { 'k', 'e', 'e', 'k', 's', 'i', 'd' };
     287             : static const symbol s_11_42[8] = { 'k', 'e', 'e', 'k', 's', 'i', 'm', 'e' };
     288             : static const symbol s_11_43[7] = { 'k', 'e', 'e', 'k', 's', 'i', 'n' };
     289             : static const symbol s_11_44[8] = { 'k', 'e', 'e', 'k', 's', 'i', 't', 'e' };
     290             : static const symbol s_11_45[5] = { 'k', 'e', 'e', 'm', 'a' };
     291             : static const symbol s_11_46[7] = { 'k', 'e', 'e', 'm', 'a', 't', 'a' };
     292             : static const symbol s_11_47[5] = { 'k', 'e', 'e', 'm', 'e' };
     293             : static const symbol s_11_48[4] = { 'k', 'e', 'e', 'n' };
     294             : static const symbol s_11_49[4] = { 'k', 'e', 'e', 's' };
     295             : static const symbol s_11_50[5] = { 'k', 'e', 'e', 't', 'a' };
     296             : static const symbol s_11_51[5] = { 'k', 'e', 'e', 't', 'e' };
     297             : static const symbol s_11_52[6] = { 'k', 'e', 'e', 'v', 'a', 'd' };
     298             : static const symbol s_11_53[5] = { 'k', 0xC3, 0xA4, 'i', 'a' };
     299             : static const symbol s_11_54[8] = { 'k', 0xC3, 0xA4, 'i', 'a', 'k', 's', 'e' };
     300             : static const symbol s_11_55[5] = { 'k', 0xC3, 0xA4, 'i', 'b' };
     301             : static const symbol s_11_56[5] = { 'k', 0xC3, 0xA4, 'i', 'd' };
     302             : static const symbol s_11_57[6] = { 'k', 0xC3, 0xA4, 'i', 'd', 'i' };
     303             : static const symbol s_11_58[6] = { 'k', 0xC3, 0xA4, 'i', 'k', 's' };
     304             : static const symbol s_11_59[8] = { 'k', 0xC3, 0xA4, 'i', 'k', 's', 'i', 'd' };
     305             : static const symbol s_11_60[9] = { 'k', 0xC3, 0xA4, 'i', 'k', 's', 'i', 'm', 'e' };
     306             : static const symbol s_11_61[8] = { 'k', 0xC3, 0xA4, 'i', 'k', 's', 'i', 'n' };
     307             : static const symbol s_11_62[9] = { 'k', 0xC3, 0xA4, 'i', 'k', 's', 'i', 't', 'e' };
     308             : static const symbol s_11_63[6] = { 'k', 0xC3, 0xA4, 'i', 'm', 'a' };
     309             : static const symbol s_11_64[8] = { 'k', 0xC3, 0xA4, 'i', 'm', 'a', 't', 'a' };
     310             : static const symbol s_11_65[6] = { 'k', 0xC3, 0xA4, 'i', 'm', 'e' };
     311             : static const symbol s_11_66[5] = { 'k', 0xC3, 0xA4, 'i', 'n' };
     312             : static const symbol s_11_67[5] = { 'k', 0xC3, 0xA4, 'i', 's' };
     313             : static const symbol s_11_68[6] = { 'k', 0xC3, 0xA4, 'i', 't', 'e' };
     314             : static const symbol s_11_69[7] = { 'k', 0xC3, 0xA4, 'i', 'v', 'a', 'd' };
     315             : static const symbol s_11_70[4] = { 'l', 'a', 'o', 'b' };
     316             : static const symbol s_11_71[4] = { 'l', 'a', 'o', 'd' };
     317             : static const symbol s_11_72[5] = { 'l', 'a', 'o', 'k', 's' };
     318             : static const symbol s_11_73[7] = { 'l', 'a', 'o', 'k', 's', 'i', 'd' };
     319             : static const symbol s_11_74[8] = { 'l', 'a', 'o', 'k', 's', 'i', 'm', 'e' };
     320             : static const symbol s_11_75[7] = { 'l', 'a', 'o', 'k', 's', 'i', 'n' };
     321             : static const symbol s_11_76[8] = { 'l', 'a', 'o', 'k', 's', 'i', 't', 'e' };
     322             : static const symbol s_11_77[5] = { 'l', 'a', 'o', 'm', 'e' };
     323             : static const symbol s_11_78[4] = { 'l', 'a', 'o', 'n' };
     324             : static const symbol s_11_79[5] = { 'l', 'a', 'o', 't', 'e' };
     325             : static const symbol s_11_80[6] = { 'l', 'a', 'o', 'v', 'a', 'd' };
     326             : static const symbol s_11_81[4] = { 'l', 'o', 'e', 'b' };
     327             : static const symbol s_11_82[4] = { 'l', 'o', 'e', 'd' };
     328             : static const symbol s_11_83[5] = { 'l', 'o', 'e', 'k', 's' };
     329             : static const symbol s_11_84[7] = { 'l', 'o', 'e', 'k', 's', 'i', 'd' };
     330             : static const symbol s_11_85[8] = { 'l', 'o', 'e', 'k', 's', 'i', 'm', 'e' };
     331             : static const symbol s_11_86[7] = { 'l', 'o', 'e', 'k', 's', 'i', 'n' };
     332             : static const symbol s_11_87[8] = { 'l', 'o', 'e', 'k', 's', 'i', 't', 'e' };
     333             : static const symbol s_11_88[5] = { 'l', 'o', 'e', 'm', 'e' };
     334             : static const symbol s_11_89[4] = { 'l', 'o', 'e', 'n' };
     335             : static const symbol s_11_90[5] = { 'l', 'o', 'e', 't', 'e' };
     336             : static const symbol s_11_91[6] = { 'l', 'o', 'e', 'v', 'a', 'd' };
     337             : static const symbol s_11_92[4] = { 'l', 'o', 'o', 'b' };
     338             : static const symbol s_11_93[4] = { 'l', 'o', 'o', 'd' };
     339             : static const symbol s_11_94[5] = { 'l', 'o', 'o', 'd', 'i' };
     340             : static const symbol s_11_95[5] = { 'l', 'o', 'o', 'k', 's' };
     341             : static const symbol s_11_96[7] = { 'l', 'o', 'o', 'k', 's', 'i', 'd' };
     342             : static const symbol s_11_97[8] = { 'l', 'o', 'o', 'k', 's', 'i', 'm', 'e' };
     343             : static const symbol s_11_98[7] = { 'l', 'o', 'o', 'k', 's', 'i', 'n' };
     344             : static const symbol s_11_99[8] = { 'l', 'o', 'o', 'k', 's', 'i', 't', 'e' };
     345             : static const symbol s_11_100[5] = { 'l', 'o', 'o', 'm', 'a' };
     346             : static const symbol s_11_101[7] = { 'l', 'o', 'o', 'm', 'a', 't', 'a' };
     347             : static const symbol s_11_102[5] = { 'l', 'o', 'o', 'm', 'e' };
     348             : static const symbol s_11_103[4] = { 'l', 'o', 'o', 'n' };
     349             : static const symbol s_11_104[5] = { 'l', 'o', 'o', 't', 'e' };
     350             : static const symbol s_11_105[6] = { 'l', 'o', 'o', 'v', 'a', 'd' };
     351             : static const symbol s_11_106[4] = { 'l', 'u', 'u', 'a' };
     352             : static const symbol s_11_107[7] = { 'l', 'u', 'u', 'a', 'k', 's', 'e' };
     353             : static const symbol s_11_108[4] = { 'l', 0xC3, 0xB5, 'i' };
     354             : static const symbol s_11_109[5] = { 'l', 0xC3, 0xB5, 'i', 'd' };
     355             : static const symbol s_11_110[6] = { 'l', 0xC3, 0xB5, 'i', 'm', 'e' };
     356             : static const symbol s_11_111[5] = { 'l', 0xC3, 0xB5, 'i', 'n' };
     357             : static const symbol s_11_112[6] = { 'l', 0xC3, 0xB5, 'i', 't', 'e' };
     358             : static const symbol s_11_113[6] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'b' };
     359             : static const symbol s_11_114[6] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'd' };
     360             : static const symbol s_11_115[10] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'd', 'a', 'k', 's', 'e' };
     361             : static const symbol s_11_116[7] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'd', 'i' };
     362             : static const symbol s_11_117[7] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's' };
     363             : static const symbol s_11_118[9] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 'd' };
     364             : static const symbol s_11_119[10] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 'm', 'e' };
     365             : static const symbol s_11_120[9] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 'n' };
     366             : static const symbol s_11_121[10] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 't', 'e' };
     367             : static const symbol s_11_122[7] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'm', 'a' };
     368             : static const symbol s_11_123[9] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'm', 'a', 't', 'a' };
     369             : static const symbol s_11_124[7] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'm', 'e' };
     370             : static const symbol s_11_125[6] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'n' };
     371             : static const symbol s_11_126[7] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 't', 'e' };
     372             : static const symbol s_11_127[8] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6, 'v', 'a', 'd' };
     373             : static const symbol s_11_128[6] = { 'l', 0xC3, 0xBC, 0xC3, 0xBC, 'a' };
     374             : static const symbol s_11_129[9] = { 'l', 0xC3, 0xBC, 0xC3, 0xBC, 'a', 'k', 's', 'e' };
     375             : static const symbol s_11_130[6] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'a' };
     376             : static const symbol s_11_131[9] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'a', 'k', 's', 'e' };
     377             : static const symbol s_11_132[6] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'b' };
     378             : static const symbol s_11_133[6] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'd' };
     379             : static const symbol s_11_134[7] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'd', 'i' };
     380             : static const symbol s_11_135[7] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'k', 's' };
     381             : static const symbol s_11_136[9] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'k', 's', 'i', 'd' };
     382             : static const symbol s_11_137[10] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'k', 's', 'i', 'm', 'e' };
     383             : static const symbol s_11_138[9] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'k', 's', 'i', 'n' };
     384             : static const symbol s_11_139[10] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'k', 's', 'i', 't', 'e' };
     385             : static const symbol s_11_140[7] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'm', 'a' };
     386             : static const symbol s_11_141[9] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'm', 'a', 't', 'a' };
     387             : static const symbol s_11_142[7] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'm', 'e' };
     388             : static const symbol s_11_143[6] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'n' };
     389             : static const symbol s_11_144[6] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 's' };
     390             : static const symbol s_11_145[7] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 't', 'e' };
     391             : static const symbol s_11_146[8] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 'v', 'a', 'd' };
     392             : static const symbol s_11_147[5] = { 'n', 0xC3, 0xA4, 'e', 'b' };
     393             : static const symbol s_11_148[5] = { 'n', 0xC3, 0xA4, 'e', 'd' };
     394             : static const symbol s_11_149[6] = { 'n', 0xC3, 0xA4, 'e', 'k', 's' };
     395             : static const symbol s_11_150[8] = { 'n', 0xC3, 0xA4, 'e', 'k', 's', 'i', 'd' };
     396             : static const symbol s_11_151[9] = { 'n', 0xC3, 0xA4, 'e', 'k', 's', 'i', 'm', 'e' };
     397             : static const symbol s_11_152[8] = { 'n', 0xC3, 0xA4, 'e', 'k', 's', 'i', 'n' };
     398             : static const symbol s_11_153[9] = { 'n', 0xC3, 0xA4, 'e', 'k', 's', 'i', 't', 'e' };
     399             : static const symbol s_11_154[6] = { 'n', 0xC3, 0xA4, 'e', 'm', 'e' };
     400             : static const symbol s_11_155[5] = { 'n', 0xC3, 0xA4, 'e', 'n' };
     401             : static const symbol s_11_156[6] = { 'n', 0xC3, 0xA4, 'e', 't', 'e' };
     402             : static const symbol s_11_157[7] = { 'n', 0xC3, 0xA4, 'e', 'v', 'a', 'd' };
     403             : static const symbol s_11_158[7] = { 'n', 0xC3, 0xA4, 'g', 'e', 'm', 'a' };
     404             : static const symbol s_11_159[9] = { 'n', 0xC3, 0xA4, 'g', 'e', 'm', 'a', 't', 'a' };
     405             : static const symbol s_11_160[5] = { 'n', 0xC3, 0xA4, 'h', 'a' };
     406             : static const symbol s_11_161[8] = { 'n', 0xC3, 0xA4, 'h', 'a', 'k', 's', 'e' };
     407             : static const symbol s_11_162[6] = { 'n', 0xC3, 0xA4, 'h', 't', 'i' };
     408             : static const symbol s_11_163[5] = { 'p', 0xC3, 0xB5, 'e', 'b' };
     409             : static const symbol s_11_164[5] = { 'p', 0xC3, 0xB5, 'e', 'd' };
     410             : static const symbol s_11_165[6] = { 'p', 0xC3, 0xB5, 'e', 'k', 's' };
     411             : static const symbol s_11_166[8] = { 'p', 0xC3, 0xB5, 'e', 'k', 's', 'i', 'd' };
     412             : static const symbol s_11_167[9] = { 'p', 0xC3, 0xB5, 'e', 'k', 's', 'i', 'm', 'e' };
     413             : static const symbol s_11_168[8] = { 'p', 0xC3, 0xB5, 'e', 'k', 's', 'i', 'n' };
     414             : static const symbol s_11_169[9] = { 'p', 0xC3, 0xB5, 'e', 'k', 's', 'i', 't', 'e' };
     415             : static const symbol s_11_170[6] = { 'p', 0xC3, 0xB5, 'e', 'm', 'e' };
     416             : static const symbol s_11_171[5] = { 'p', 0xC3, 0xB5, 'e', 'n' };
     417             : static const symbol s_11_172[6] = { 'p', 0xC3, 0xB5, 'e', 't', 'e' };
     418             : static const symbol s_11_173[7] = { 'p', 0xC3, 0xB5, 'e', 'v', 'a', 'd' };
     419             : static const symbol s_11_174[4] = { 's', 'a', 'a', 'b' };
     420             : static const symbol s_11_175[4] = { 's', 'a', 'a', 'd' };
     421             : static const symbol s_11_176[5] = { 's', 'a', 'a', 'd', 'a' };
     422             : static const symbol s_11_177[8] = { 's', 'a', 'a', 'd', 'a', 'k', 's', 'e' };
     423             : static const symbol s_11_178[5] = { 's', 'a', 'a', 'd', 'i' };
     424             : static const symbol s_11_179[5] = { 's', 'a', 'a', 'k', 's' };
     425             : static const symbol s_11_180[7] = { 's', 'a', 'a', 'k', 's', 'i', 'd' };
     426             : static const symbol s_11_181[8] = { 's', 'a', 'a', 'k', 's', 'i', 'm', 'e' };
     427             : static const symbol s_11_182[7] = { 's', 'a', 'a', 'k', 's', 'i', 'n' };
     428             : static const symbol s_11_183[8] = { 's', 'a', 'a', 'k', 's', 'i', 't', 'e' };
     429             : static const symbol s_11_184[5] = { 's', 'a', 'a', 'm', 'a' };
     430             : static const symbol s_11_185[7] = { 's', 'a', 'a', 'm', 'a', 't', 'a' };
     431             : static const symbol s_11_186[5] = { 's', 'a', 'a', 'm', 'e' };
     432             : static const symbol s_11_187[4] = { 's', 'a', 'a', 'n' };
     433             : static const symbol s_11_188[5] = { 's', 'a', 'a', 't', 'e' };
     434             : static const symbol s_11_189[6] = { 's', 'a', 'a', 'v', 'a', 'd' };
     435             : static const symbol s_11_190[3] = { 's', 'a', 'i' };
     436             : static const symbol s_11_191[4] = { 's', 'a', 'i', 'd' };
     437             : static const symbol s_11_192[5] = { 's', 'a', 'i', 'm', 'e' };
     438             : static const symbol s_11_193[4] = { 's', 'a', 'i', 'n' };
     439             : static const symbol s_11_194[5] = { 's', 'a', 'i', 't', 'e' };
     440             : static const symbol s_11_195[4] = { 's', 0xC3, 0xB5, 'i' };
     441             : static const symbol s_11_196[5] = { 's', 0xC3, 0xB5, 'i', 'd' };
     442             : static const symbol s_11_197[6] = { 's', 0xC3, 0xB5, 'i', 'm', 'e' };
     443             : static const symbol s_11_198[5] = { 's', 0xC3, 0xB5, 'i', 'n' };
     444             : static const symbol s_11_199[6] = { 's', 0xC3, 0xB5, 'i', 't', 'e' };
     445             : static const symbol s_11_200[6] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'b' };
     446             : static const symbol s_11_201[6] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'd' };
     447             : static const symbol s_11_202[10] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'd', 'a', 'k', 's', 'e' };
     448             : static const symbol s_11_203[7] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'd', 'i' };
     449             : static const symbol s_11_204[7] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's' };
     450             : static const symbol s_11_205[9] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 'd' };
     451             : static const symbol s_11_206[10] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 'm', 'e' };
     452             : static const symbol s_11_207[9] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 'n' };
     453             : static const symbol s_11_208[10] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'k', 's', 'i', 't', 'e' };
     454             : static const symbol s_11_209[7] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'm', 'a' };
     455             : static const symbol s_11_210[9] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'm', 'a', 't', 'a' };
     456             : static const symbol s_11_211[7] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'm', 'e' };
     457             : static const symbol s_11_212[6] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'n' };
     458             : static const symbol s_11_213[7] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 't', 'e' };
     459             : static const symbol s_11_214[8] = { 's', 0xC3, 0xB6, 0xC3, 0xB6, 'v', 'a', 'd' };
     460             : static const symbol s_11_215[6] = { 's', 0xC3, 0xBC, 0xC3, 0xBC, 'a' };
     461             : static const symbol s_11_216[9] = { 's', 0xC3, 0xBC, 0xC3, 0xBC, 'a', 'k', 's', 'e' };
     462             : static const symbol s_11_217[4] = { 't', 'e', 'e', 'b' };
     463             : static const symbol s_11_218[4] = { 't', 'e', 'e', 'd' };
     464             : static const symbol s_11_219[5] = { 't', 'e', 'e', 'k', 's' };
     465             : static const symbol s_11_220[7] = { 't', 'e', 'e', 'k', 's', 'i', 'd' };
     466             : static const symbol s_11_221[8] = { 't', 'e', 'e', 'k', 's', 'i', 'm', 'e' };
     467             : static const symbol s_11_222[7] = { 't', 'e', 'e', 'k', 's', 'i', 'n' };
     468             : static const symbol s_11_223[8] = { 't', 'e', 'e', 'k', 's', 'i', 't', 'e' };
     469             : static const symbol s_11_224[5] = { 't', 'e', 'e', 'm', 'e' };
     470             : static const symbol s_11_225[4] = { 't', 'e', 'e', 'n' };
     471             : static const symbol s_11_226[5] = { 't', 'e', 'e', 't', 'e' };
     472             : static const symbol s_11_227[6] = { 't', 'e', 'e', 'v', 'a', 'd' };
     473             : static const symbol s_11_228[6] = { 't', 'e', 'g', 'e', 'm', 'a' };
     474             : static const symbol s_11_229[8] = { 't', 'e', 'g', 'e', 'm', 'a', 't', 'a' };
     475             : static const symbol s_11_230[4] = { 't', 'e', 'h', 'a' };
     476             : static const symbol s_11_231[7] = { 't', 'e', 'h', 'a', 'k', 's', 'e' };
     477             : static const symbol s_11_232[5] = { 't', 'e', 'h', 't', 'i' };
     478             : static const symbol s_11_233[4] = { 't', 'o', 'o', 'b' };
     479             : static const symbol s_11_234[4] = { 't', 'o', 'o', 'd' };
     480             : static const symbol s_11_235[5] = { 't', 'o', 'o', 'd', 'i' };
     481             : static const symbol s_11_236[5] = { 't', 'o', 'o', 'k', 's' };
     482             : static const symbol s_11_237[7] = { 't', 'o', 'o', 'k', 's', 'i', 'd' };
     483             : static const symbol s_11_238[8] = { 't', 'o', 'o', 'k', 's', 'i', 'm', 'e' };
     484             : static const symbol s_11_239[7] = { 't', 'o', 'o', 'k', 's', 'i', 'n' };
     485             : static const symbol s_11_240[8] = { 't', 'o', 'o', 'k', 's', 'i', 't', 'e' };
     486             : static const symbol s_11_241[5] = { 't', 'o', 'o', 'm', 'a' };
     487             : static const symbol s_11_242[7] = { 't', 'o', 'o', 'm', 'a', 't', 'a' };
     488             : static const symbol s_11_243[5] = { 't', 'o', 'o', 'm', 'e' };
     489             : static const symbol s_11_244[4] = { 't', 'o', 'o', 'n' };
     490             : static const symbol s_11_245[5] = { 't', 'o', 'o', 't', 'e' };
     491             : static const symbol s_11_246[6] = { 't', 'o', 'o', 'v', 'a', 'd' };
     492             : static const symbol s_11_247[4] = { 't', 'u', 'u', 'a' };
     493             : static const symbol s_11_248[7] = { 't', 'u', 'u', 'a', 'k', 's', 'e' };
     494             : static const symbol s_11_249[4] = { 't', 0xC3, 0xB5, 'i' };
     495             : static const symbol s_11_250[5] = { 't', 0xC3, 0xB5, 'i', 'd' };
     496             : static const symbol s_11_251[6] = { 't', 0xC3, 0xB5, 'i', 'm', 'e' };
     497             : static const symbol s_11_252[5] = { 't', 0xC3, 0xB5, 'i', 'n' };
     498             : static const symbol s_11_253[6] = { 't', 0xC3, 0xB5, 'i', 't', 'e' };
     499             : static const symbol s_11_254[4] = { 'v', 'i', 'i', 'a' };
     500             : static const symbol s_11_255[7] = { 'v', 'i', 'i', 'a', 'k', 's', 'e' };
     501             : static const symbol s_11_256[4] = { 'v', 'i', 'i', 'b' };
     502             : static const symbol s_11_257[4] = { 'v', 'i', 'i', 'd' };
     503             : static const symbol s_11_258[5] = { 'v', 'i', 'i', 'd', 'i' };
     504             : static const symbol s_11_259[5] = { 'v', 'i', 'i', 'k', 's' };
     505             : static const symbol s_11_260[7] = { 'v', 'i', 'i', 'k', 's', 'i', 'd' };
     506             : static const symbol s_11_261[8] = { 'v', 'i', 'i', 'k', 's', 'i', 'm', 'e' };
     507             : static const symbol s_11_262[7] = { 'v', 'i', 'i', 'k', 's', 'i', 'n' };
     508             : static const symbol s_11_263[8] = { 'v', 'i', 'i', 'k', 's', 'i', 't', 'e' };
     509             : static const symbol s_11_264[5] = { 'v', 'i', 'i', 'm', 'a' };
     510             : static const symbol s_11_265[7] = { 'v', 'i', 'i', 'm', 'a', 't', 'a' };
     511             : static const symbol s_11_266[5] = { 'v', 'i', 'i', 'm', 'e' };
     512             : static const symbol s_11_267[4] = { 'v', 'i', 'i', 'n' };
     513             : static const symbol s_11_268[7] = { 'v', 'i', 'i', 's', 'i', 'm', 'e' };
     514             : static const symbol s_11_269[6] = { 'v', 'i', 'i', 's', 'i', 'n' };
     515             : static const symbol s_11_270[7] = { 'v', 'i', 'i', 's', 'i', 't', 'e' };
     516             : static const symbol s_11_271[5] = { 'v', 'i', 'i', 't', 'e' };
     517             : static const symbol s_11_272[6] = { 'v', 'i', 'i', 'v', 'a', 'd' };
     518             : static const symbol s_11_273[5] = { 'v', 0xC3, 0xB5, 'i', 'b' };
     519             : static const symbol s_11_274[5] = { 'v', 0xC3, 0xB5, 'i', 'd' };
     520             : static const symbol s_11_275[6] = { 'v', 0xC3, 0xB5, 'i', 'd', 'a' };
     521             : static const symbol s_11_276[9] = { 'v', 0xC3, 0xB5, 'i', 'd', 'a', 'k', 's', 'e' };
     522             : static const symbol s_11_277[6] = { 'v', 0xC3, 0xB5, 'i', 'd', 'i' };
     523             : static const symbol s_11_278[6] = { 'v', 0xC3, 0xB5, 'i', 'k', 's' };
     524             : static const symbol s_11_279[8] = { 'v', 0xC3, 0xB5, 'i', 'k', 's', 'i', 'd' };
     525             : static const symbol s_11_280[9] = { 'v', 0xC3, 0xB5, 'i', 'k', 's', 'i', 'm', 'e' };
     526             : static const symbol s_11_281[8] = { 'v', 0xC3, 0xB5, 'i', 'k', 's', 'i', 'n' };
     527             : static const symbol s_11_282[9] = { 'v', 0xC3, 0xB5, 'i', 'k', 's', 'i', 't', 'e' };
     528             : static const symbol s_11_283[6] = { 'v', 0xC3, 0xB5, 'i', 'm', 'a' };
     529             : static const symbol s_11_284[8] = { 'v', 0xC3, 0xB5, 'i', 'm', 'a', 't', 'a' };
     530             : static const symbol s_11_285[6] = { 'v', 0xC3, 0xB5, 'i', 'm', 'e' };
     531             : static const symbol s_11_286[5] = { 'v', 0xC3, 0xB5, 'i', 'n' };
     532             : static const symbol s_11_287[5] = { 'v', 0xC3, 0xB5, 'i', 's' };
     533             : static const symbol s_11_288[6] = { 'v', 0xC3, 0xB5, 'i', 't', 'e' };
     534             : static const symbol s_11_289[7] = { 'v', 0xC3, 0xB5, 'i', 'v', 'a', 'd' };
     535             : 
     536             : static const struct among a_11[290] =
     537             : {
     538             : { 4, s_11_0, -1, 1, 0},
     539             : { 4, s_11_1, -1, 1, 0},
     540             : { 8, s_11_2, 1, 1, 0},
     541             : { 5, s_11_3, -1, 1, 0},
     542             : { 7, s_11_4, 3, 1, 0},
     543             : { 5, s_11_5, -1, 1, 0},
     544             : { 4, s_11_6, -1, 1, 0},
     545             : { 5, s_11_7, -1, 1, 0},
     546             : { 6, s_11_8, -1, 1, 0},
     547             : { 4, s_11_9, -1, 1, 0},
     548             : { 7, s_11_10, 9, 1, 0},
     549             : { 4, s_11_11, -1, 12, 0},
     550             : { 5, s_11_12, 11, 12, 0},
     551             : { 6, s_11_13, 11, 12, 0},
     552             : { 5, s_11_14, 11, 12, 0},
     553             : { 6, s_11_15, 11, 12, 0},
     554             : { 6, s_11_16, -1, 12, 0},
     555             : { 6, s_11_17, -1, 12, 0},
     556             : { 7, s_11_18, 17, 12, 0},
     557             : { 10, s_11_19, 18, 12, 0},
     558             : { 7, s_11_20, 17, 12, 0},
     559             : { 7, s_11_21, -1, 12, 0},
     560             : { 9, s_11_22, 21, 12, 0},
     561             : { 10, s_11_23, 21, 12, 0},
     562             : { 9, s_11_24, 21, 12, 0},
     563             : { 10, s_11_25, 21, 12, 0},
     564             : { 7, s_11_26, -1, 12, 0},
     565             : { 9, s_11_27, 26, 12, 0},
     566             : { 7, s_11_28, -1, 12, 0},
     567             : { 6, s_11_29, -1, 12, 0},
     568             : { 7, s_11_30, -1, 12, 0},
     569             : { 8, s_11_31, -1, 12, 0},
     570             : { 4, s_11_32, -1, 1, 0},
     571             : { 5, s_11_33, 32, 1, 0},
     572             : { 6, s_11_34, 32, 1, 0},
     573             : { 5, s_11_35, 32, 1, 0},
     574             : { 6, s_11_36, 32, 1, 0},
     575             : { 4, s_11_37, -1, 4, 0},
     576             : { 4, s_11_38, -1, 4, 0},
     577             : { 8, s_11_39, 38, 4, 0},
     578             : { 5, s_11_40, -1, 4, 0},
     579             : { 7, s_11_41, 40, 4, 0},
     580             : { 8, s_11_42, 40, 4, 0},
     581             : { 7, s_11_43, 40, 4, 0},
     582             : { 8, s_11_44, 40, 4, 0},
     583             : { 5, s_11_45, -1, 4, 0},
     584             : { 7, s_11_46, 45, 4, 0},
     585             : { 5, s_11_47, -1, 4, 0},
     586             : { 4, s_11_48, -1, 4, 0},
     587             : { 4, s_11_49, -1, 4, 0},
     588             : { 5, s_11_50, -1, 4, 0},
     589             : { 5, s_11_51, -1, 4, 0},
     590             : { 6, s_11_52, -1, 4, 0},
     591             : { 5, s_11_53, -1, 8, 0},
     592             : { 8, s_11_54, 53, 8, 0},
     593             : { 5, s_11_55, -1, 8, 0},
     594             : { 5, s_11_56, -1, 8, 0},
     595             : { 6, s_11_57, 56, 8, 0},
     596             : { 6, s_11_58, -1, 8, 0},
     597             : { 8, s_11_59, 58, 8, 0},
     598             : { 9, s_11_60, 58, 8, 0},
     599             : { 8, s_11_61, 58, 8, 0},
     600             : { 9, s_11_62, 58, 8, 0},
     601             : { 6, s_11_63, -1, 8, 0},
     602             : { 8, s_11_64, 63, 8, 0},
     603             : { 6, s_11_65, -1, 8, 0},
     604             : { 5, s_11_66, -1, 8, 0},
     605             : { 5, s_11_67, -1, 8, 0},
     606             : { 6, s_11_68, -1, 8, 0},
     607             : { 7, s_11_69, -1, 8, 0},
     608             : { 4, s_11_70, -1, 16, 0},
     609             : { 4, s_11_71, -1, 16, 0},
     610             : { 5, s_11_72, -1, 16, 0},
     611             : { 7, s_11_73, 72, 16, 0},
     612             : { 8, s_11_74, 72, 16, 0},
     613             : { 7, s_11_75, 72, 16, 0},
     614             : { 8, s_11_76, 72, 16, 0},
     615             : { 5, s_11_77, -1, 16, 0},
     616             : { 4, s_11_78, -1, 16, 0},
     617             : { 5, s_11_79, -1, 16, 0},
     618             : { 6, s_11_80, -1, 16, 0},
     619             : { 4, s_11_81, -1, 14, 0},
     620             : { 4, s_11_82, -1, 14, 0},
     621             : { 5, s_11_83, -1, 14, 0},
     622             : { 7, s_11_84, 83, 14, 0},
     623             : { 8, s_11_85, 83, 14, 0},
     624             : { 7, s_11_86, 83, 14, 0},
     625             : { 8, s_11_87, 83, 14, 0},
     626             : { 5, s_11_88, -1, 14, 0},
     627             : { 4, s_11_89, -1, 14, 0},
     628             : { 5, s_11_90, -1, 14, 0},
     629             : { 6, s_11_91, -1, 14, 0},
     630             : { 4, s_11_92, -1, 7, 0},
     631             : { 4, s_11_93, -1, 7, 0},
     632             : { 5, s_11_94, 93, 7, 0},
     633             : { 5, s_11_95, -1, 7, 0},
     634             : { 7, s_11_96, 95, 7, 0},
     635             : { 8, s_11_97, 95, 7, 0},
     636             : { 7, s_11_98, 95, 7, 0},
     637             : { 8, s_11_99, 95, 7, 0},
     638             : { 5, s_11_100, -1, 7, 0},
     639             : { 7, s_11_101, 100, 7, 0},
     640             : { 5, s_11_102, -1, 7, 0},
     641             : { 4, s_11_103, -1, 7, 0},
     642             : { 5, s_11_104, -1, 7, 0},
     643             : { 6, s_11_105, -1, 7, 0},
     644             : { 4, s_11_106, -1, 7, 0},
     645             : { 7, s_11_107, 106, 7, 0},
     646             : { 4, s_11_108, -1, 6, 0},
     647             : { 5, s_11_109, 108, 6, 0},
     648             : { 6, s_11_110, 108, 6, 0},
     649             : { 5, s_11_111, 108, 6, 0},
     650             : { 6, s_11_112, 108, 6, 0},
     651             : { 6, s_11_113, -1, 5, 0},
     652             : { 6, s_11_114, -1, 5, 0},
     653             : { 10, s_11_115, 114, 5, 0},
     654             : { 7, s_11_116, 114, 5, 0},
     655             : { 7, s_11_117, -1, 5, 0},
     656             : { 9, s_11_118, 117, 5, 0},
     657             : { 10, s_11_119, 117, 5, 0},
     658             : { 9, s_11_120, 117, 5, 0},
     659             : { 10, s_11_121, 117, 5, 0},
     660             : { 7, s_11_122, -1, 5, 0},
     661             : { 9, s_11_123, 122, 5, 0},
     662             : { 7, s_11_124, -1, 5, 0},
     663             : { 6, s_11_125, -1, 5, 0},
     664             : { 7, s_11_126, -1, 5, 0},
     665             : { 8, s_11_127, -1, 5, 0},
     666             : { 6, s_11_128, -1, 5, 0},
     667             : { 9, s_11_129, 128, 5, 0},
     668             : { 6, s_11_130, -1, 13, 0},
     669             : { 9, s_11_131, 130, 13, 0},
     670             : { 6, s_11_132, -1, 13, 0},
     671             : { 6, s_11_133, -1, 13, 0},
     672             : { 7, s_11_134, 133, 13, 0},
     673             : { 7, s_11_135, -1, 13, 0},
     674             : { 9, s_11_136, 135, 13, 0},
     675             : { 10, s_11_137, 135, 13, 0},
     676             : { 9, s_11_138, 135, 13, 0},
     677             : { 10, s_11_139, 135, 13, 0},
     678             : { 7, s_11_140, -1, 13, 0},
     679             : { 9, s_11_141, 140, 13, 0},
     680             : { 7, s_11_142, -1, 13, 0},
     681             : { 6, s_11_143, -1, 13, 0},
     682             : { 6, s_11_144, -1, 13, 0},
     683             : { 7, s_11_145, -1, 13, 0},
     684             : { 8, s_11_146, -1, 13, 0},
     685             : { 5, s_11_147, -1, 18, 0},
     686             : { 5, s_11_148, -1, 18, 0},
     687             : { 6, s_11_149, -1, 18, 0},
     688             : { 8, s_11_150, 149, 18, 0},
     689             : { 9, s_11_151, 149, 18, 0},
     690             : { 8, s_11_152, 149, 18, 0},
     691             : { 9, s_11_153, 149, 18, 0},
     692             : { 6, s_11_154, -1, 18, 0},
     693             : { 5, s_11_155, -1, 18, 0},
     694             : { 6, s_11_156, -1, 18, 0},
     695             : { 7, s_11_157, -1, 18, 0},
     696             : { 7, s_11_158, -1, 18, 0},
     697             : { 9, s_11_159, 158, 18, 0},
     698             : { 5, s_11_160, -1, 18, 0},
     699             : { 8, s_11_161, 160, 18, 0},
     700             : { 6, s_11_162, -1, 18, 0},
     701             : { 5, s_11_163, -1, 15, 0},
     702             : { 5, s_11_164, -1, 15, 0},
     703             : { 6, s_11_165, -1, 15, 0},
     704             : { 8, s_11_166, 165, 15, 0},
     705             : { 9, s_11_167, 165, 15, 0},
     706             : { 8, s_11_168, 165, 15, 0},
     707             : { 9, s_11_169, 165, 15, 0},
     708             : { 6, s_11_170, -1, 15, 0},
     709             : { 5, s_11_171, -1, 15, 0},
     710             : { 6, s_11_172, -1, 15, 0},
     711             : { 7, s_11_173, -1, 15, 0},
     712             : { 4, s_11_174, -1, 2, 0},
     713             : { 4, s_11_175, -1, 2, 0},
     714             : { 5, s_11_176, 175, 2, 0},
     715             : { 8, s_11_177, 176, 2, 0},
     716             : { 5, s_11_178, 175, 2, 0},
     717             : { 5, s_11_179, -1, 2, 0},
     718             : { 7, s_11_180, 179, 2, 0},
     719             : { 8, s_11_181, 179, 2, 0},
     720             : { 7, s_11_182, 179, 2, 0},
     721             : { 8, s_11_183, 179, 2, 0},
     722             : { 5, s_11_184, -1, 2, 0},
     723             : { 7, s_11_185, 184, 2, 0},
     724             : { 5, s_11_186, -1, 2, 0},
     725             : { 4, s_11_187, -1, 2, 0},
     726             : { 5, s_11_188, -1, 2, 0},
     727             : { 6, s_11_189, -1, 2, 0},
     728             : { 3, s_11_190, -1, 2, 0},
     729             : { 4, s_11_191, 190, 2, 0},
     730             : { 5, s_11_192, 190, 2, 0},
     731             : { 4, s_11_193, 190, 2, 0},
     732             : { 5, s_11_194, 190, 2, 0},
     733             : { 4, s_11_195, -1, 9, 0},
     734             : { 5, s_11_196, 195, 9, 0},
     735             : { 6, s_11_197, 195, 9, 0},
     736             : { 5, s_11_198, 195, 9, 0},
     737             : { 6, s_11_199, 195, 9, 0},
     738             : { 6, s_11_200, -1, 9, 0},
     739             : { 6, s_11_201, -1, 9, 0},
     740             : { 10, s_11_202, 201, 9, 0},
     741             : { 7, s_11_203, 201, 9, 0},
     742             : { 7, s_11_204, -1, 9, 0},
     743             : { 9, s_11_205, 204, 9, 0},
     744             : { 10, s_11_206, 204, 9, 0},
     745             : { 9, s_11_207, 204, 9, 0},
     746             : { 10, s_11_208, 204, 9, 0},
     747             : { 7, s_11_209, -1, 9, 0},
     748             : { 9, s_11_210, 209, 9, 0},
     749             : { 7, s_11_211, -1, 9, 0},
     750             : { 6, s_11_212, -1, 9, 0},
     751             : { 7, s_11_213, -1, 9, 0},
     752             : { 8, s_11_214, -1, 9, 0},
     753             : { 6, s_11_215, -1, 9, 0},
     754             : { 9, s_11_216, 215, 9, 0},
     755             : { 4, s_11_217, -1, 17, 0},
     756             : { 4, s_11_218, -1, 17, 0},
     757             : { 5, s_11_219, -1, 17, 0},
     758             : { 7, s_11_220, 219, 17, 0},
     759             : { 8, s_11_221, 219, 17, 0},
     760             : { 7, s_11_222, 219, 17, 0},
     761             : { 8, s_11_223, 219, 17, 0},
     762             : { 5, s_11_224, -1, 17, 0},
     763             : { 4, s_11_225, -1, 17, 0},
     764             : { 5, s_11_226, -1, 17, 0},
     765             : { 6, s_11_227, -1, 17, 0},
     766             : { 6, s_11_228, -1, 17, 0},
     767             : { 8, s_11_229, 228, 17, 0},
     768             : { 4, s_11_230, -1, 17, 0},
     769             : { 7, s_11_231, 230, 17, 0},
     770             : { 5, s_11_232, -1, 17, 0},
     771             : { 4, s_11_233, -1, 10, 0},
     772             : { 4, s_11_234, -1, 10, 0},
     773             : { 5, s_11_235, 234, 10, 0},
     774             : { 5, s_11_236, -1, 10, 0},
     775             : { 7, s_11_237, 236, 10, 0},
     776             : { 8, s_11_238, 236, 10, 0},
     777             : { 7, s_11_239, 236, 10, 0},
     778             : { 8, s_11_240, 236, 10, 0},
     779             : { 5, s_11_241, -1, 10, 0},
     780             : { 7, s_11_242, 241, 10, 0},
     781             : { 5, s_11_243, -1, 10, 0},
     782             : { 4, s_11_244, -1, 10, 0},
     783             : { 5, s_11_245, -1, 10, 0},
     784             : { 6, s_11_246, -1, 10, 0},
     785             : { 4, s_11_247, -1, 10, 0},
     786             : { 7, s_11_248, 247, 10, 0},
     787             : { 4, s_11_249, -1, 10, 0},
     788             : { 5, s_11_250, 249, 10, 0},
     789             : { 6, s_11_251, 249, 10, 0},
     790             : { 5, s_11_252, 249, 10, 0},
     791             : { 6, s_11_253, 249, 10, 0},
     792             : { 4, s_11_254, -1, 3, 0},
     793             : { 7, s_11_255, 254, 3, 0},
     794             : { 4, s_11_256, -1, 3, 0},
     795             : { 4, s_11_257, -1, 3, 0},
     796             : { 5, s_11_258, 257, 3, 0},
     797             : { 5, s_11_259, -1, 3, 0},
     798             : { 7, s_11_260, 259, 3, 0},
     799             : { 8, s_11_261, 259, 3, 0},
     800             : { 7, s_11_262, 259, 3, 0},
     801             : { 8, s_11_263, 259, 3, 0},
     802             : { 5, s_11_264, -1, 3, 0},
     803             : { 7, s_11_265, 264, 3, 0},
     804             : { 5, s_11_266, -1, 3, 0},
     805             : { 4, s_11_267, -1, 3, 0},
     806             : { 7, s_11_268, -1, 3, 0},
     807             : { 6, s_11_269, -1, 3, 0},
     808             : { 7, s_11_270, -1, 3, 0},
     809             : { 5, s_11_271, -1, 3, 0},
     810             : { 6, s_11_272, -1, 3, 0},
     811             : { 5, s_11_273, -1, 11, 0},
     812             : { 5, s_11_274, -1, 11, 0},
     813             : { 6, s_11_275, 274, 11, 0},
     814             : { 9, s_11_276, 275, 11, 0},
     815             : { 6, s_11_277, 274, 11, 0},
     816             : { 6, s_11_278, -1, 11, 0},
     817             : { 8, s_11_279, 278, 11, 0},
     818             : { 9, s_11_280, 278, 11, 0},
     819             : { 8, s_11_281, 278, 11, 0},
     820             : { 9, s_11_282, 278, 11, 0},
     821             : { 6, s_11_283, -1, 11, 0},
     822             : { 8, s_11_284, 283, 11, 0},
     823             : { 6, s_11_285, -1, 11, 0},
     824             : { 5, s_11_286, -1, 11, 0},
     825             : { 5, s_11_287, -1, 11, 0},
     826             : { 6, s_11_288, -1, 11, 0},
     827             : { 7, s_11_289, -1, 11, 0}
     828             : };
     829             : 
     830             : static const unsigned char g_V1[] = { 17, 65, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 48, 8 };
     831             : 
     832             : static const unsigned char g_RV[] = { 17, 65, 16 };
     833             : 
     834             : static const unsigned char g_KI[] = { 117, 66, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 16 };
     835             : 
     836             : static const unsigned char g_GI[] = { 21, 123, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 48, 8 };
     837             : 
     838             : static const symbol s_0[] = { 'a' };
     839             : static const symbol s_1[] = { 'l', 'a', 's', 'e' };
     840             : static const symbol s_2[] = { 'm', 'i', 's', 'e' };
     841             : static const symbol s_3[] = { 'l', 'i', 's', 'e' };
     842             : static const symbol s_4[] = { 'i', 'k', 'u' };
     843             : static const symbol s_5[] = { 'e' };
     844             : static const symbol s_6[] = { 't' };
     845             : static const symbol s_7[] = { 'k' };
     846             : static const symbol s_8[] = { 'p' };
     847             : static const symbol s_9[] = { 't' };
     848             : static const symbol s_10[] = { 'j', 'o', 'o' };
     849             : static const symbol s_11[] = { 's', 'a', 'a' };
     850             : static const symbol s_12[] = { 'v', 'i', 'i', 'm', 'a' };
     851             : static const symbol s_13[] = { 'k', 'e', 'e', 's', 'i' };
     852             : static const symbol s_14[] = { 'l', 0xC3, 0xB6, 0xC3, 0xB6 };
     853             : static const symbol s_15[] = { 'l', 0xC3, 0xB5, 'i' };
     854             : static const symbol s_16[] = { 'l', 'o', 'o' };
     855             : static const symbol s_17[] = { 'k', 0xC3, 0xA4, 'i', 's', 'i' };
     856             : static const symbol s_18[] = { 's', 0xC3, 0xB6, 0xC3, 0xB6 };
     857             : static const symbol s_19[] = { 't', 'o', 'o' };
     858             : static const symbol s_20[] = { 'v', 0xC3, 0xB5, 'i', 's', 'i' };
     859             : static const symbol s_21[] = { 'j', 0xC3, 0xA4, 0xC3, 0xA4, 'm', 'a' };
     860             : static const symbol s_22[] = { 'm', 0xC3, 0xBC, 0xC3, 0xBC, 's', 'i' };
     861             : static const symbol s_23[] = { 'l', 'u', 'g', 'e' };
     862             : static const symbol s_24[] = { 'p', 0xC3, 0xB5, 'd', 'e' };
     863             : static const symbol s_25[] = { 'l', 'a', 'd', 'u' };
     864             : static const symbol s_26[] = { 't', 'e', 'g', 'i' };
     865             : static const symbol s_27[] = { 'n', 0xC3, 0xA4, 'g', 'i' };
     866             : 
     867           0 : static int r_mark_regions(struct SN_env * z) {
     868           0 :     z->I[0] = z->l;
     869             : 
     870           0 :     if (out_grouping_U(z, g_V1, 97, 252, 1) < 0) return 0;
     871             : 
     872             :     {
     873           0 :         int ret = in_grouping_U(z, g_V1, 97, 252, 1);
     874           0 :         if (ret < 0) return 0;
     875           0 :         z->c += ret;
     876             :     }
     877           0 :     z->I[0] = z->c;
     878           0 :     return 1;
     879             : }
     880             : 
     881           0 : static int r_emphasis(struct SN_env * z) {
     882             :     int among_var;
     883             : 
     884             :     {   int mlimit1;
     885           0 :         if (z->c < z->I[0]) return 0;
     886           0 :         mlimit1 = z->lb; z->lb = z->I[0];
     887           0 :         z->ket = z->c;
     888           0 :         if (z->c - 1 <= z->lb || z->p[z->c - 1] != 105) { z->lb = mlimit1; return 0; }
     889           0 :         among_var = find_among_b(z, a_0, 2);
     890           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
     891           0 :         z->bra = z->c;
     892           0 :         z->lb = mlimit1;
     893             :     }
     894           0 :     {   int m_test2 = z->l - z->c;
     895           0 :         {   int ret = skip_b_utf8(z->p, z->c, z->lb, 4);
     896           0 :             if (ret < 0) return 0;
     897           0 :             z->c = ret;
     898             :         }
     899           0 :         z->c = z->l - m_test2;
     900             :     }
     901           0 :     switch (among_var) {
     902           0 :         case 1:
     903           0 :             {   int m3 = z->l - z->c; (void)m3;
     904           0 :                 if (in_grouping_b_U(z, g_GI, 97, 252, 0)) return 0;
     905           0 :                 z->c = z->l - m3;
     906           0 :                 {   int m4 = z->l - z->c; (void)m4;
     907           0 :                     {   int ret = r_LONGV(z);
     908           0 :                         if (ret == 0) goto lab0;
     909           0 :                         if (ret < 0) return ret;
     910             :                     }
     911           0 :                     return 0;
     912           0 :                 lab0:
     913           0 :                     z->c = z->l - m4;
     914             :                 }
     915             :             }
     916           0 :             {   int ret = slice_del(z);
     917           0 :                 if (ret < 0) return ret;
     918             :             }
     919           0 :             break;
     920           0 :         case 2:
     921           0 :             if (in_grouping_b_U(z, g_KI, 98, 382, 0)) return 0;
     922           0 :             {   int ret = slice_del(z);
     923           0 :                 if (ret < 0) return ret;
     924             :             }
     925           0 :             break;
     926             :     }
     927           0 :     return 1;
     928             : }
     929             : 
     930           0 : static int r_verb(struct SN_env * z) {
     931             :     int among_var;
     932             : 
     933             :     {   int mlimit1;
     934           0 :         if (z->c < z->I[0]) return 0;
     935           0 :         mlimit1 = z->lb; z->lb = z->I[0];
     936           0 :         z->ket = z->c;
     937           0 :         if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((540726 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
     938           0 :         among_var = find_among_b(z, a_1, 21);
     939           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
     940           0 :         z->bra = z->c;
     941           0 :         z->lb = mlimit1;
     942             :     }
     943           0 :     switch (among_var) {
     944           0 :         case 1:
     945           0 :             {   int ret = slice_del(z);
     946           0 :                 if (ret < 0) return ret;
     947             :             }
     948           0 :             break;
     949           0 :         case 2:
     950           0 :             {   int ret = slice_from_s(z, 1, s_0);
     951           0 :                 if (ret < 0) return ret;
     952             :             }
     953           0 :             break;
     954           0 :         case 3:
     955           0 :             if (in_grouping_b_U(z, g_V1, 97, 252, 0)) return 0;
     956           0 :             {   int ret = slice_del(z);
     957           0 :                 if (ret < 0) return ret;
     958             :             }
     959           0 :             break;
     960             :     }
     961           0 :     return 1;
     962             : }
     963             : 
     964           0 : static int r_LONGV(struct SN_env * z) {
     965           0 :     if (!find_among_b(z, a_2, 9)) return 0;
     966           0 :     return 1;
     967             : }
     968             : 
     969           0 : static int r_i_plural(struct SN_env * z) {
     970             : 
     971             :     {   int mlimit1;
     972           0 :         if (z->c < z->I[0]) return 0;
     973           0 :         mlimit1 = z->lb; z->lb = z->I[0];
     974           0 :         z->ket = z->c;
     975           0 :         if (z->c <= z->lb || z->p[z->c - 1] != 105) { z->lb = mlimit1; return 0; }
     976           0 :         if (!find_among_b(z, a_3, 1)) { z->lb = mlimit1; return 0; }
     977           0 :         z->bra = z->c;
     978           0 :         z->lb = mlimit1;
     979             :     }
     980           0 :     if (in_grouping_b_U(z, g_RV, 97, 117, 0)) return 0;
     981           0 :     {   int ret = slice_del(z);
     982           0 :         if (ret < 0) return ret;
     983             :     }
     984           0 :     return 1;
     985             : }
     986             : 
     987           0 : static int r_special_noun_endings(struct SN_env * z) {
     988             :     int among_var;
     989             : 
     990             :     {   int mlimit1;
     991           0 :         if (z->c < z->I[0]) return 0;
     992           0 :         mlimit1 = z->lb; z->lb = z->I[0];
     993           0 :         z->ket = z->c;
     994           0 :         if (z->c - 3 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1049120 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
     995           0 :         among_var = find_among_b(z, a_4, 12);
     996           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
     997           0 :         z->bra = z->c;
     998           0 :         z->lb = mlimit1;
     999             :     }
    1000           0 :     switch (among_var) {
    1001           0 :         case 1:
    1002           0 :             {   int ret = slice_from_s(z, 4, s_1);
    1003           0 :                 if (ret < 0) return ret;
    1004             :             }
    1005           0 :             break;
    1006           0 :         case 2:
    1007           0 :             {   int ret = slice_from_s(z, 4, s_2);
    1008           0 :                 if (ret < 0) return ret;
    1009             :             }
    1010           0 :             break;
    1011           0 :         case 3:
    1012           0 :             {   int ret = slice_from_s(z, 4, s_3);
    1013           0 :                 if (ret < 0) return ret;
    1014             :             }
    1015           0 :             break;
    1016             :     }
    1017           0 :     return 1;
    1018             : }
    1019             : 
    1020           0 : static int r_case_ending(struct SN_env * z) {
    1021             :     int among_var;
    1022             : 
    1023             :     {   int mlimit1;
    1024           0 :         if (z->c < z->I[0]) return 0;
    1025           0 :         mlimit1 = z->lb; z->lb = z->I[0];
    1026           0 :         z->ket = z->c;
    1027           0 :         if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1576994 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
    1028           0 :         among_var = find_among_b(z, a_5, 10);
    1029           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
    1030           0 :         z->bra = z->c;
    1031           0 :         z->lb = mlimit1;
    1032             :     }
    1033           0 :     switch (among_var) {
    1034           0 :         case 1:
    1035           0 :             {   int m2 = z->l - z->c; (void)m2;
    1036           0 :                 if (in_grouping_b_U(z, g_RV, 97, 117, 0)) goto lab1;
    1037           0 :                 goto lab0;
    1038           0 :             lab1:
    1039           0 :                 z->c = z->l - m2;
    1040           0 :                 {   int ret = r_LONGV(z);
    1041           0 :                     if (ret <= 0) return ret;
    1042             :                 }
    1043             :             }
    1044           0 :         lab0:
    1045           0 :             break;
    1046           0 :         case 2:
    1047           0 :             {   int m_test3 = z->l - z->c;
    1048           0 :                 {   int ret = skip_b_utf8(z->p, z->c, z->lb, 4);
    1049           0 :                     if (ret < 0) return 0;
    1050           0 :                     z->c = ret;
    1051             :                 }
    1052           0 :                 z->c = z->l - m_test3;
    1053             :             }
    1054           0 :             break;
    1055             :     }
    1056           0 :     {   int ret = slice_del(z);
    1057           0 :         if (ret < 0) return ret;
    1058             :     }
    1059           0 :     return 1;
    1060             : }
    1061             : 
    1062           0 : static int r_plural_three_first_cases(struct SN_env * z) {
    1063             :     int among_var;
    1064             : 
    1065             :     {   int mlimit1;
    1066           0 :         if (z->c < z->I[0]) return 0;
    1067           0 :         mlimit1 = z->lb; z->lb = z->I[0];
    1068           0 :         z->ket = z->c;
    1069           0 :         if (z->c <= z->lb || (z->p[z->c - 1] != 100 && z->p[z->c - 1] != 101)) { z->lb = mlimit1; return 0; }
    1070           0 :         among_var = find_among_b(z, a_7, 7);
    1071           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
    1072           0 :         z->bra = z->c;
    1073           0 :         z->lb = mlimit1;
    1074             :     }
    1075           0 :     switch (among_var) {
    1076           0 :         case 1:
    1077           0 :             {   int ret = slice_from_s(z, 3, s_4);
    1078           0 :                 if (ret < 0) return ret;
    1079             :             }
    1080           0 :             break;
    1081           0 :         case 2:
    1082           0 :             {   int m2 = z->l - z->c; (void)m2;
    1083           0 :                 {   int ret = r_LONGV(z);
    1084           0 :                     if (ret == 0) goto lab0;
    1085           0 :                     if (ret < 0) return ret;
    1086             :                 }
    1087           0 :                 return 0;
    1088           0 :             lab0:
    1089           0 :                 z->c = z->l - m2;
    1090             :             }
    1091           0 :             {   int ret = slice_del(z);
    1092           0 :                 if (ret < 0) return ret;
    1093             :             }
    1094           0 :             break;
    1095           0 :         case 3:
    1096           0 :             {   int m3 = z->l - z->c; (void)m3;
    1097           0 :                 {   int m_test4 = z->l - z->c;
    1098           0 :                     {   int ret = skip_b_utf8(z->p, z->c, z->lb, 4);
    1099           0 :                         if (ret < 0) goto lab2;
    1100           0 :                         z->c = ret;
    1101             :                     }
    1102           0 :                     z->c = z->l - m_test4;
    1103             :                 }
    1104           0 :                 if (z->c <= z->lb || (z->p[z->c - 1] != 115 && z->p[z->c - 1] != 116)) among_var = 2; else
    1105           0 :                 among_var = find_among_b(z, a_6, 5);
    1106             :                 switch (among_var) {
    1107           0 :                     case 1:
    1108           0 :                         {   int ret = slice_from_s(z, 1, s_5);
    1109           0 :                             if (ret < 0) return ret;
    1110             :                         }
    1111           0 :                         break;
    1112           0 :                     case 2:
    1113           0 :                         {   int ret = slice_del(z);
    1114           0 :                             if (ret < 0) return ret;
    1115             :                         }
    1116           0 :                         break;
    1117             :                 }
    1118           0 :                 goto lab1;
    1119           0 :             lab2:
    1120           0 :                 z->c = z->l - m3;
    1121           0 :                 {   int ret = slice_from_s(z, 1, s_6);
    1122           0 :                     if (ret < 0) return ret;
    1123             :                 }
    1124             :             }
    1125           0 :         lab1:
    1126           0 :             break;
    1127           0 :         case 4:
    1128           0 :             {   int m5 = z->l - z->c; (void)m5;
    1129           0 :                 if (in_grouping_b_U(z, g_RV, 97, 117, 0)) goto lab4;
    1130           0 :                 goto lab3;
    1131           0 :             lab4:
    1132           0 :                 z->c = z->l - m5;
    1133           0 :                 {   int ret = r_LONGV(z);
    1134           0 :                     if (ret <= 0) return ret;
    1135             :                 }
    1136             :             }
    1137           0 :         lab3:
    1138           0 :             {   int ret = slice_del(z);
    1139           0 :                 if (ret < 0) return ret;
    1140             :             }
    1141           0 :             break;
    1142             :     }
    1143           0 :     return 1;
    1144             : }
    1145             : 
    1146           0 : static int r_nu(struct SN_env * z) {
    1147             : 
    1148             :     {   int mlimit1;
    1149           0 :         if (z->c < z->I[0]) return 0;
    1150           0 :         mlimit1 = z->lb; z->lb = z->I[0];
    1151           0 :         z->ket = z->c;
    1152           0 :         if (z->c - 1 <= z->lb || (z->p[z->c - 1] != 97 && z->p[z->c - 1] != 117)) { z->lb = mlimit1; return 0; }
    1153           0 :         if (!find_among_b(z, a_8, 4)) { z->lb = mlimit1; return 0; }
    1154           0 :         z->bra = z->c;
    1155           0 :         z->lb = mlimit1;
    1156             :     }
    1157           0 :     {   int ret = slice_del(z);
    1158           0 :         if (ret < 0) return ret;
    1159             :     }
    1160           0 :     return 1;
    1161             : }
    1162             : 
    1163           0 : static int r_undouble_kpt(struct SN_env * z) {
    1164             :     int among_var;
    1165           0 :     if (in_grouping_b_U(z, g_V1, 97, 252, 0)) return 0;
    1166           0 :     if (z->I[0] > z->c) return 0;
    1167           0 :     z->ket = z->c;
    1168           0 :     if (z->c - 1 <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((1116160 >> (z->p[z->c - 1] & 0x1f)) & 1)) return 0;
    1169           0 :     among_var = find_among_b(z, a_9, 3);
    1170           0 :     if (!among_var) return 0;
    1171           0 :     z->bra = z->c;
    1172           0 :     switch (among_var) {
    1173           0 :         case 1:
    1174           0 :             {   int ret = slice_from_s(z, 1, s_7);
    1175           0 :                 if (ret < 0) return ret;
    1176             :             }
    1177           0 :             break;
    1178           0 :         case 2:
    1179           0 :             {   int ret = slice_from_s(z, 1, s_8);
    1180           0 :                 if (ret < 0) return ret;
    1181             :             }
    1182           0 :             break;
    1183           0 :         case 3:
    1184           0 :             {   int ret = slice_from_s(z, 1, s_9);
    1185           0 :                 if (ret < 0) return ret;
    1186             :             }
    1187           0 :             break;
    1188             :     }
    1189           0 :     return 1;
    1190             : }
    1191             : 
    1192           0 : static int r_degrees(struct SN_env * z) {
    1193             :     int among_var;
    1194             : 
    1195             :     {   int mlimit1;
    1196           0 :         if (z->c < z->I[0]) return 0;
    1197           0 :         mlimit1 = z->lb; z->lb = z->I[0];
    1198           0 :         z->ket = z->c;
    1199           0 :         if (z->c <= z->lb || z->p[z->c - 1] >> 5 != 3 || !((8706 >> (z->p[z->c - 1] & 0x1f)) & 1)) { z->lb = mlimit1; return 0; }
    1200           0 :         among_var = find_among_b(z, a_10, 3);
    1201           0 :         if (!among_var) { z->lb = mlimit1; return 0; }
    1202           0 :         z->bra = z->c;
    1203           0 :         z->lb = mlimit1;
    1204             :     }
    1205           0 :     switch (among_var) {
    1206           0 :         case 1:
    1207           0 :             if (in_grouping_b_U(z, g_RV, 97, 117, 0)) return 0;
    1208           0 :             {   int ret = slice_del(z);
    1209           0 :                 if (ret < 0) return ret;
    1210             :             }
    1211           0 :             break;
    1212           0 :         case 2:
    1213           0 :             {   int ret = slice_del(z);
    1214           0 :                 if (ret < 0) return ret;
    1215             :             }
    1216           0 :             break;
    1217             :     }
    1218           0 :     return 1;
    1219             : }
    1220             : 
    1221           0 : static int r_substantive(struct SN_env * z) {
    1222           0 :     {   int m1 = z->l - z->c; (void)m1;
    1223           0 :         {   int ret = r_special_noun_endings(z);
    1224           0 :             if (ret < 0) return ret;
    1225             :         }
    1226           0 :         z->c = z->l - m1;
    1227             :     }
    1228           0 :     {   int m2 = z->l - z->c; (void)m2;
    1229           0 :         {   int ret = r_case_ending(z);
    1230           0 :             if (ret < 0) return ret;
    1231             :         }
    1232           0 :         z->c = z->l - m2;
    1233             :     }
    1234           0 :     {   int m3 = z->l - z->c; (void)m3;
    1235           0 :         {   int ret = r_plural_three_first_cases(z);
    1236           0 :             if (ret < 0) return ret;
    1237             :         }
    1238           0 :         z->c = z->l - m3;
    1239             :     }
    1240           0 :     {   int m4 = z->l - z->c; (void)m4;
    1241           0 :         {   int ret = r_degrees(z);
    1242           0 :             if (ret < 0) return ret;
    1243             :         }
    1244           0 :         z->c = z->l - m4;
    1245             :     }
    1246           0 :     {   int m5 = z->l - z->c; (void)m5;
    1247           0 :         {   int ret = r_i_plural(z);
    1248           0 :             if (ret < 0) return ret;
    1249             :         }
    1250           0 :         z->c = z->l - m5;
    1251             :     }
    1252           0 :     {   int m6 = z->l - z->c; (void)m6;
    1253           0 :         {   int ret = r_nu(z);
    1254           0 :             if (ret < 0) return ret;
    1255             :         }
    1256           0 :         z->c = z->l - m6;
    1257             :     }
    1258           0 :     return 1;
    1259             : }
    1260             : 
    1261           0 : static int r_verb_exceptions(struct SN_env * z) {
    1262             :     int among_var;
    1263           0 :     z->bra = z->c;
    1264           0 :     among_var = find_among(z, a_11, 290);
    1265           0 :     if (!among_var) return 0;
    1266           0 :     z->ket = z->c;
    1267           0 :     if (z->c < z->l) return 0;
    1268           0 :     switch (among_var) {
    1269           0 :         case 1:
    1270           0 :             {   int ret = slice_from_s(z, 3, s_10);
    1271           0 :                 if (ret < 0) return ret;
    1272             :             }
    1273           0 :             break;
    1274           0 :         case 2:
    1275           0 :             {   int ret = slice_from_s(z, 3, s_11);
    1276           0 :                 if (ret < 0) return ret;
    1277             :             }
    1278           0 :             break;
    1279           0 :         case 3:
    1280           0 :             {   int ret = slice_from_s(z, 5, s_12);
    1281           0 :                 if (ret < 0) return ret;
    1282             :             }
    1283           0 :             break;
    1284           0 :         case 4:
    1285           0 :             {   int ret = slice_from_s(z, 5, s_13);
    1286           0 :                 if (ret < 0) return ret;
    1287             :             }
    1288           0 :             break;
    1289           0 :         case 5:
    1290           0 :             {   int ret = slice_from_s(z, 5, s_14);
    1291           0 :                 if (ret < 0) return ret;
    1292             :             }
    1293           0 :             break;
    1294           0 :         case 6:
    1295           0 :             {   int ret = slice_from_s(z, 4, s_15);
    1296           0 :                 if (ret < 0) return ret;
    1297             :             }
    1298           0 :             break;
    1299           0 :         case 7:
    1300           0 :             {   int ret = slice_from_s(z, 3, s_16);
    1301           0 :                 if (ret < 0) return ret;
    1302             :             }
    1303           0 :             break;
    1304           0 :         case 8:
    1305           0 :             {   int ret = slice_from_s(z, 6, s_17);
    1306           0 :                 if (ret < 0) return ret;
    1307             :             }
    1308           0 :             break;
    1309           0 :         case 9:
    1310           0 :             {   int ret = slice_from_s(z, 5, s_18);
    1311           0 :                 if (ret < 0) return ret;
    1312             :             }
    1313           0 :             break;
    1314           0 :         case 10:
    1315           0 :             {   int ret = slice_from_s(z, 3, s_19);
    1316           0 :                 if (ret < 0) return ret;
    1317             :             }
    1318           0 :             break;
    1319           0 :         case 11:
    1320           0 :             {   int ret = slice_from_s(z, 6, s_20);
    1321           0 :                 if (ret < 0) return ret;
    1322             :             }
    1323           0 :             break;
    1324           0 :         case 12:
    1325           0 :             {   int ret = slice_from_s(z, 7, s_21);
    1326           0 :                 if (ret < 0) return ret;
    1327             :             }
    1328           0 :             break;
    1329           0 :         case 13:
    1330           0 :             {   int ret = slice_from_s(z, 7, s_22);
    1331           0 :                 if (ret < 0) return ret;
    1332             :             }
    1333           0 :             break;
    1334           0 :         case 14:
    1335           0 :             {   int ret = slice_from_s(z, 4, s_23);
    1336           0 :                 if (ret < 0) return ret;
    1337             :             }
    1338           0 :             break;
    1339           0 :         case 15:
    1340           0 :             {   int ret = slice_from_s(z, 5, s_24);
    1341           0 :                 if (ret < 0) return ret;
    1342             :             }
    1343           0 :             break;
    1344           0 :         case 16:
    1345           0 :             {   int ret = slice_from_s(z, 4, s_25);
    1346           0 :                 if (ret < 0) return ret;
    1347             :             }
    1348           0 :             break;
    1349           0 :         case 17:
    1350           0 :             {   int ret = slice_from_s(z, 4, s_26);
    1351           0 :                 if (ret < 0) return ret;
    1352             :             }
    1353           0 :             break;
    1354           0 :         case 18:
    1355           0 :             {   int ret = slice_from_s(z, 5, s_27);
    1356           0 :                 if (ret < 0) return ret;
    1357             :             }
    1358           0 :             break;
    1359             :     }
    1360           0 :     return 1;
    1361             : }
    1362             : 
    1363           0 : extern int estonian_UTF_8_stem(struct SN_env * z) {
    1364           0 :     {   int c1 = z->c;
    1365           0 :         {   int ret = r_verb_exceptions(z);
    1366           0 :             if (ret == 0) goto lab0;
    1367           0 :             if (ret < 0) return ret;
    1368             :         }
    1369           0 :         return 0;
    1370           0 :     lab0:
    1371           0 :         z->c = c1;
    1372             :     }
    1373           0 :     {   int c2 = z->c;
    1374           0 :         {   int ret = r_mark_regions(z);
    1375           0 :             if (ret < 0) return ret;
    1376             :         }
    1377           0 :         z->c = c2;
    1378             :     }
    1379           0 :     z->lb = z->c; z->c = z->l;
    1380             : 
    1381           0 :     {   int m3 = z->l - z->c; (void)m3;
    1382           0 :         {   int ret = r_emphasis(z);
    1383           0 :             if (ret < 0) return ret;
    1384             :         }
    1385           0 :         z->c = z->l - m3;
    1386             :     }
    1387           0 :     {   int m4 = z->l - z->c; (void)m4;
    1388           0 :         {   int m5 = z->l - z->c; (void)m5;
    1389           0 :             {   int ret = r_verb(z);
    1390           0 :                 if (ret == 0) goto lab3;
    1391           0 :                 if (ret < 0) return ret;
    1392             :             }
    1393           0 :             goto lab2;
    1394           0 :         lab3:
    1395           0 :             z->c = z->l - m5;
    1396           0 :             {   int ret = r_substantive(z);
    1397           0 :                 if (ret < 0) return ret;
    1398             :             }
    1399             :         }
    1400           0 :     lab2:
    1401           0 :         z->c = z->l - m4;
    1402             :     }
    1403           0 :     {   int m6 = z->l - z->c; (void)m6;
    1404           0 :         {   int ret = r_undouble_kpt(z);
    1405           0 :             if (ret < 0) return ret;
    1406             :         }
    1407           0 :         z->c = z->l - m6;
    1408             :     }
    1409           0 :     z->c = z->lb;
    1410           0 :     return 1;
    1411             : }
    1412             : 
    1413           0 : extern struct SN_env * estonian_UTF_8_create_env(void) { return SN_create_env(0, 1); }
    1414             : 
    1415           0 : extern void estonian_UTF_8_close_env(struct SN_env * z) { SN_close_env(z, 0); }
    1416             : 

Generated by: LCOV version 1.14