Package de.julielab.genemapper.disambig
Class DypsisRankingMerger
- java.lang.Object
-
- de.julielab.genemapper.disambig.DypsisRankingMerger
-
public class DypsisRankingMerger extends Object
-
-
Constructor Summary
Constructors Constructor Description DypsisRankingMerger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmergeLexicalWithSemanticRanking(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameters)Sets the final result entry to the MentionMappingResult objects of the GeneMentions.
-
-
-
Method Detail
-
mergeLexicalWithSemanticRanking
public static void mergeLexicalWithSemanticRanking(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameters)Sets the final result entry to the MentionMappingResult objects of the GeneMentions.
- Parameters:
document- The gene document.parameters- The parameter settings.
-
-