Monday, October 04, 2004

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:

Blogger Gang Ji said...

I already finished the coding.

3:08 PM  
Blogger Gang Ji said...

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.

4:56 PM  

Post a Comment

<< Home