From d18593895294b3d2203f7e6fab253f1b5835ff85 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 25 Oct 2012 14:42:53 +0000 Subject: a major refactoring in the robust parser: bottom-up filtering and garbage collection for the chart --- 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 cd0c5d02f..31127a37f 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/ParseEngAbs2.probs", pool)) { + if (!pgf_load_meta_child_probs(pgf, "../../../treebanks/PennTreebank/ParseEngAbs3.probs", pool)) { fprintf(stderr, "Loading meta child probs failed\n"); status = EXIT_FAILURE; goto fail_read; -- cgit v1.2.3