From a307ed6c75c2dbf116170f0dc1904e6725ac74f3 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 18 Sep 2012 09:18:48 +0000 Subject: the C runtime now has a type prob_t which is used only for probability values --- src/runtime/c/utils/pgf-translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/utils') diff --git a/src/runtime/c/utils/pgf-translate.c b/src/runtime/c/utils/pgf-translate.c index a740d3204..cd0c5d02f 100644 --- a/src/runtime/c/utils/pgf-translate.c +++ b/src/runtime/c/utils/pgf-translate.c @@ -87,7 +87,7 @@ int main(int argc, char* argv[]) { goto fail_read; } - if (!pgf_load_meta_child_probs(pgf, "../../../examples/PennTreebank/test2.probs", pool)) { + if (!pgf_load_meta_child_probs(pgf, "../../../examples/PennTreebank/ParseEngAbs2.probs", pool)) { fprintf(stderr, "Loading meta child probs failed\n"); status = EXIT_FAILURE; goto fail_read; -- cgit v1.2.3