mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
fix the word completion in the C runtime
This commit is contained in:
@@ -1232,6 +1232,7 @@ pgf_parsing_add_transition(PgfParsing* ps, PgfToken tok, PgfItem* item)
|
|||||||
if (gu_string_is_prefix(ps->prefix, tok)) {
|
if (gu_string_is_prefix(ps->prefix, tok)) {
|
||||||
ps->tp = gu_new(PgfTokenProb, ps->out_pool);
|
ps->tp = gu_new(PgfTokenProb, ps->out_pool);
|
||||||
ps->tp->tok = tok;
|
ps->tp->tok = tok;
|
||||||
|
ps->tp->cat = item->conts->ccat->cnccat->abscat->name;
|
||||||
ps->tp->prob = item->inside_prob + item->conts->outside_prob;
|
ps->tp->prob = item->inside_prob + item->conts->outside_prob;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user