C# Класс Lucene.Net.Analysis.Br.TestBrazilianStemmer

Test the Brazilian Stem Filter, which only modifies the term text. It is very similar to the snowball portuguese algorithm but not exactly the same.
Наследование: BaseTokenStreamTestCase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Check ( string input, string expected ) : void
TestEmptyTerm ( ) : void
TestNormalization ( ) : void
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void
TestStemExclusionTable ( ) : void
TestWithKeywordAttribute ( ) : void
TestWithSnowballExamples ( ) : void
checkReuse ( Analyzer a, string input, string expected ) : void