Russian stemming

Categories

Component ID

870824

Component name

Russian stemming

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

7051

Component created

Component changed

Component body

This module implements the Russian stemming algorithm to improve Russian-language searching with the Drupal built-in search.module D6 and Search API for Drupal 7.

Stemming attempts to reduce a word to its stem or root form. This generally results in more relevant results.

Russian stemming algorithm provided by Dr Martin Porter (snowball.tartarus.org)
http://snowball.tartarus.org/algorithms/russian/stemmer.html

Algorithm implementation in PHP provided by Dmitry Koterov (dklab.ru)