Uses of Class
banner.types.Mention
-
Packages that use Mention Package Description banner.normalization banner.postprocessing banner.tagging banner.types -
-
Uses of Mention in banner.normalization
Methods in banner.normalization with parameters of type Mention Modifier and Type Method Description booleanBestMatchDisambiguator. disambiguate(Mention mention) -
Uses of Mention in banner.postprocessing
Method parameters in banner.postprocessing with type arguments of type Mention Modifier and Type Method Description abstract voidFlattenPostProcessor.FlattenType. handle(Sentence sentence, Set<Mention> overlapping) -
Uses of Mention in banner.tagging
Methods in banner.tagging with parameters of type Mention Modifier and Type Method Description static StringTagPosition. getPositionText(TagFormat format, Mention mention, int index)static TagPositionTagPosition. getPostion(Mention mention, int index) -
Uses of Mention in banner.types
Methods in banner.types that return Mention Modifier and Type Method Description MentionMention. copy(Sentence sentence2)MentionEntityIdentification. getMention()Methods in banner.types that return types with arguments of type Mention Modifier and Type Method Description List<Mention>Sentence. getMentions()List<Mention>Sentence. getMentions(Mention.MentionType mentionType)List<Mention>Sentence. getMentions(Token token, Set<Mention.MentionType> mentionTypes)Methods in banner.types with parameters of type Mention Modifier and Type Method Description booleanSentence. addMention(Mention mention)intMention. compareTo(Mention mention2)EntityIdentificationEntityIdentification. copy(Mention mention2)EntityIdentificationSentence. getIdentification(Mention mention)booleanMention. overlaps(Mention mention2)booleanSentence. removeMention(Mention mention)EntityIdentificationSentence. setIdentification(Mention mention, EntityIdentification identification)Constructors in banner.types with parameters of type Mention Constructor Description EntityIdentification(Mention mention)
-