Uses of Enum Class
org.aksw.qa.commons.load.Dataset
Packages that use Dataset
-
Uses of Dataset in org.aksw.qa.commons.load
Methods in org.aksw.qa.commons.load that return DatasetModifier and TypeMethodDescriptionstatic DatasetReturns the enum constant of this class with the specified name.static Dataset[]Dataset.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aksw.qa.commons.load with parameters of type DatasetModifier and TypeMethodDescriptionprivate static InputStreamLoaderController.getInputStream(Dataset set)Deprecated.static InputStreamLoaderController.mapDatasetToPath(Dataset set) -
Uses of Dataset in org.aksw.qa.commons.qald
Fields in org.aksw.qa.commons.qald declared as DatasetFields in org.aksw.qa.commons.qald with type parameters of type DatasetModifier and TypeFieldDescriptionQald7CreationTool.HYBRID_SETSQald7CreationTool.MULTILINGUAL_TRAIN_TEST_SETSQALD1 and QALD2 not multilingual!Methods in org.aksw.qa.commons.qald that return DatasetMethods in org.aksw.qa.commons.qald with parameters of type DatasetMethod parameters in org.aksw.qa.commons.qald with type arguments of type DatasetModifier and TypeMethodDescriptionvoidQald7CreationTool.createFileReportForTestQuestions(Set<Dataset> datasets, boolean autocorrectOnlydbo, String pathAndFilenameWithExtension, Set<Fail> ignoreFlags)Creates a file report to all bad questions in given datasetsvoidQald7CreationTool.createQald7HybridDataset(Set<Dataset> hybridDatasets, String path, String filenameWithoutExtension)Creates the hybrid datasets.voidQald7CreationTool.createQald7MultilingualTrainDataset(Set<Dataset> datasets, boolean fileReport, boolean autocorrectOnlydbo, String path, String filenameWithoutExtension)Creates the multilingual train datasets.Qald7CreationTool.getQald7HybridQuestions(Set<Dataset> datasets)Returns all Hybrid questions for Qald7 (Loads all previous qald hybrid questions and drops duplicates).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,...Qald7CreationTool.loadAndAnnotateTrain(Set<Dataset> datasets, boolean autocorrectOnlyDBO)