aboutsummaryrefslogtreecommitdiff
path: root/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java
diff options
context:
space:
mode:
authoryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-29 18:57:39 +0100
committeryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-29 18:57:39 +0100
commit68ae342b2a4923bc7b3f378c6a489f2355d85279 (patch)
tree3a5983964de88ed8aa6c5f3aa56db8ac0b02cfa3 /test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java
parent6c5d9406d0c9b9dc96bb9599c152256fc9807940 (diff)
downloadACQuA-68ae342b2a4923bc7b3f378c6a489f2355d85279.tar.gz
ACQuA-68ae342b2a4923bc7b3f378c6a489f2355d85279.zip
added top answers optimisation back
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java')
-rw-r--r--test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java4
1 files changed, 2 insertions, 2 deletions
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 {
99// args = new String[] {dbpedia_tbox, dbpedia_abox, dbpedia_query}; 99// args = new String[] {dbpedia_tbox, dbpedia_abox, dbpedia_query};
100// args = new String[] {travel_tbox, null, dbpedia_query274}; 100// args = new String[] {travel_tbox, null, dbpedia_query274};
101// args = new String[] {fly, null, fly_query}; 101// args = new String[] {fly, null, fly_query};
102 args = new String[] {npd_tbox, npd_abox, npd_query}; 102// args = new String[] {npd_tbox, npd_abox, npd_query};
103// args = new String[] {npd_bench_tbox, npd_bench_abox, npd_bench_query}; 103// args = new String[] {npd_bench_tbox, npd_bench_abox, npd_bench_query};
104// args = new String[] {"../SemFacet/WebContent/WEB-INF/data/dbpedia.owl", "../SemFacet/WebContent/WEB-INF/data/dbpediaA.nt", null}; 104// args = new String[] {"../SemFacet/WebContent/WEB-INF/data/dbpedia.owl", "../SemFacet/WebContent/WEB-INF/data/dbpediaA.nt", null};
105// args = new String[] {"../core/WebContent/WEB-INF/data/fly.owl", "../core/WebContent/WEB-INF/data/fly-data.nt", null}; 105// 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 {
119// args[2] = args[2].replace(".sparql", "_pellet.sparql"); 119// args[2] = args[2].replace(".sparql", "_pellet.sparql");
120 } 120 }
121 121
122 Properties properties = new Properties("config/uobm.conf"); 122 Properties properties = new Properties("config/fly.conf");
123 123
124 int index = 0; 124 int index = 0;
125 if (args.length > index) properties.setOntologyPath(args[index++]); 125 if (args.length > index) properties.setOntologyPath(args[index++]);