C# Class Lucene.Net.Analysis.Fa.TestPersianAnalyzer

Test the Persian Analyzer
Inheritance: BaseTokenStreamTestCase
ファイルを表示 Open project: apache/lucenenet

Public Methods

Method Description
TestResourcesAvailable ( ) : void

This test fails with NPE when the stopwords file is missing in classpath

Private Methods

Method Description
TestBehaviorNonPersian ( ) : void
TestBehaviorNouns ( ) : void
TestBehaviorVerbs ( ) : void
TestBehaviorVerbsDefective ( ) : void
TestCustomStopwords ( ) : void
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void

Method Details

TestResourcesAvailable() public method

This test fails with NPE when the stopwords file is missing in classpath
public TestResourcesAvailable ( ) : void
return void