You are here

8 calls to SearchApiPorter2::removeEnding() in Search API 7

SearchApiPorter2::step0 in includes/processor_stemmer.inc
Searches for the longest among the "s" suffixes and removes it.
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::step3 in includes/processor_stemmer.inc
Implements step 3 of the Porter2 algorithm.
SearchApiPorter2::step4 in includes/processor_stemmer.inc
Implements step 4 of the Porter2 algorithm.
SearchApiPorter2::step5 in includes/processor_stemmer.inc
Implements step 5 of the Porter2 algorithm.