From 85efdf81e7542bb5d04b176671358135144963e9 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 26 Apr 2013 20:44:01 +0000 Subject: finally the statistical parser is able to return all possible abstract trees --- src/runtime/c/pgf/data.h | 1 + 1 file changed, 1 insertion(+) (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 d2e78c7e8..24ebbea32 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -294,6 +294,7 @@ struct PgfCCat { float viterbi_prob; int fid; PgfItemConts* conts; + struct PgfAnswers* answers; }; #endif -- cgit v1.2.3