mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
patch for adjustable heuristics from Python
This commit is contained in:
@@ -157,7 +157,7 @@ pgf_parseval(PgfConcr* concr, PgfExpr expr, PgfCId cat,
|
||||
|
||||
PgfMetricsLznState state;
|
||||
state.funcs = &pgf_metrics_lin_funcs1;
|
||||
state.ps = pgf_parser_init_state(concr, cat, 0, pool, pool);
|
||||
state.ps = pgf_parser_init_state(concr, cat, 0, -1, pool, pool);
|
||||
state.marks = gu_new_buf(int, pool);
|
||||
state.pos = 0;
|
||||
state.phrases = gu_new_buf(PgfPhrase*, pool);
|
||||
|
||||
Reference in New Issue
Block a user