Skip to content

Commit

Permalink
running QALD 7 train multilingual yield 0.45 fmeasure and QALD 7 trai…
Browse files Browse the repository at this point in the history
…n hybrid 16.0 f-measure
  • Loading branch information
RicardoUsbeck committed Nov 27, 2017
1 parent b651618 commit 82da628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public QALD7_Multilingual_Train_Pipeline() throws ExecutionException, RuntimeExc
log.info("Loading dataset");
List<HAWKQuestion> questions = null;

// questions = HAWKQuestionFactory.createInstances(LoaderController.load(Dataset.QALD7_Train_Hybrid));
questions = HAWKQuestionFactory.createInstances(LoaderController.load(Dataset.QALD7_Train_Multilingual));

double average = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.aksw.hawk.datastructures.Answer;
import org.aksw.hawk.datastructures.HAWKQuestion;

//FIXME RRicha this class should also be implemented by the old recursive query checking
public interface ISparqlBuilder {

List<Answer> build(HAWKQuestion q) throws ExecutionException;
Expand Down

0 comments on commit 82da628

Please sign in to comment.