Skip to content

davidar/datum

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages