C# Class 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.
Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
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