compute the right word probability

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

View File

@@ -1515,7 +1515,7 @@ Concr_bracketedLinearize(ConcrObject* self, PyObject *args)
state.funcs = &pgf_bracket_lin_funcs;
state.stack = gu_new_buf(PyObject*, tmp_pool);
state.list = list;
pgf_lzr_linearize(self->concr, ctree, 0, &state.funcs);
pgf_lzr_linearize(self->concr, ctree, 0, &state.funcs, tmp_pool);
gu_pool_free(tmp_pool);