1
0
forked from GitHub/gf-core

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 4394b8a3bc
commit 6481f448fc

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 =