C# Class Lucene.Net.Analysis.De.TestGermanStemFilter

Test the German stemmer. The stemming algorithm is known to work less than perfect, as it doesn't use any word lists with exceptions. We also check some of the cases where the algorithm is wrong.
Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
TestEmpty ( ) : void
TestEmptyTerm ( ) : void
TestKeyword ( ) : void
TestRandomStrings ( ) : void
TestStemming ( ) : void