Class MentionMappingResult.RejectionSynHit

  • All Implemented Interfaces:
    java.lang.Cloneable, java.lang.Comparable<SynHit>
    Enclosing class:
    MentionMappingResult

    public static class MentionMappingResult.RejectionSynHit
    extends SynHit
    • Method Detail

      • getMentionScore

        public double getMentionScore()
        Overrides:
        getMentionScore in class SynHit
        Returns:
      • getSynonym

        public java.lang.String getSynonym()
        Overrides:
        getSynonym in class SynHit
      • getSource

        public java.lang.String getSource()
        Overrides:
        getSource in class SynHit
      • getMappedMention

        public java.lang.String getMappedMention()
        Description copied from class: SynHit
        The potentially normalized and/or transformed original entity text mention for which this candidate has been retrieved.
        Overrides:
        getMappedMention in class SynHit
        Returns:
        The string-normalized entity name that this candidate was matched to.
      • getTaxIds

        public java.util.List<java.lang.String> getTaxIds()
        Overrides:
        getTaxIds in class SynHit