mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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