You are here

README.txt in Russian stemming 6

Same filename and directory in other branches
  1. 7 README.txt
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
  1. Readme
  2. ------
  3. This module implements the Russian stemming algorithm to improve Russian-language
  4. searching with the Drupal built-in search.module.
  5. Stemming attempts to reduce a word to its stem or root form. This generally results in more relevant
  6. results.
  7. Author
  8. ------
  9. Russian stemming algorith provided by Dr Martin Porter (snowball.tartarus.org):
  10. http://snowball.tartarus.org/algorithms/russian/stemmer.html
  11. Algorith implementation in PHP provided by Dmitry Koterov (dklab.ru):
  12. http://forum.dklab.ru/php/advises/HeuristicWithoutTheDictionaryExtractionOfARootFromRussianWord.html
  13. Algorith implementation adopted for Drupal by Algenon (4algenon@gmail.com)