constant PORTERSTEMMER_DOUBLE in Porter-Stemmer 6.2
Same name and namespace in other branches
- 7 includes/standard-stemmer.inc \PORTERSTEMMER_DOUBLE
Regular expression defining a double consonant for Porter Stemmer.
1 use of PORTERSTEMMER_DOUBLE
- porterstemmer_step1b in ./
porterstemmer.module - Step 1b of algorithm: eed, eedly, ed, edly, ing, ingly
File
- ./
porterstemmer.module, line 156 - This is an implementation of the Porter 2 Stemming algorithm from http://snowball.tartarus.org/algorithms/english/stemmer.html by Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com
Code
define('PORTERSTEMMER_DOUBLE', '(bb|dd|ff|gg|mm|nn|pp|rr|tt)');