the main differences are:
1. moses uses probability. cdec/joshua/hiero using log prob
2. the co-indexes for non-terminals are represented as alignments
in moses. They're embedded in the non-terms in the others.
3. moses has 2 non-term symbols for every non-term on the RHS 'cos
it implements SCFG in chiang's tutorial p. 13. The others does has 1
non-term symbol.
eg. the following are identical
moses: [X][A] a b [X] ||| c [X][A] d [B] ||| 0.5 ||| 0-1
||| 43.3
cdec/jos/hiero: [B] ||| [A,1] a b ||| c [A,1] d ||| -0.693
if you do write something, please share it.
--
Regards,
John J Morgan
[X] ||| word ||| other_word ||| EgivenF=-12.4 SomeOtherFeature=3
If you don't provide names, they are named PhraseModel_0 PhraseModel_1 ...
-Chris
I only sent you a small chunk of the grammar.
-Chris