示例#1
0
 public void TestPunctuation()
 {
     CommonCornerCasesTest.TestPunctuation(new Tokenizer(DicFileName));
 }
示例#2
0
 public void TestPunctuation()
 {
     CommonCornerCasesTest.TestPunctuation(new Tokenizer(TestUtils.DictResourcedPath));
 }