function rustemmer_help in Russian stemming 7
Same name and namespace in other branches
- 6 rustemmer.module \rustemmer_help()
Implements hook_help().
File
- ./
rustemmer.module, line 21 - Russian stemming algorith provided by Dr Martin Porter.
Code
function rustemmer_help($path, $arg) {
switch ($path) {
case 'admin/help#rustemmer':
return t('Improves search of Russian words by using the stemming algorithm for Russian language.');
}
}