C# Class Lucene.Net.Analysis.Cjk.TestCJKTokenizer

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

Private Methods

Method Description
TestC ( ) : void
TestFinalOffset ( ) : void
TestFullWidth ( ) : void
TestJa1 ( ) : void
TestJa2 ( ) : void
TestMix ( ) : void
TestMix2 ( ) : void
TestNonIdeographic ( ) : void
TestNonIdeographicNonLetter ( ) : void
TestRandomStrings ( ) : void
TestReusableTokenStream ( ) : void
TestSingleChar ( ) : void
TestTokenStream ( ) : void
checkCJKToken ( string str, TestToken out_tokens ) : void
checkCJKTokenReusable ( Analyzer a, string str, TestToken out_tokens ) : void
newToken ( string termText, int start, int end, int type ) : TestToken