| Package | Description |
|---|---|
| org.aksw.qa.commons.datastructure | |
| org.aksw.qa.commons.load | |
| org.aksw.qa.commons.load.json | |
| org.aksw.qa.commons.load.stanford | |
| org.aksw.qa.commons.measure |
| Modifier and Type | Class and Description |
|---|---|
class |
Question |
| Modifier and Type | Method and Description |
|---|---|
static List<IQuestion> |
LoaderController.load(Dataset data) |
static List<IQuestion> |
LoaderController.loadNLQ(InputStream file) |
static List<IQuestion> |
LoaderController.loadXML(InputStream file)
This methods loads QALD XML files (used in QALD 1 to QALD 5)
|
private static List<IQuestion> |
LoaderController.qald3_test_esdbpedia_loader() |
| Modifier and Type | Method and Description |
|---|---|
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromExtendedJson(ExtendedJson json) |
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromJson(Object json) |
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromQaldJson(QaldJson json) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
EJQuestionFactory.getAnswersFromAnswerObject(EJAnswers answerObject,
IQuestion question) |
private static void |
EJQuestionFactory.setAnswersInJson(EJAnswers answers,
IQuestion question) |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedJson |
EJQuestionFactory.getExtendedJson(List<IQuestion> questions) |
static QaldJson |
EJQuestionFactory.getQaldJson(List<IQuestion> questions) |
| Modifier and Type | Method and Description |
|---|---|
static List<IQuestion> |
StanfordLoader.load(InputStream is) |
| 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 Pivotal Software, Inc.. All rights reserved.