Nashev / TextBrain

experiments with AI;
http://innenashev.narod.ru
4 stars 1 forks source link

TextBrain

Experiments with AI, based on text. Some kind of NLP.

Initially it must load text, extract a words, recognize a same words in different cases, store links between them, and add all of them into a single database ("brain") as a "knowledges".

Adding any new "knowledge" to the "brain" must allow to automatically produce some additional "knowledge" by "knowledge detectors".

Must be interface to browse "brain" content and then make some requests.

This project are developed under Lazarus IDE on Free Pascal language (http://www.lazarus.freepascal.org/).

== Used tools ==