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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user