You are here

11 calls to SearchApiPorter2::length() in Search API 7

SearchApiPorter2::hasEnding in includes/processor_stemmer.inc
Checks whether the word ends with the given string.
SearchApiPorter2::isShort in includes/processor_stemmer.inc
Determines whether the word is short.
SearchApiPorter2::isShortSyllable in includes/processor_stemmer.inc
Determines whether the word ends in a "vowel-consonant" suffix.
SearchApiPorter2::R in includes/processor_stemmer.inc
Determines the start of a certain "R" region.
SearchApiPorter2::stem in includes/processor_stemmer.inc
Computes the stem of the word.
SearchApiPorter2::step1a in includes/processor_stemmer.inc
Handles various suffixes, of which the longest is replaced.
SearchApiPorter2::step1b in includes/processor_stemmer.inc
Handles various suffixes, of which the longest is replaced.
SearchApiPorter2::step1c in includes/processor_stemmer.inc
Replaces suffix y or Y with i if after non-vowel not @ word begin.
SearchApiPorter2::step2 in includes/processor_stemmer.inc
Implements step 2 of the Porter2 algorithm.
SearchApiPorter2::step5 in includes/processor_stemmer.inc
Implements step 5 of the Porter2 algorithm.
SearchApiPorter2::__construct in includes/processor_stemmer.inc
Constructs a SearchApiPorter2 object.