Re: Fuzzy DL with python ?

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Fuzzy-DL-with-python-tp1873p1910.html

Hi,

To integrate a new reasoner, you need to call the reasoner from command-line (if the reasoner has no command-line option, you thus need to add it). Then, you need to parse the output results and apply the inferred fact in the Owlready quadstore. For this last task, the reaosning.py module already has a generic function (common to both Pellet and HermiT).

Adding a new reasoner should be relatively easy, provided that the reasoner can be used in command-line. In addition, for Fuzzy DL, it will depend whether the inferrence are fuzzy or not and how this "fuziness" is stored (I never used Fuzzy DL so I cannot help you on that point).

Jiba