Posted by: jaredwigmore on: 2010-02-20
I (Jared Wigmore aka JaredW) have recently implemented a general forward chainer for PLN. (See Forward and Backward chaining on Wikipedia). Joel had previously implemented a prototype forward chainer, but it only supported deduction. PLN has a wide variety of inference rules. They each require different sorts of input atoms, and so a forward (or [...]
Posted by: ferrouswheel on: 2010-02-19
Due to a recent contract involving development on OSX (unrelated to OpenCog unfortunately), I now have a MacBook Pro. Since we often have people attempting to get OpenCog building on OSX, with various levels of success, I decided to go through the process and document it. Along with the help of various people more familiar [...]
Posted by: ferrouswheel on: 2010-02-19
OpenCog now has a REST interface that is loaded and runs on port 17034 by default. It has only recently been completed to a functional level where clients can: make POST requests to create a new atom. make POST requests to a specific atom URL to update an atom’s truth value, STI, or LTI. make [...]