Пример #1
0
 static ChineseParse()
 {
     _countTable = new ChineseWordsHashCountSet();
     InitFromFile("ChineseDictionary.txt");
 }
Пример #2
0
 static WordStop()
 {
     _countTable = new ChineseWordsHashCountSet();
     InitFromFile("ChineseDictionary.txt");
 }