You are here

constant PORTERSTEMMER_LI_END in Porter-Stemmer 6.2

Same name and namespace in other branches
  1. 7 includes/standard-stemmer.inc \PORTERSTEMMER_LI_END

Regular expression defining an li-ending for Porter Stemmer.

1 use of PORTERSTEMMER_LI_END
porterstemmer_step2 in ./porterstemmer.module
Step 2 of algorithm: misc endings in region R1.

File

./porterstemmer.module, line 161
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_LI_END', '[cdeghkmnrt]');