C# Класс Lucene.Net.Analysis.Snowball.TestSnowballVocab

Test the snowball filters against the snowball data tests
Наследование: Lucene.Net.Util.LuceneTestCase
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
AssertCorrectOutput ( string snowballLanguage, string dataDirectory ) : void

For the supplied language, run the stemmer against all strings in voc.txt The output should be the same as the string in output.txt

TestStemmers ( ) : void