C# 클래스 Lucene.Net.Analysis.Br.TestBrazilianStemmer

Test the Brazilian Stem Filter, which only modifies the term text. It is very similar to the snowball portuguese algorithm but not exactly the same.
상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

비공개 메소드들

메소드 설명
Check ( string input, string expected ) : void
TestEmptyTerm ( ) : void
TestNormalization ( ) : void
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void
TestStemExclusionTable ( ) : void
TestWithKeywordAttribute ( ) : void
TestWithSnowballExamples ( ) : void
checkReuse ( Analyzer a, string input, string expected ) : void