Bjoern Froehlich 13 years ago
parent
commit
92de6f716a
1 changed files with 2 additions and 0 deletions
  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;