C# Class Lucene.Net.Analysis.Nl.TestDutchStemmer

Test the Dutch Stem Filter, which only modifies the term text. The code states that it uses the snowball algorithm, but tests reveal some differences.
Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
TestRandomStrings ( ) : void

blast some random strings through the analyzer

Private Methods

Method Description
Test30StemOverrides ( ) : void
TestBuggyStemOverrides ( ) : void
TestBuggyStopwordsCasing ( ) : void
TestEmptyStemDictionary ( ) : void
TestExclusionTableViaCtor ( ) : void
TestOldBuggyStemmer ( ) : void
TestReusableTokenStream ( ) : void
TestSnowballCorrectness ( ) : void
TestStemOverrides ( ) : void
TestStopwordsCasing ( ) : void
TestWithSnowballExamples ( ) : void
check ( string input, string expected ) : void

Method Details

TestRandomStrings() public method

blast some random strings through the analyzer
public TestRandomStrings ( ) : void
return void