You are here

property RussianStemmer::$RVRE in Russian stemming 6

Same name and namespace in other branches
  1. 7 RussianStemmer.php \RussianStemmer::RVRE

File

./rustemmer.module, line 81
Russian stemming algorith provided by Dr Martin Porter

Class

RussianStemmer
Implements Russian Stemming algorithm.

Code

var $RVRE = '/^(.*?[аеиоуыэюя])(.*)$/u';