diff options
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 | } |
