|
From: <jen...@us...> - 2008-10-10 16:38:07
|
Revision: 1363
http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1363&view=rev
Author: jenslehmann
Date: 2008-10-10 16:37:57 +0000 (Fri, 10 Oct 2008)
Log Message:
-----------
updated README and INSTALL
Modified Paths:
--------------
trunk/INSTALL
trunk/examples/sparql/README.txt
Added Paths:
-----------
trunk/examples/krk/README.txt
Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL 2008-10-10 16:23:50 UTC (rev 1362)
+++ trunk/INSTALL 2008-10-10 16:37:57 UTC (rev 1363)
@@ -8,8 +8,6 @@
Running Instructions
====================
-The instructions assume that you have a usable reasoner running (usually a
-DIG capable reasoner running on http://localhost:8081).
Linux (and other systems)
@@ -31,7 +29,6 @@
===========
If you want to run DL-Learner as a Web Service, you can run the scripts "ws" or
-"ws.bat". They create an own local webserver running DL-Learner. An example
-PHP client is also provided by DL-Learner. It can be downloaded at the
-sourceforge.net project website:
-http://sourceforge.net/project/showfiles.php?group_id=203619
+"ws.bat". They create an own local webserver running DL-Learner. Some simple
+PHP example for using the web service are available at our SVN Repository:
+http://dl-learner.svn.sourceforge.net/viewvc/dl-learner/trunk/src/php-examples/
Added: trunk/examples/krk/README.txt
===================================================================
--- trunk/examples/krk/README.txt (rev 0)
+++ trunk/examples/krk/README.txt 2008-10-10 16:37:57 UTC (rev 1363)
@@ -0,0 +1,7 @@
+This directory contains some files for the King-Rook vs. King problem.
+See: http://archive.ics.uci.edu/ml/datasets/Chess+(King-Rook+vs.+King)
+
+To run all experiments, some of the OWL files have to be generated
+(contact us for further details), which is the reason why not all
+problems in this directory are runnable. We decided not to include the
+necessary large OWL files in the DL-Learner release.
Modified: trunk/examples/sparql/README.txt
===================================================================
--- trunk/examples/sparql/README.txt 2008-10-10 16:23:50 UTC (rev 1362)
+++ trunk/examples/sparql/README.txt 2008-10-10 16:37:57 UTC (rev 1363)
@@ -1,7 +1,5 @@
-Note: DBpedia is always subject to change, solutions will change over time
+Note: DBpedia is always subject to change, so solutions will change over time.
-After using the SPARQL Component, a n-triple file is created at:
-examples/../cache/ or root/cache
-Which contains the used knowledge base.
-
+When using the SPARQL component, files are written into the directory /cache to
+avoid performing the same queries more than once.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|