Uses of Class
banner.types.Mention.MentionType
-
Packages that use Mention.MentionType Package Description banner.eval banner.tagging banner.tagging.pipe banner.types -
-
Uses of Mention.MentionType in banner.eval
Method parameters in banner.eval with type arguments of type Mention.MentionType Modifier and Type Method Description static StringBANNER. getTrainingText(Sentence sentence, TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType) -
Uses of Mention.MentionType in banner.tagging
Constructor parameters in banner.tagging with type arguments of type Mention.MentionType Constructor Description FeatureSet(TagFormat format, dragon.nlp.tool.Lemmatiser lemmatiser, dragon.nlp.tool.Tagger posTagger, Tagger preTagger, String simFindFilename, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType) -
Uses of Mention.MentionType in banner.tagging.pipe
Constructor parameters in banner.tagging.pipe with type arguments of type Mention.MentionType Constructor Description Sentence2TokenSequence(TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType) -
Uses of Mention.MentionType in banner.types
Methods in banner.types that return Mention.MentionType Modifier and Type Method Description Mention.MentionTypeMention. getMentionType()static Mention.MentionTypeMention.MentionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Mention.MentionType[]Mention.MentionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in banner.types with parameters of type Mention.MentionType Modifier and Type Method Description List<Mention>Sentence. getMentions(Mention.MentionType mentionType)Method parameters in banner.types with type arguments of type Mention.MentionType Modifier and Type Method Description List<Mention>Sentence. getMentions(Token token, Set<Mention.MentionType> mentionTypes)List<String>Sentence. getTokenLabels(TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType)Constructors in banner.types with parameters of type Mention.MentionType Constructor Description Mention(Sentence sentence, int start, int end, EntityType entityType, Mention.MentionType mentionType)Mention(Sentence sentence, int start, int end, EntityType entityType, Mention.MentionType mentionType, Double probability)
-