README.txt in Russian stemming 6
Readme
------
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.
Author
------
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/HeuristicWithoutTheDictionaryExtractionOfARootFromRussianWord.html
Algorith implementation adopted for Drupal by Algenon (4algenon@gmail.com)
File
README.txt
View source
- Readme
- ------
-
- 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.
-
- Author
- ------
- 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/HeuristicWithoutTheDictionaryExtractionOfARootFromRussianWord.html
-
- Algorith implementation adopted for Drupal by Algenon (4algenon@gmail.com)
-