HomeSort by: relevance | last modified time | path
    Searched defs:stem (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 306 * If the word ends with zFrom and xCond() is true for the stem
318 stem( function in typeref:typename:int
377 * Stem the input word zIn[0..nIn-1]. Store the output in zOut.
434 !stem(&z, "sess", "ss", 0) &&
435 !stem(&z, "sei", "i", 0) &&
436 !stem(&z, "ss", "ss", 0)
443 if (stem(&z, "dee", "ee", m_gt_0)) {
446 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
449 if (stem(&z, "ta", "ate", 0) |
    [all...]
custom_apropos_tokenizer.c 306 * If the word ends with zFrom and xCond() is true for the stem
318 stem( function in typeref:typename:int
377 * Stem the input word zIn[0..nIn-1]. Store the output in zOut.
434 !stem(&z, "sess", "ss", 0) &&
435 !stem(&z, "sei", "i", 0) &&
436 !stem(&z, "ss", "ss", 0)
443 if (stem(&z, "dee", "ee", m_gt_0)) {
446 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
449 if (stem(&z, "ta", "ate", 0) |
    [all...]

Completed in 22 milliseconds