C# 클래스 Lucene.Net.Analysis.Ngram.NGramTokenizerTest

Tests NGramTokenizer for correctness.
상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
SetUp ( ) : void

비공개 메소드들

메소드 설명
TestBigrams ( ) : void
TestFewTokenChars ( ) : void
TestFullUTF8Range ( ) : void
TestHeavyPreTokenization ( ) : void
TestInvalidInput ( ) : void
TestInvalidInput2 ( ) : void
TestLargeInput ( ) : void
TestLargeMaxGram ( ) : void
TestNGrams ( int minGram, int maxGram, int length, string nonTokenChars ) : void
TestNGrams ( int minGram, int maxGram, string s, string nonTokenChars ) : void
TestNGrams ( int minGram, int maxGram, string s, string nonTokenChars, bool edgesOnly ) : void
TestNgrams ( ) : void
TestOversizedNgrams ( ) : void
TestPreTokenization ( ) : void
TestRandomStrings ( ) : void
TestReset ( ) : void
TestUnigrams ( ) : void
isTokenChar ( string nonTokenChars, int codePoint ) : bool
toCodePoints ( string s ) : int[]

메소드 상세

SetUp() 공개 메소드

public SetUp ( ) : void
리턴 void