a new unbiased statistical parser. it is still far from perfect use it on your own risk.

This commit is contained in:
kr.angelov
2012-05-08 12:13:28 +00:00
parent 931066f6fc
commit a6800fc0da
8 changed files with 831 additions and 770 deletions

View File

@@ -235,6 +235,8 @@ pgf_match_name_lit(PgfConcr* concr, PgfItem* item, PgfToken tok,
lit_str->val = gu_string_buf_freeze(sbuf, pool);
*out_ep = ep;
} else {
*out_ep = NULL;
}
gu_pool_free(tmp_pool);