From 68ae342b2a4923bc7b3f378c6a489f2355d85279 Mon Sep 17 00:00:00 2001 From: yzhou Date: Wed, 29 Apr 2015 18:57:39 +0100 Subject: added top answers optimisation back --- test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/uk') diff --git a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java index d50a18b..a803d63 100644 --- a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java +++ b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java @@ -99,7 +99,7 @@ public class PagodaTester { // args = new String[] {dbpedia_tbox, dbpedia_abox, dbpedia_query}; // args = new String[] {travel_tbox, null, dbpedia_query274}; // args = new String[] {fly, null, fly_query}; - args = new String[] {npd_tbox, npd_abox, npd_query}; +// args = new String[] {npd_tbox, npd_abox, npd_query}; // args = new String[] {npd_bench_tbox, npd_bench_abox, npd_bench_query}; // args = new String[] {"../SemFacet/WebContent/WEB-INF/data/dbpedia.owl", "../SemFacet/WebContent/WEB-INF/data/dbpediaA.nt", null}; // args = new String[] {"../core/WebContent/WEB-INF/data/fly.owl", "../core/WebContent/WEB-INF/data/fly-data.nt", null}; @@ -119,7 +119,7 @@ public class PagodaTester { // args[2] = args[2].replace(".sparql", "_pellet.sparql"); } - Properties properties = new Properties("config/uobm.conf"); + Properties properties = new Properties("config/fly.conf"); int index = 0; if (args.length > index) properties.setOntologyPath(args[index++]); -- cgit v1.2.3