Bjoern Froehlich 13 年之前
父节点
当前提交
92de6f716a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      semseg/SemSegContextTree.cpp

+ 2 - 0
semseg/SemSegContextTree.cpp

@@ -1838,6 +1838,8 @@ void SemSegContextTree::restore (std::istream & is, int format)
     
     for (int n = 0; n < nodes; n++)
     {
+      
+      cout << "node: " << n << " of " << nodes << endl;
       TreeNode tmpnode;
       forest[t].push_back (tmpnode);
       is >> forest[t][n].left;