Uses of Class
banner.types.Entity
-
Packages that use Entity Package Description banner.normalization banner.types -
-
Uses of Entity in banner.normalization
Methods in banner.normalization that return Entity Modifier and Type Method Description EntityGazetteer. getEntity(String id)Methods in banner.normalization that return types with arguments of type Entity Modifier and Type Method Description Set<Entity>Gazetteer. getEntities()Methods in banner.normalization with parameters of type Entity Modifier and Type Method Description protected voidGazetteer. addEntity(Entity entity)voidIndexedMentionIdentifier. addEntity(Entity entity)voidMentionIdentifier. addEntity(Entity entity)booleanGazetteer.EntityFilter. include(Entity e) -
Uses of Entity in banner.types
Methods in banner.types that return Entity Modifier and Type Method Description EntityEntityName. getEntity()Methods in banner.types that return types with arguments of type Entity Modifier and Type Method Description Set<Entity>EntityIdentification. getBestEntities()Constructors in banner.types with parameters of type Entity Constructor Description EntityName(Entity entity, String name, List<String> elements)
-