davidar / datum

Datum is a simple question answering system.

Home Page:http://da.vidr.cc/projects/datum/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

Datum is a simple question answering system. Natural language parsing and generation is achieved through the use of templates. Fact retrieval and inference is performed by a Datalog implementation, which uses the "execution of concurrent machines" approach as described here. The fact and rule databases are backed by JDO, so should be compatible with any database system supported by a JDO implementation e.g. DataNucleus.

Datum depends on the following libraries:

See the INSTALL file for compilation and usage information.

About

Datum is a simple question answering system.

http://da.vidr.cc/projects/datum/

License:GNU Affero General Public License v3.0


Languages

Language:Java 97.2%Language:GAP 2.2%Language:Shell 0.6%Language:Makefile 0.1%