mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
Rename BilingualLM_NPLM so that it is not confused with a sparse feature
This commit is contained in:
parent
61826cee8a
commit
7858f74e9e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user