C# Class Lucene.Net.Analysis.Cz.TestCzechAnalyzer

Test the CzechAnalyzer Before Lucene 3.1, CzechAnalyzer was a StandardAnalyzer with a custom stopword list. As of 3.1 it also includes a stemmer.
Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet

Private Methods

Method Description
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void
TestReusableTokenStreamLegacy ( ) : void
TestStopWord ( ) : void
TestStopWordLegacy ( ) : void
TestWithStemExclusionSet ( ) : void