constant PORTERSTEMMER_DOUBLE in Porter-Stemmer 7
Same name and namespace in other branches
- 6.2 porterstemmer.module \PORTERSTEMMER_DOUBLE
Regular expression defining a double consonant for Porter Stemmer.
1 use of PORTERSTEMMER_DOUBLE
- porterstemmer_step1b in includes/
standard-stemmer.inc - Step 1b of algorithm: eed, eedly, ed, edly, ing, ingly.
File
- includes/
standard-stemmer.inc, line 29 - This is an implementation of the Porter 2 Stemming algorithm.
Code
define('PORTERSTEMMER_DOUBLE', '(bb|dd|ff|gg|mm|nn|pp|rr|tt)');