This commit is contained in:
Hieu Hoang 2012-06-22 22:23:14 -04:00
parent b1ca36387f
commit f48c348508

View File

@ -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) {