summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-04-26 20:44:01 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-04-26 20:44:01 +0000
commit85efdf81e7542bb5d04b176671358135144963e9 (patch)
treedb08d81e1945b84688536415276ccb25ecb2d823 /src/runtime/c/pgf/data.h
parent8d866541d302864747278f5d5f9f62138b34bf19 (diff)
finally the statistical parser is able to return all possible abstract trees
Diffstat (limited to 'src/runtime/c/pgf/data.h')
-rw-r--r--src/runtime/c/pgf/data.h1
1 files changed, 1 insertions, 0 deletions
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