Texai 1.0 (Spreading Activation branch) |
|
|
Texai is a knowledge-based Java software project
to create artificial intelligence. The project's
knowledge base is stored in the Sesame 2 RDF
server. Because the initial knowledge base is large,
it has been partitioned into separate Sesame
repositories. These have been extracted into RDF
and have released in various formats. The project's
domain objects are persisted in Sesame using the
RDF Entity Manager and semantic annotation.
License: GNU General Public License (GPL)
Changes:
This initial release contains a multithreaded Java
library that implements the Spreading Activation
artificial intelligence algorithm, which
iteratively searches a directed graph by spreading
activation over weighted links between nodes.
Javadoc, GraphViz output, and unit test examples
are included.
|