C# Class Lucene.Net.Analysis.Th.TestThaiAnalyzer

Test case for ThaiAnalyzer, modified from TestFrenchAnalyzer
Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
SetUp ( ) : void

Private Methods

Method Description
TestAnalyzer30 ( ) : void
TestAttributeReuse ( ) : void
TestBackwardsStopWords ( ) : void
TestBuggyTokenType30 ( ) : void
TestOffsets ( ) : void
TestPositionIncrements ( ) : void
TestRandomHugeStrings ( ) : void
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void
TestReusableTokenStream30 ( ) : void
TestStopWords ( ) : void
TestTwoSentences ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void