Bjoern Froehlich 13 жил өмнө
parent
commit
92de6f716a

+ 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;