forked from GitHub/gf-core
the C runtime now has a type prob_t which is used only for probability values
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user