| Package | Description |
|---|---|
| banner.eval | |
| banner.eval.dataset | |
| banner.normalization | |
| banner.postprocessing | |
| banner.tagging.dictionary | |
| banner.tokenization | |
| de.julielab.jcore.banner.dataset |
| Modifier and Type | Method and Description |
|---|---|
static Tokenizer |
BANNER.getTokenizer(org.apache.commons.configuration.HierarchicalConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
static Sentence |
BANNER.process(Tagger tagger,
Tokenizer tokenizer,
PostProcessor postProcessor,
Sentence sentence) |
| Modifier and Type | Field and Description |
|---|---|
protected Tokenizer |
Dataset.tokenizer |
| Modifier and Type | Method and Description |
|---|---|
protected Sentence |
AZDCDataset.getSentence(String sentenceId,
String documentId,
String sentenceText,
Tokenizer tokenizer,
HashMap<String,LinkedList<Dataset.Tag>> tags,
Map<String,Set<String>> nameToId,
Map<String,Set<String>> idToName) |
protected Sentence |
BC2GMDataset.getSentence(String id,
String sentenceText,
Tokenizer tokenizer,
HashMap<String,LinkedList<Dataset.Tag>> tags) |
void |
Dataset.setTokenizer(Tokenizer tokenizer) |
| Constructor and Description |
|---|
AZDCDataset(Tokenizer tokenizer) |
BC2GMDataset(Tokenizer tokenizer) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gazetteer.load(Tokenizer tokenizer,
EntityType type,
String filename) |
void |
Gazetteer.load(Tokenizer tokenizer,
String namesFilename) |
void |
Gazetteer.load(Tokenizer tokenizer,
String namesFilename,
Gazetteer.EntityFilter entityFilter) |
| Constructor and Description |
|---|
OneSensePerDocument(Tokenizer tokenizer,
boolean createNew) |
| Modifier and Type | Method and Description |
|---|---|
Tokenizer |
DictionaryTagger.getTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryTagger.configure(org.apache.commons.configuration.HierarchicalConfiguration config,
Tokenizer tokenizer) |
void |
DictionaryTagger.setTokenizer(Tokenizer tokenizer) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTokenizer
Tokens ouput by this tokenizer consist of a contiguous block of alphanumeric characters or a single punctuation mark.
|
| Constructor and Description |
|---|
JCoReEntityDataset(Tokenizer tokenizer) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.