function rustemmer_help in Russian stemming 6
Same name and namespace in other branches
- 7 rustemmer.module \rustemmer_help()
Implements hook_help().
File
- ./
rustemmer.module, line 20 - 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.');
}
}