| 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.load(Dataset data,
String deriveUri) |
static List<IQuestion> |
LoaderController.loadNLQ(InputStream file) |
static List<IQuestion> |
LoaderController.loadNLQ(InputStream file,
String deriveUri) |
static List<IQuestion> |
LoaderController.loadXML(InputStream file)
This methods loads QALD XML files (used in QALD 1 to QALD 5)
|
static List<IQuestion> |
LoaderController.loadXML(InputStream file,
String deriveUri)
This methods loads QALD XML files (used in QALD 1 to QALD 5) and will get
the Answers from the given Endpoint deriveUri
|
private static List<IQuestion> |
LoaderController.qald3_test_esdbpedia_loader(String deriveUri) |
| Modifier and Type | Method and Description |
|---|---|
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromExtendedJson(ExtendedJson json) |
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromExtendedJson(ExtendedJson json,
String deriveUri) |
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromJson(Object json) |
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromJson(Object json,
String deriveUri) |
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromQaldJson(QaldJson json) |
static List<IQuestion> |
EJQuestionFactory.getQuestionsFromQaldJson(QaldJson json,
String deriveUri) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
Qald7Question |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
Qald7CreationTool.checkAnswertypeSet(IQuestion q) |
private boolean |
Qald7CreationTool.checkAtleastSixLanguages(IQuestion q) |
private boolean |
Qald7CreationTool.checkKeywordsPresent(IQuestion q) |
private boolean |
Qald7CreationTool.checkSparqlPresent(IQuestion q) |
static Qald7Question |
Qald7QuestionFactory.createInstance(IQuestion q) |
static double |
QALD4_EvaluationUtils.fMeasure(Set<org.apache.jena.rdf.model.RDFNode> systemAnswers,
IQuestion question) |
Set<String> |
Qald7CreationTool.getAnswersFromServer(IQuestion q)
Returns answers from official dbpedia endpoint to the stored sparql in
IQuestion |
static double |
QALD4_EvaluationUtils.precision(Set<org.apache.jena.rdf.model.RDFNode> systemAnswer,
IQuestion question) |
static double |
QALD4_EvaluationUtils.recall(Set<org.apache.jena.rdf.model.RDFNode> systemAnswer,
IQuestion question) |
| Modifier and Type | Method and Description |
|---|---|
static List<Qald7Question> |
Qald7QuestionFactory.createInstances(Collection<IQuestion> questions) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreQALDXML.write(IQuestion q) |
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.