[Pellet-users] Doubt about inferences..

Michael Smith msmith at clarkparsia.com
Thu Jun 12 16:57:51 UTC 2008


On Thu, 2008-06-12 at 13:04 -0300, Fernando Wagner wrote:

> My problem was solved.. but, when i make inference with SWRL, the
> system make me wait so much time than without swrl rules.. 
> I´m still currently using Pellet 1.5.1 .. 
> 
> Have any options(maybe in PelletOptions class) that i would use to
> grows the performance of inference in SWRL??

Yes, you may get much better performance with

PelletOptions.USE_CONTINUOUS_RULES = true

the default setting is false.


> What the changes in Pellet 1.5.2 to a better performance of
> inferences??

Details of the changes between 1.5.1 and 1.5.2 are in the release
announcement to the list archived at [1].  There were no changes
specific to DL-Safe rules performance, but some of the other changes may
improve your performance.  In particular, there were several bug fixes
specific to the Jena bindings, which I believe you are using.

-- 
Mike Smith

Clark & Parsia

[1] http://lists.owldl.com/pipermail/pellet-users/2008-May/002609.html



More information about the Pellet-users mailing list