| Package | Description |
|---|---|
| org.aksw.qa.commons.qald |
| Modifier and Type | Field and Description |
|---|---|
private Set<Fail> |
Qald7Question.fails |
| Modifier and Type | Method and Description |
|---|---|
static Fail |
Fail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fail[] |
Fail.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Fail> |
Qald7Question.getFails() |
| Modifier and Type | Method and Description |
|---|---|
void |
Qald7Question.addFail(Fail fail) |
| Modifier and Type | Method and Description |
|---|---|
void |
Qald7CreationTool.createFileReport(Set<Qald7Question> allQuestions,
String pathAndFilenameWithExtension,
Set<Fail> ignoreFlags) |
void |
Qald7CreationTool.createFileReportForTestQuestions(Set<Dataset> datasets,
boolean autocorrectOnlydbo,
String pathAndFilenameWithExtension,
Set<Fail> ignoreFlags)
Creates a file report to all bad questions in given datasets
|
private Set<Qald7Question> |
Qald7CreationTool.extractBadQuestionsFromAnnotated(Set<Qald7Question> questions,
Set<Fail> ignoreFlags) |
void |
Qald7Question.setFails(Set<Fail> fails) |
Copyright © 2016–2019. All rights reserved.