Hello Chris,
I'm using cdec as a decoder for models built with moses. I'm building
the systems with a separate language model for corpora that come from
different domains. My understanding is that during mert tuning
weights for the separate LMs are estimated separately. The different
LMs are considered separate features. Can I use separate LMs as
separate features with cdec?
Can I put something like this in the cdec.ini file:
feature_function=LanguageModel_1 = lm_1 -o 3
feature_function=LanguageModel_2 = lm_2 -o 5
.
.
.
TThen put the following in a weights file:
LanguageModel_1 0.12345
LanguageModel_2 0.234567
LanguageModel_3 1.2345
.
.
.
John
--
Regards,
John J Morgan