public static function PorterStemmerInternalsUnitTest::getInfo in Porter-Stemmer 7
Same name and namespace in other branches
- 6.2 porterstemmer.test \PorterStemmerInternalsUnitTest::getInfo()
File
- ./
porterstemmer.test, line 538 - Tests for the Porter Stemmer module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com Unit tests are based on sample words from http://snowball.tartarus.org/algorithms/english/stemmer.html which are stored in a separate file…
Class
- PorterStemmerInternalsUnitTest
- Unit tests for Porter Stemmer - Stemming internals.
Code
public static function getInfo() {
return array(
'name' => t('Stemming internals'),
'description' => t('Test that various algorithm steps and internal functions are working correctly'),
'group' => t('Porter Stemmer'),
);
}