fngram with fewer parents
In factored ngram P(A|B,C,D), sometimes we need fewer parents, say just A and B. In current version of GMTK, we can't do that. This week, I am trying to add this feature into GMTK. I will do this using implementor of FNGramCPT.

2 Comments:
I already finished the coding.
Jeff (bilmes@ee.washington.edu) suggested using a more consistant syntax such as
using FNGramCPT("fngram", 0,2)
which sounds more reasonable than mine. I already made the modification.
Post a Comment
<< Home