mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -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();
|
clock_t start = clock();
|
||||||
|
|
||||||
GuEnum* result =
|
result =
|
||||||
pgf_parse(from_concr, cat, lexer, ppool);
|
pgf_parse(from_concr, cat, lexer, ppool);
|
||||||
if (result == NULL) {
|
if (result == NULL) {
|
||||||
PgfToken tok =
|
PgfToken tok =
|
||||||
|
|||||||
Reference in New Issue
Block a user