| Package | Description |
|---|---|
| org.aksw.qa.commons.datastructure | |
| org.aksw.qa.commons.load | |
| org.aksw.qa.commons.measure |
| Modifier and Type | Class and Description |
|---|---|
class |
Question |
| Modifier and Type | Method and Description |
|---|---|
static List<IQuestion> |
QALD_Loader.load(Dataset data) |
static List<IQuestion> |
QALD_Loader.loadJSON(InputStream file)
This method loads QALD JSON files as used in QALD 6
|
static List<IQuestion> |
QALD_Loader.loadNLQ(InputStream file) |
static List<IQuestion> |
QALD_Loader.loadXML(InputStream file)
This methods loads QALD XML files (used in QALD 1 to QALD 5)
|
| Modifier and Type | Method and Description |
|---|---|
static double |
AnswerBasedEvaluation.fMeasure(Set<String> systemAnswers,
IQuestion question) |
static double |
AnswerBasedEvaluation.precision(Set<String> systemAnswer,
IQuestion question) |
static double |
AnswerBasedEvaluation.recall(Set<String> systemAnswer,
IQuestion question) |
Copyright © 2016. All rights reserved.