You are here

Functions in Porter-Stemmer 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
porterstemmer_exception1 ./porterstemmer.module Checks exceptions for Porter Stemmer. 1
porterstemmer_exception2 ./porterstemmer.module Checks exceptions for Porter Stemmer after Step 1a. 1
porterstemmer_help ./porterstemmer.module Implements hook_help().
porterstemmer_poststemming ./porterstemmer.module Turn Y back into y to undo pre-processing. 1
porterstemmer_prestemming ./porterstemmer.module Pre-processes a word for the Porter Stemmer 2 algorithm. 5
porterstemmer_sbp_excerpt_match ./porterstemmer.module Implementation of hook_sbp_excerpt_match(). 1
porterstemmer_search_preprocess ./porterstemmer.module Implementation of hook_search_preprocess().
porterstemmer_short_word ./porterstemmer.module Checks to see if a word is considered "short" in Porter Stemmer 2. 2
porterstemmer_stem ./porterstemmer.module Stems a word, using the Porter Stemmer 2 algorithm. 5
porterstemmer_step0 ./porterstemmer.module Step 0 of the algorithm: remove possessive endings. 1
porterstemmer_step1a ./porterstemmer.module Step 1a of algorithm: plurals, etc. 2
porterstemmer_step1b ./porterstemmer.module Step 1b of algorithm: eed, eedly, ed, edly, ing, ingly 3
porterstemmer_step1c ./porterstemmer.module Step 1c of algorithm: y suffixes 2
porterstemmer_step2 ./porterstemmer.module Step 2 of algorithm: misc endings in region R1. 2
porterstemmer_step3 ./porterstemmer.module Step 3 of algorithm: misc endings in region R1. 1
porterstemmer_step4 ./porterstemmer.module Step 4 of algorithm: misc endings in region R2. 2
porterstemmer_step5 ./porterstemmer.module Step 5 of algorithm: e, l endings in region R1/R2. 2
porterstemmer_step_ending ./porterstemmer.module Replaces word and calculates return value for steps. 8
porterstemmer_suffix ./porterstemmer.module Replaces one word ending with another, if tests pass. 9
porterstemmer_too_short ./porterstemmer.module Returns TRUE if word is too short to continue stemming. 10
_porterstemmer_pecl_loaded ./porterstemmer.module Checks to see if the PECL stem extension has been loaded. 2

Other projects