示例#1
0
 static ChineseParse()
 {
     _countTable = new ChineseWordsHashCountSet();
     InitFromFile("ChineseDictionary.txt");
 }
示例#2
0
 static WordStop()
 {
     _countTable = new ChineseWordsHashCountSet();
     InitFromFile("ChineseDictionary.txt");
 }