[an error occurred while processing this directive]
The information on this page is kept for historical/archival reasons. These pages are not updated any more. Please update your link.
Pellet code is in a relatively stable state but it is still a work in progress. There is not much documentation about how to use the reasoner but you can find various sample programs in the examples directory. Pellet is completely written in Java. Simply download the following zip file and put lib/pellet.jar in your classpath:
You can download a nightly build of Pellet built directly from SVN. This zip file contains all the jar files as in the distribution files.
If you have already downloaded Pellet before and want to get the latest bug fixes you can download the nightly build pellet.jar.The latest version of the source code is available from the Subversion repository located at http://svn.mindswap.org/pellet. Subversion web site contains various graphical tools (RapidSVN, TortoiseSVN) for SVN. There are also command line versions of SVN for different operating systems here.
java -jar lib/pellet.jarRunning this command will print the options available.
You can access Pellet from Java applications using one of two different APIs designed to support Jena and OWL API libraries. The functionality in both packages is almost equivalent. See the javadocs for the details of interfaces and check out the examples directory (src/examples) for sample code. You can find the answers to some Frequently Asked Questions in Pellet FAQ.
If you are interested in a GUI, you can use SWOOP which uses Pellet for reasoning.
[an error occurred while processing this directive]