Package banner.normalization
Interface MentionIdentifier
-
- All Known Implementing Classes:
IndexedMentionIdentifier
public interface MentionIdentifierInstances of this class are responsible for determining a set of candidateEntityobjects for eachMention. This is done by adding an instance ofEntityIdentificationto theSentenceobject.- Author:
- bob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEntity(Entity entity)voididentifyMentions(Sentence sentence)
-