public abstract class Dataset extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Dataset.Tag |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Sentence> |
sentences |
protected Tokenizer |
tokenizer |
| Modifier | Constructor and Description |
|---|---|
protected |
Dataset() |
| Modifier and Type | Method and Description |
|---|---|
Set<Sentence> |
getSentences() |
Map<String,Integer> |
getTokenCountMention() |
Map<String,Integer> |
getTokenCountTotal() |
Map<EntityType,Integer> |
getTypeCounts() |
abstract void |
load(org.apache.commons.configuration.HierarchicalConfiguration config) |
void |
setTokenizer(Tokenizer tokenizer) |
abstract List<Dataset> |
split(int n) |
public void setTokenizer(Tokenizer tokenizer)
public abstract void load(org.apache.commons.configuration.HierarchicalConfiguration config)
public Map<EntityType,Integer> getTypeCounts()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.