C# Class Lucene.Net.Analyzers.Br.TestBrazilianStemmer

Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

Method Description
TestNormalization ( ) : void

Private Methods

Method Description
Check ( String input, String expected ) : void
CheckReuse ( Analyzer a, String input, String expected ) : void
TestExclusionTableReuse ( ) : void
TestReusableTokenStream ( ) : void
TestStemExclusionTable ( ) : void
TestWithSnowballExamples ( ) : void

Method Details

TestNormalization() public method

public TestNormalization ( ) : void
return void