11 calls to Porter2::length() in Search API 8
- Porter2::hasEnding in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Checks whether the word ends with the given string.
- Porter2::isShort in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Determines whether the word is short.
- Porter2::isShortSyllable in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Determines whether the word ends in a "vowel-consonant" suffix.
- Porter2::R in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Determines the start of a certain "R" region.
- Porter2::stem in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Computes the stem of the word.
- Porter2::step1a in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Handles various suffixes, of which the longest is replaced.
- Porter2::step1b in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Handles various suffixes, of which the longest is replaced.
- Porter2::step1c in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Replaces suffix y or Y with i if after non-vowel not @ word begin.
- Porter2::step2 in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Implements step 2 of the Porter2 algorithm.
- Porter2::step5 in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Implements step 5 of the Porter2 algorithm.
- Porter2::__construct in src/
Plugin/ search_api/ processor/ Resources/ Porter2.php - Constructs a SearchApiPorter2 object.