From e2ddea6c7d88fab69a98d589288ba5c230496e8e Mon Sep 17 00:00:00 2001 From: krangelov Date: Fri, 30 Aug 2019 13:31:57 +0200 Subject: first version of a parser which returns chunks in case of failure --- src/runtime/c/pgf/data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 45685c82d..680c41a45 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -344,8 +344,9 @@ struct PgfCCat { PgfCncFuns* linrefs; size_t n_synprods; PgfProductionSeq* prods; - float viterbi_prob; + prob_t viterbi_prob; int fid; + int chunk_count; PgfItemConts* conts; struct PgfAnswers* answers; GuFinalizer fin[0]; -- cgit v1.2.3