- From: Sean B. Palmer <sean@mysterylights.com>
- Date: Sat, 9 Feb 2002 00:21:20 -0000
- To: <www-archive@w3.org>
- Message-ID: <01f801c1b0ff$c8976a80$b4b90150@localhost>
Eep RDF API: <<eep.py>>
Query Engine: <<query.py>>
Inference Engine: <<infer.py>>
Query tests: <<querytest.py>>
Inference tests: <<infertest.py>>
Other files (for inference tests): <<agree.nt>>, <<a.nt>>, <<c.nt>>.
To run the query tests: python querytest.py
To run the inference tests: python infertest.py
To run the EARL inference test:
python -c "import infertest; infertest.earlTest()"
The EARL test is a repeat of the "I Do Not Agree" [1] test, performed
using CWM.
$ wc eep.py query.py querytest.py infer.py infertest.py
100 450 3836 eep.py
88 466 3512 query.py
57 237 2922 querytest.py
30 106 874 infer.py
36 160 1457 infertest.py
311 1419 12601 total
Cheers,
[1] http://lists.w3.org/Archives/Public/w3c-wai-er-ig/2001Dec/0003
--
Kindest Regards,
Sean B. Palmer
@prefix : <http://purl.org/net/swn#> .
:Sean :homepage <http://purl.org/net/sbp/> .
Attachments
- text/plain attachment: eep.py
- text/plain attachment: query.py
- text/plain attachment: infer.py
- text/plain attachment: querytest.py
- text/plain attachment: infertest.py
- application/octet-stream attachment: agree.nt
- application/octet-stream attachment: a.nt
- application/octet-stream attachment: c.nt
Received on Friday, 8 February 2002 19:22:59 UTC