summaryrefslogtreecommitdiff
path: root/src/runtime/c/utils
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-09-18 09:18:48 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-09-18 09:18:48 +0000
commita307ed6c75c2dbf116170f0dc1904e6725ac74f3 (patch)
treece17c97d202a67b140947ac50f8957333b37b0ce /src/runtime/c/utils
parent91ca7c9a1be37b7cc943a1252199b724d1ef5d87 (diff)
the C runtime now has a type prob_t which is used only for probability values
Diffstat (limited to 'src/runtime/c/utils')
-rw-r--r--src/runtime/c/utils/pgf-translate.c2
1 files changed, 1 insertions, 1 deletions
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;