[Python-logic] rete in Python
Nicolas Chauvat
Nicolas.Chauvat at logilab.fr
Mon May 30 10:17:14 CEST 2005
Hello,
I just received a very interesting link <http://copia.ogbuji.net/blog/2005-05-29/FuXi>
to a blog entry that I quote here :
---------------------------------------
FuXi - Versa / N3 / Rete Expert System
Pychinko_ is a python implementation of the classic Rete_ algorithm which provides
the inferencing capabilities needed by an `Expert System`_. Part of Pychinko works
ontop of cwm_ / afon out of the box. However, it's Interpreter only relies on
rdflib_ to formally represent the terms of an RDF statement.
FuXi only relies on Pychinko itself, the N3 deserializer for persisting N3
rules, and rdflib's Literal and UriRef to formally represent the corresponding
terms of a Pychinko Fact. FuXi consists of 3 components [...]
.. _Pychinko: http://www.mindswap.org/~katz/pychinko/
.. _Rete: http://en.wikipedia.org/wiki/Rete_algorithm
.. _`Expert System`: http://en.wikipedia.org/wiki/Expert_systems
.. _cwm: http://infomesh.net/2001/cwm/
.. _rdflib: http://rdflib.net/
---------------------------------------
--
Nicolas Chauvat
logilab.fr - services en informatique avancée et gestion de connaissances
More information about the Python-logic
mailing list