![]() |
|||||
| AIBoW is simple chatterbot vaguely inspired by Eliza. It is quick and dirty but it has wonderful toy potential and is really fun to play with. It has three main parts
Knowledge base is used for saving user typed sentences. It's database of all words and sentences. When user type new sentence, Analytical procedure will run. It analyse sentence by words with long at least two characters. Example : I am going to find yourself. Only words going, find and yourself will be analysed. Program finds same word in sentences in database. If runned fuzzy logic routine return a false then program will jump to next sentence in database with the word. If not then Analytical procedure show founded sentence in User interface and save typed sentence to begin of database. With large Knowledge base AIBoW can reach highest level of rapid reactions. It's simple : if database has 1 MB AIBoW can answer about 120'000 words. That's cool, isn't it ? ?????????????????? AIBoW's program can be easily upgraded with many things. What you tell about voice recognizer. ?????????????????? |
|||||