Interface MentionDisambiguator

  • All Known Implementing Classes:
    BestMatchDisambiguator

    public interface MentionDisambiguator
    Instances of this class make the final determination of which Entity a Mention refers. Entities must have been previously identified as potential matches by an instance of MentionIdentifier.
    Author:
    bob
    • Method Detail

      • disambiguateMentions

        void disambiguateMentions​(Sentence sentence)