By Algenon on
This module implements the Russian stemming algorithm to improve Russian-language
searching with the Drupal built-in search.module.
Stemming attempts to reduce a word to its stem or root form. This generally results in more relevant
results.
Module can be downloaded here: http://www.drupal.ru/files/rustemmer.zip
Russian stemming algorith provided by Dr Martin Porter (snowball.tartarus.org):
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...
Algorith implementation adopted for Drupal by Algenon (4algenon at gmail.com)
Comments
New version
New version available at http://www.drupal.ru/files/rustemmer_002.zip
Project page created
Let's join forces to cleanup code at http://drupal.org/project/rustemmer