constant RUSTEMMER_CHARS in Russian stemming 6
Same name and namespace in other branches
- 7 rustemmer.module \RUSTEMMER_CHARS
@file Russian stemming algorith provided by Dr Martin Porter
http://snowball.tartarus.org/algorithms/russian/stemmer.html
Algorith implementation in PHP provided by Dmitry Koterov (dklab.ru): http://forum.dklab.ru/php/advises/HeuristicWithoutTheDictionaryExtractio...
Initial implementation adopted for Drupal by Algenon (4algenon@gmail.com)
1 use of RUSTEMMER_CHARS
- rustemmer_search_preprocess in ./rustemmer.module 
- Implements hook_search_preprocess().
File
- ./rustemmer.module, line 15 
- Russian stemming algorith provided by Dr Martin Porter
Code
define('RUSTEMMER_CHARS', '_0-9a-zA-ZабвгдежзийклмнопрстуфхцчшщьыъэюяАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯ');