You are here

constant PORTERSTEMMER_LI_END in Porter-Stemmer 7

Same name and namespace in other branches
  1. 6.2 porterstemmer.module \PORTERSTEMMER_LI_END

Regular expression defining an li-ending for Porter Stemmer purposes.

1 use of PORTERSTEMMER_LI_END
porterstemmer_step2 in includes/standard-stemmer.inc
Step 2 of algorithm: misc endings in region R1.

File

includes/standard-stemmer.inc, line 34
This is an implementation of the Porter 2 Stemming algorithm.

Code

define('PORTERSTEMMER_LI_END', '[cdeghkmnrt]');