compute the right word probability

This commit is contained in:
kr.angelov
2014-03-12 15:36:40 +00:00
parent cb9222a20c
commit 1a1e7cdb2e
5 changed files with 40 additions and 47 deletions

View File

@@ -2532,7 +2532,9 @@ pgf_morpho_iter(PgfProductionIdx* idx,
PgfCId lemma = entry->papp->fun->absfun->name;
GuString analysis = entry->ccat->cnccat->labels[entry->lin_idx];
prob_t prob = entry->papp->fun->absfun->ep.prob;
prob_t prob = entry->ccat->cnccat->abscat->prob +
entry->papp->fun->absfun->ep.prob;
callback->callback(callback,
lemma, analysis, prob, err);
if (!gu_ok(err))