Package banner.normalization
Interface MentionDisambiguator
-
- All Known Implementing Classes:
BestMatchDisambiguator
public interface MentionDisambiguatorInstances of this class make the final determination of whichEntityaMentionrefers. Entities must have been previously identified as potential matches by an instance ofMentionIdentifier.- Author:
- bob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisambiguateMentions(Sentence sentence)
-
-
-
Method Detail
-
disambiguateMentions
void disambiguateMentions(Sentence sentence)
-
-