Hi On 8 November 2011 10:00, Sonia Gomez <[email protected]> wrote: > > > HiI want using stanbol for classification, but i haven't found much > information about that, "http://wit.istc.cnr.it:9191/reasoners/classify".So > if you have a reconmmandation for that topic, feel free to give them to me. The instance at http://wit.istc.cnr.it:9191 is outdated (we will update it soon). To use the reasoners you must checkout the source code at [1]. To install it you must run mvn with the kres profile enabled:
$ mvn install -P kres Refer to the reasoners README for how to install it in a Stanbol running instance (it is not yet part of the full launcher, but it is included in the kres launcher). The README also contains information about the REST services. To use the services, refer to the home page of /reasoners in your running Stanbol instance, for example access to /reasoners/owl to run the Jena OWL reasoner. You can also have a look at [2], which introduces reasoning services. I am going to provide a documentation page in the Stanbol website soon. If you need more help, don't esitate to ask :) Enrico [1] https://svn.apache.org/repos/asf/incubator/stanbol/trunk [2] http://blog.iks-project.eu/introducing-apache-stanbol-reasoning-services/ > Regards,Sonia > > -- Enrico Daga -- http://www.enridaga.net skype: enri-pan
