public class DatasetAnalyzer extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.aksw.gerbil.semantic.kb.UriKBClassifier |
classifier |
private static org.slf4j.Logger |
LOGGER |
private PrintStream |
output |
| Constructor and Description |
|---|
DatasetAnalyzer(PrintStream output) |
| Modifier and Type | Method and Description |
|---|---|
private void |
analyze(org.aksw.gerbil.dataset.DatasetConfiguration config,
org.aksw.gerbil.datatypes.ExperimentType type) |
void |
analyzeDataset(org.aksw.gerbil.dataset.DatasetConfiguration config) |
private int |
countTokensInText(String text) |
static void |
main(String[] args) |
private static final org.slf4j.Logger LOGGER
private PrintStream output
private org.aksw.gerbil.semantic.kb.UriKBClassifier classifier
public DatasetAnalyzer(PrintStream output)
public static void main(String[] args)
public void analyzeDataset(org.aksw.gerbil.dataset.DatasetConfiguration config)
throws org.aksw.gerbil.exceptions.GerbilException
org.aksw.gerbil.exceptions.GerbilExceptionprivate int countTokensInText(String text)
private void analyze(org.aksw.gerbil.dataset.DatasetConfiguration config,
org.aksw.gerbil.datatypes.ExperimentType type)
throws org.aksw.gerbil.exceptions.GerbilException
org.aksw.gerbil.exceptions.GerbilExceptionCopyright © 2020. All rights reserved.