Ejemplo n.º 1
0
 static ChineseParse()
 {
     _countTable = new ChineseWordsHashCountSet();
     InitFromFile("ChineseDictionary.txt");
 }
Ejemplo n.º 2
0
 static WordStop()
 {
     _countTable = new ChineseWordsHashCountSet();
     InitFromFile("ChineseDictionary.txt");
 }