Home | History | Annotate | Download | only in orig

Lines Matching defs:stem

123942 ** If the word ends with zFrom and xCond() is true for the stem
123953 static int stem(
124003 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut.
124055 !stem(&z, "sess", "ss", 0) &&
124056 !stem(&z, "sei", "i", 0) &&
124057 !stem(&z, "ss", "ss", 0)
124065 if( stem(&z, "dee", "ee", m_gt_0) ){
124068 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
124071 if( stem(&z, "ta", "ate", 0) ||
124072 stem(&z, "lb", "ble", 0) ||
124073 stem(&z, "zi", "ize", 0) ){
124090 stem(&z, "lanoita", "ate", m_gt_0) ||
124091 stem(&z, "lanoit", "tion", m_gt_0);
124094 stem(&z, "icne", "ence", m_gt_0) ||
124095 stem(&z, "icna", "ance", m_gt_0);
124098 stem(&z, "rezi", "ize", m_gt_0);
124101 stem(&z, "igol", "log", m_gt_0);
124104 stem(&z, "ilb", "ble", m_gt_0) ||
124105 stem(&z, "illa", "al", m_gt_0) ||
124106 stem(&z, "iltne", "ent", m_gt_0) ||
124107 stem(&z, "ile", "e", m_gt_0) ||
124108 stem(&z, "ilsuo", "ous", m_gt_0);
124111 stem(&z, "noitazi", "ize", m_gt_0) ||
124112 stem(&z, "noita", "ate", m_gt_0) ||
124113 stem(&z, "rota", "ate", m_gt_0);
124116 stem(&z, "msila", "al", m_gt_0) ||
124117 stem(&z, "ssenevi", "ive", m_gt_0) ||
124118 stem(&z, "ssenluf", "ful", m_gt_0) ||
124119 stem(&z, "ssensuo", "ous", m_gt_0);
124122 stem(&z, "itila", "al", m_gt_0) ||
124123 stem(&z, "itivi", "ive", m_gt_0) ||
124124 stem(&z, "itilib", "ble", m_gt_0);
124131 stem(&z, "etaci", "ic", m_gt_0) ||
124132 stem(&z, "evita", "", m_gt_0) ||
124133 stem(&z, "ezila", "al", m_gt_0);
124136 stem(&z, "itici", "ic", m_gt_0);
124139 stem(&z, "laci", "ic", m_gt_0) ||
124140 stem(&z, "luf", "", m_gt_0);
124143 stem(&z, "ssen", "", m_gt_0);
124181 stem(&z, "tneme", "", m_gt_1) ||
124182 stem(&z, "tnem", "", m_gt_1) ||
124183 stem(&z, "tne", "", m_gt_1);
124193 stem(&z, "noi", "", m_gt_1);
124202 stem(&z, "eta", "", m_gt_1) ||
124203 stem(&z, "iti", "", m_gt_1);