mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
Merge branch 'master' of github.com:moses-smt/mosesdecoder into merge-cmd
This commit is contained in:
commit
e2ef576f40
@ -263,6 +263,7 @@ FeatureRegistry::FeatureRegistry()
|
||||
MOSES_FNAME2("OxFactoredLM", OxLM<oxlm::FactoredLM>);
|
||||
MOSES_FNAME2("OxFactoredMaxentLM", OxLM<oxlm::FactoredMaxentLM>);
|
||||
MOSES_FNAME2("OxSourceFactoredLM", SourceOxLM);
|
||||
MOSES_FNAME2("OxTreeLM", OxLM<oxlm::FactoredTreeLM>);
|
||||
#endif
|
||||
|
||||
Add("KENLM", new KenFactory());
|
||||
|
@ -201,6 +201,7 @@ void OxLM<Model>::CleanUpAfterSentenceProcessing(const InputType& source) {
|
||||
template class OxLM<LM>;
|
||||
template class OxLM<FactoredLM>;
|
||||
template class OxLM<FactoredMaxentLM>;
|
||||
template class OxLM<FactoredTreeLM>;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user