C# Class Lucene.Net.Analysis.Snowball.TestSnowball

Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
SNOWBALL_LANGS string[]

Public Methods

Method Description
CheckRandomStrings ( string snowballLanguage ) : void

Private Methods

Method Description
TestEmptyTerm ( ) : void
TestEnglish ( ) : void
TestEnglishLowerCase ( ) : void
TestFilterTokens ( ) : void
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void
TestStopwords ( ) : void
TestTurkish ( ) : void
TestTurkishBWComp ( ) : void

Method Details

CheckRandomStrings() public method

public CheckRandomStrings ( string snowballLanguage ) : void
snowballLanguage string
return void

Property Details

SNOWBALL_LANGS public_oe static_oe property

for testing purposes ONLY
public static string[] SNOWBALL_LANGS
return string[]