| Package | Description |
|---|---|
| banner.eval | |
| banner.eval.dataset | |
| banner.normalization | |
| banner.tagging.dictionary | |
| banner.types |
| Modifier and Type | Method and Description |
|---|---|
Map<EntityType,BANNER.PerformanceData> |
BANNER.Performance.getPerMention() |
| Modifier and Type | Field and Description |
|---|---|
EntityType |
Dataset.Tag.type |
| Modifier and Type | Method and Description |
|---|---|
Map<EntityType,Integer> |
Dataset.getTypeCounts() |
| Constructor and Description |
|---|
Tag(EntityType type,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gazetteer.load(Tokenizer tokenizer,
EntityType type,
String filename) |
| Modifier and Type | Field and Description |
|---|---|
protected Trie<String,Set<EntityType>> |
DictionaryTagger.entities |
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryTagger.add(String text,
EntityType type)
Adds a single entry to the dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DictionaryTagger.add(List<String> tokens,
Collection<EntityType> types) |
void |
DictionaryTagger.add(String text,
Collection<EntityType> types) |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
Mention.getEntityType() |
EntityType |
Entity.getEntityType() |
EntityType |
EntityType.getParent() |
static EntityType |
EntityType.getType(String text) |
static EntityType |
EntityType.getType(String text,
EntityType parent) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.getType(String text,
EntityType parent) |
static Map<EntityType,EntityType> |
EntityType.getViewMap(EntityType type) |
| Constructor and 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) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.