Author: bdelacretaz
Date: Mon Nov 7 06:03:33 2011
New Revision: 1198627
URL: http://svn.apache.org/viewvc?rev=1198627&view=rev
Log:
Minor changes to check why this is not getting published.
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext?rev=1198627&r1=1198626&r2=1198627&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
(original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/reasoners.mdtext
Mon Nov 7 06:03:33 2011
@@ -1,6 +1,6 @@
Title: Reasoners
-Stanbol Reasoners is a component that provides a set of services to exploit
automatic inference engines.
+The Stanbol Reasoners component provides a set of services to take advantage
of automatic inference engines.
The module implements a common api for reasoning services, providing the
possibility to plug different reasoners and configurations in parallel.
@@ -20,7 +20,7 @@ In addition, it is also available a serv
Each reasoner can be accessed with one of three tasks:
-* check: to perform a consistency check. This service returns HTTP Status 200
if data is consistent, 204 otherwise (at the current state of implementation
the service does not include an explanation about why the input is
inconsistent. This feature is in our ÒtodoÓ list, by the way)
+* check: to perform a consistency check. This service returns HTTP Status 200
if data is consistent, 204 otherwise (at the current state of implementation
the service does not include an explanation about why the input is
inconsistent. This feature is in our �todo� list, by the way)
* classify: to materialize all inferred rdf:type statements.
* enrich: to materialize all inferred statements.