bug fix in pgf-translate which was hiding that there are more than one trees per sentence

This commit is contained in:
kr.angelov
2013-04-22 13:02:43 +00:00
parent e76873c11f
commit 5aee2c4473

View File

@@ -168,7 +168,7 @@ int main(int argc, char* argv[]) {
clock_t start = clock();
GuEnum* result =
result =
pgf_parse(from_concr, cat, lexer, ppool);
if (result == NULL) {
PgfToken tok =