singnet / pln

Probabilistic Logic Network (PLN) implemented on top of the Unified Rule Engine (URE). https://wiki.opencog.org/w/Probabilistic_logic_networks
Other
1 stars 4 forks source link

Port PLN scheme API to Python #12

Open ngeiswei opened 4 years ago

ngeiswei commented 4 years ago

Specifically port

https://github.com/singnet/pln/blob/master/opencog/pln/pln.scm

and all its helpers in

https://github.com/singnet/pln/blob/master/opencog/pln/pln-utils.scm

not forgetting the custom types.

This probably involves improving the URE Python as well.

ngeiswei commented 3 years ago

PR #13 partially addressed this issue.