Uses of Class
banner.types.EntityType
-
Packages that use EntityType Package Description banner.eval banner.eval.dataset banner.normalization banner.tagging.dictionary banner.types -
-
Uses of EntityType in banner.eval
Methods in banner.eval that return types with arguments of type EntityType Modifier and Type Method Description Map<EntityType,BANNER.PerformanceData>BANNER.Performance. getPerMention() -
Uses of EntityType in banner.eval.dataset
Fields in banner.eval.dataset declared as EntityType Modifier and Type Field Description EntityTypeDataset.Tag. typeMethods in banner.eval.dataset that return types with arguments of type EntityType Modifier and Type Method Description Map<EntityType,Integer>Dataset. getTypeCounts()Constructors in banner.eval.dataset with parameters of type EntityType Constructor Description Tag(EntityType type, int start, int end) -
Uses of EntityType in banner.normalization
Methods in banner.normalization with parameters of type EntityType Modifier and Type Method Description voidGazetteer. load(Tokenizer tokenizer, EntityType type, String filename) -
Uses of EntityType in banner.tagging.dictionary
Fields in banner.tagging.dictionary with type parameters of type EntityType Modifier and Type Field Description protected Trie<String,Set<EntityType>>DictionaryTagger. entitiesMethods in banner.tagging.dictionary with parameters of type EntityType Modifier and Type Method Description voidDictionaryTagger. add(String text, EntityType type)Adds a single entry to the dictionary.Method parameters in banner.tagging.dictionary with type arguments of type EntityType Modifier and Type Method Description voidDictionaryTagger. add(String text, Collection<EntityType> types)booleanDictionaryTagger. add(List<String> tokens, Collection<EntityType> types) -
Uses of EntityType in banner.types
Methods in banner.types that return EntityType Modifier and Type Method Description EntityTypeEntity. getEntityType()EntityTypeMention. getEntityType()EntityTypeEntityType. getParent()static EntityTypeEntityType. getType(String text)static EntityTypeEntityType. getType(String text, EntityType parent)Methods in banner.types that return types with arguments of type EntityType Modifier and Type Method Description List<EntityType>EntityType. getAncestors()static Set<EntityType>EntityType. getTypes()static Map<EntityType,EntityType>EntityType. getViewMap(EntityType type)static Map<EntityType,EntityType>EntityType. getViewMap(EntityType type)Methods in banner.types with parameters of type EntityType Modifier and Type Method Description static EntityTypeEntityType. getType(String text, EntityType parent)static Map<EntityType,EntityType>EntityType. getViewMap(EntityType type)Constructors in banner.types with parameters of type EntityType Constructor Description Entity(String id, EntityType type)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)
-