C# 클래스 Lucene.Net.Analysis.Fa.TestPersianAnalyzer

Test the Persian Analyzer
상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
TestResourcesAvailable ( ) : void

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

비공개 메소드들

메소드 설명
TestBehaviorNonPersian ( ) : void
TestBehaviorNouns ( ) : void
TestBehaviorVerbs ( ) : void
TestBehaviorVerbsDefective ( ) : void
TestCustomStopwords ( ) : void
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void

메소드 상세

TestResourcesAvailable() 공개 메소드

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