| Package | Description |
|---|---|
| org.aksw.qa.commons.load | |
| org.aksw.qa.commons.qald |
| Modifier and Type | Method | Description |
|---|---|---|
static Dataset |
Dataset.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Dataset[] |
Dataset.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
private static InputStream |
LoaderController.getInputStream(Dataset set) |
|
static List<IQuestion> |
LoaderController.load(Dataset data) |
|
static List<IQuestion> |
LoaderController.load(Dataset data,
String deriveUri,
String questionLang) |
Deprecated.
|
static InputStream |
LoaderController.mapDatasetToPath(Dataset set) |
| Modifier and Type | Field | Description |
|---|---|---|
private Dataset |
Qald7Question.fromDataset |
| Modifier and Type | Field | Description |
|---|---|---|
static Set<Dataset> |
Qald7CreationTool.HYBRID_SETS |
|
static Set<Dataset> |
Qald7CreationTool.MULTILINGUAL_TRAIN_TEST_SETS |
QALD1 and QALD2 not multilingual!
|
| Modifier and Type | Method | Description |
|---|---|---|
Dataset |
Qald7Question.getFromDataset() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Qald7Question.setFromDataset(Dataset fromDataset) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Qald7CreationTool.createFileReportForTestQuestions(Set<Dataset> datasets,
boolean autocorrectOnlydbo,
String pathAndFilenameWithExtension,
Set<Fail> ignoreFlags) |
Creates a file report to all bad questions in given datasets
|
void |
Qald7CreationTool.createQald7HybridDataset(Set<Dataset> hybridDatasets,
String path,
String filenameWithoutExtension) |
Creates the hybrid datasets.
|
void |
Qald7CreationTool.createQald7MultilingualTrainDataset(Set<Dataset> datasets,
boolean fileReport,
boolean autocorrectOnlydbo,
String path,
String filenameWithoutExtension) |
Creates the multilingual train datasets.
|
Set<Qald7Question> |
Qald7CreationTool.getQald7HybridQuestions(Set<Dataset> datasets) |
Returns all Hybrid questions for Qald7 (Loads all previous qald hybrid questions and drops duplicates).
|
Set<Qald7Question> |
Qald7CreationTool.getQald7MultilingualTrainQuestions(Set<Dataset> datasets,
boolean autocorrectOnlydbo) |
Loads all questions from given datasets, checks question integrity (is the stored answerset still identical with the one returned for given sparql query, is a sparql present and parseable, are
at least 6 languages available with keywords, is an answertype set,...
|
Set<Qald7Question> |
Qald7CreationTool.loadAndAnnotateTrain(Set<Dataset> datasets,
boolean autocorrectOnlyDBO) |
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.