Skip to content

Commit

Permalink
Add corrected run name
Browse files Browse the repository at this point in the history
  • Loading branch information
michelole committed Aug 5, 2019
1 parent 33ced70 commit 4c26e9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static TrecPmRetrieval jlpmcommon(int size) {
}

public static TrecPmRetrieval jlpmcommon2(int size) {
return new TrecPmRetrieval(TrecConfig.ELASTIC_BA_INDEX, size).withExperimentName("jlpmcommon")
return new TrecPmRetrieval(TrecConfig.ELASTIC_BA_INDEX, size).withExperimentName("jlpmcommon2")
.withSubTemplate(JULIE_COMMON2_TEMPLATE)
.withWordRemoval().withGeneSynonym()
.withDiseasePreferredTerm().withDiseaseSynonym().withSynonymList(SYNONYMS)
Expand Down

0 comments on commit 4c26e9f

Please sign in to comment.