12591260126112621263126412651266126712681269
int i; for (i=0; (tree = reader.next()) != null; i++) { fold.println(tree.toStringCoNLL()+"\n"); tree.projectivize(); fnew.println(tree.toStringCoNLL()+"\n"); if (i%1000 == 0) System.out.print("."); } System.out.println();
883884885886887888889890891892893
9939949959969979989991000100110021003