FuXi icon indicating copy to clipboard operation
FuXi copied to clipboard

Chimezie Ogbuji's FuXi reasoner. NON-FUNCTIONING, RETAINED FOR ARCHIVAL PURPOSES. For working code plus version and associated support requirements see:

Results 8 FuXi issues
Sort by recently updated
recently updated
newest added

Is there any good reason why not to merge these in? There's quite a lot of fixing needs done, may as well pull in the work that people have been...

I try to follow the tutorial, and I passed the _Magic Set Method_, but I am now stuck in _Backward-chaining Inference_ section. I followed the steps : ``` python >>>...

Tidy up. Ensure tests pass.

Tried this: ``` from FuXi.Horn.HornRules import HornFromN3 rs=HornFromN3('http://www.agfa.com/w3c/euler/rdfs-rules.n3') ``` Got this: ``` File "/usr/local/lib/python2.7/dist-packages/FuXi-1.4.dev-py2.7.egg/FuXi/Rete/RuleStore.py", line 396, in add isinstance(obj, (URIRef, Literal)) and obj or obj.identifier)) AttributeError: 'Literal' object has no...

Hi - I'm trying to use the latest FuXi from a fresh virtualenv where I've installed rdflib and fuxi in a clean environment, and I'm getting the following error below....

Currently trying to get the OWL rules to be processed correctly. `dct.n3` is just http://purl.org/dc/terms/ to use as input fodder. ``` pdb `which FuXi` -d --input-format=n3 --rules http://www.agfa.com/w3c/euler/rdfs-rules.n3 --rules http://www.agfa.com/w3c/euler/owl-rules.n3...

The github project lists the google code project as the homepage for this project. But the github repo seems to have more recent commits. It would be helpful if you...

See my post at https://groups.google.com/forum/#!topic/fuxi-discussion/43arTZCbSPo for more context and demo. This **hash** rewrite lets hash() do the mixing of the values instead of ever using +, which should perform faster...