コード例 #1
0
ファイル: ThaiTokenizer.cs プロジェクト: zfxsss/lucenenet
 static ThaiTokenizer()
 {
     // check that we have a working dictionary-based break iterator for thai
     proto.Text     = "ภาษาไทย";
     DBBI_AVAILABLE = proto.isBoundary(4);
 }