mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 06:22:14 +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);
|
return new SemposScorer(config);
|
||||||
} else if (type == "MERGE") {
|
} else if (type == "MERGE") {
|
||||||
return new MergeScorer(config);
|
return new MergeScorer(config);
|
||||||
} else if (type == "MERGE") {
|
} else if (type == "LRSCORE") {
|
||||||
return new PermutationScorer(config);
|
return new PermutationScorer(config);
|
||||||
} else {
|
} else {
|
||||||
if (type.find(',') != string::npos) {
|
if (type.find(',') != string::npos) {
|
||||||
|
Loading…
Reference in New Issue
Block a user