bak for going home

This commit is contained in:
gwdwyy 2013-07-10 19:10:59 +08:00
parent 2606642345
commit 0beb7daca2
2 changed files with 1 additions and 3 deletions

View File

@ -43,8 +43,6 @@ namespace CppJieba
}
//cout<<__FILE__<<__LINE__<<endl;
//PRINT_MATRIX(dag);
//getchar();
vector<pair<int, double> > dp;
retFlag = _calcDP(uniStr, dag, dp);

View File

@ -406,7 +406,7 @@ using namespace CppJieba;
int main()
{
Trie trie;
trie.init("jieba.dict.utf8");
trie.init("dicts/segdict.utf8.v2.1");
//char utf[1024] = "我来到北京清华大学3D电视";
trie.destroy();
return 0;