Rename BilingualLM_NPLM so that it is not confused with a sparse feature

This commit is contained in:
XapaJIaMnu 2014-10-08 19:52:49 +01:00 committed by Paul Baltescu
parent 61826cee8a
commit 7858f74e9e

View File

@ -254,7 +254,7 @@ FeatureRegistry::FeatureRegistry()
#endif
#ifdef LM_NEURAL
MOSES_FNAME2("NeuralLM", NeuralLMWrapper);
MOSES_FNAME(BilingualLM_NPLM);
MOSES_FNAME2("BilingualNPLM", BilingualLM_NPLM);
#endif
#ifdef LM_DALM
MOSES_FNAME2("DALM", LanguageModelDALM);