资 源 简 介
Project has moved to github. See
http://github.com/spion/triplie-ng
Triplie is an AI bot based on 2nd up to 6th order Markov model. It uses an SQLite database for storage, and can be distributed to work on multiple machines on a LAN.
Triplie creates directed graphs which are made of
nodes, which represent the words read from the user
A graph representing Markov chains of 6th order
links that represent the associations between words from conversations in a network based on the Hebbian rule
To respond to a user, triplie extracts keywords from the user"s text, finds their most appropriate associated keywords in the Hebbian association network, and generates replies that contain the associated keywords using multiple breadth-first-search Markov chains algorithm.