Hi, I just updated my moses installation to trunk. Unfortunately I found that filter-pt is now crashing instead of pruning. The patch below fixed the bleeding for me. However even with that patch I receive plenty of error messages:
No occurrences found and the pruned table is just too small to be true. Does filter-pt get out of step because the phrase table has now 5 records instead of 3 (my old installation is from June). filter-pt.cpp seems to be completely unchanged compared to the June installation. Any hints or fixes are welcome. best regards Christof diff -wc sigtest-filter/filter-pt.cpp ../moses-2010-06-04/sigtest-filter/filter-pt.cpp *** sigtest-filter/filter-pt.cpp 2010-09-24 13:19:34.000000000 -0700 --- ../moses-2010-06-04/sigtest-filter/filter-pt.cpp 2010-06-04 15:33:39.000000000 -0700 *************** *** 103,111 **** } } } - if (i != scores.end()) { ++i; - } char f[24]; char *fp=f; while (i != scores.end() && *i != ' ') { _______________________________________________ Moses-support mailing list Moses-support@mit.edu http://mailman.mit.edu/mailman/listinfo/moses-support