mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 14:05:29 +03:00
typo
This commit is contained in:
parent
b1ca36387f
commit
f48c348508
@ -42,7 +42,7 @@ Scorer* ScorerFactory::getScorer(const string& type, const string& config) {
|
||||
return new SemposScorer(config);
|
||||
} else if (type == "MERGE") {
|
||||
return new MergeScorer(config);
|
||||
} else if (type == "MERGE") {
|
||||
} else if (type == "LRSCORE") {
|
||||
return new PermutationScorer(config);
|
||||
} else {
|
||||
if (type.find(',') != string::npos) {
|
||||
|
Loading…
Reference in New Issue
Block a user