finally the statistical parser is able to return all possible abstract trees

This commit is contained in:
kr.angelov
2013-04-26 20:44:01 +00:00
parent 3d984e9ee4
commit 6cc44193b8
6 changed files with 308 additions and 191 deletions

View File

@@ -294,6 +294,7 @@ struct PgfCCat {
float viterbi_prob;
int fid;
PgfItemConts* conts;
struct PgfAnswers* answers;
};
#endif