Hi,
When I was looking at cdec's phrase based decoder (formalism=pb), I found that it does not work with dpmert or decode-and-eval.py, because (as least the most direct cause) this two tools assume the decoder takes in sentence based grammar, which I think the phrasebased decoder does not support. Basically when I check out the code the sgml parser was not looking for sentence level grammar files...
Can someone confirm if my above observations are correct? If they are correct, it'd be nice to add a little notice in manual/readme, etc. :) It confused me for a long time since I assumed all types of decoders behave similarly in this respect.
Thanks!
Huiying