diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 18:22:26 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-19 18:22:26 +0100 |
| commit | 612729386b645b120f8397a007cd8421986af0ad (patch) | |
| tree | f5d15c839092c1dd65e951aa98f4256bfa391a0b /test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java | |
| parent | 5d54af2638a53721b414a41356a93686a9616272 (diff) | |
| download | ACQuA-612729386b645b120f8397a007cd8421986af0ad.tar.gz ACQuA-612729386b645b120f8397a007cd8421986af0ad.zip | |
Changes in the upper store querying (mainly in MyQueryReasoner).
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java b/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java index 7fc5da8..eb1f42c 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/LightEvaluation.java | |||
| @@ -11,8 +11,8 @@ public class LightEvaluation { | |||
| 11 | public void evaluation() throws IOException { | 11 | public void evaluation() throws IOException { |
| 12 | new TestPagodaUOBM().answersCorrectness(1); | 12 | new TestPagodaUOBM().answersCorrectness(1); |
| 13 | new TestPagodaLUBM().answersCorrecntess(100); | 13 | new TestPagodaLUBM().answersCorrecntess(100); |
| 14 | new TestPagodaFLY().test(); | 14 | new TestPagodaFLY().answersCorrectness(); |
| 15 | new TestPagodaDBPedia().test(); | 15 | new TestPagodaDBPedia().answersCorrectness(); |
| 16 | new TestPagodaNPD().testNPDwithoutDataType(); | 16 | new TestPagodaNPD().testNPDwithoutDataType(); |
| 17 | } | 17 | } |
| 18 | } | 18 | } |
