Package de.julielab.jules.ae.genemapping
Class MentionMappingResult.RejectionSynHit
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.SynHit
-
- de.julielab.jules.ae.genemapping.MentionMappingResult.RejectionSynHit
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Comparable<SynHit>
- Enclosing class:
- MentionMappingResult
public static class MentionMappingResult.RejectionSynHit extends SynHit
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.julielab.jules.ae.genemapping.SynHit
SynHit.CompareType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMappedMention()The potentially normalized and/or transformed original entity text mention for which this candidate has been retrieved.doublegetMentionScore()java.lang.StringgetSource()java.lang.StringgetSynonym()java.util.List<java.lang.String>getTaxIds()booleanisExactMatch()-
Methods inherited from class de.julielab.jules.ae.genemapping.SynHit
clone, compareTo, getCompareType, getGeneIdsOfTaxId, getId, getIds, getMappedGeneName, getOverallScore, getPrioritiesOfIds, getPrioritiesOfIds, getSemanticScore, getSpeciesMentionScore, getSpeciesMentionScores, getSynonymPriorities, getSynonymPriority, getTaxId, getTaxonomySpecificIds, hasTaxId, isAmbiguousInGeneral, isDisambiguated, isInterSpeciesAmbiguousInGeneral, isIntraSpeciesAmbiguousInGeneral, restrictToTaxId, setCompareType, setId, setIds, setMappedGeneName, setMappedMention, setMentionScore, setOverallScore, setSemanticScore, setSource, setSpeciesMentionScore, setSynonym, setSynonymPriorities, setTaxId, setTaxIds, toString
-
-
-
-
Method Detail
-
getMentionScore
public double getMentionScore()
- Overrides:
getMentionScorein classSynHit- Returns:
-
getSynonym
public java.lang.String getSynonym()
- Overrides:
getSynonymin classSynHit
-
getMappedMention
public java.lang.String getMappedMention()
Description copied from class:SynHitThe potentially normalized and/or transformed original entity text mention for which this candidate has been retrieved.- Overrides:
getMappedMentionin classSynHit- Returns:
- The string-normalized entity name that this candidate was matched to.
-
isExactMatch
public boolean isExactMatch()
- Overrides:
isExactMatchin classSynHit
-
-