| |
LINKS:
CHATTER BOTS LINKS
1.Alice Bot
Famous AIML bot.
2.Chatter Bots Info
Links
TEXT TO SPEECH TECHNOLOGY LINKS
1.Text - to Speech DemoAT&T Labs Natural Voices® Best
Speech synthesis
2.Acapela Text to Speech Demo
Demo Online
3.API
TEXT TO SPEECH vozMe
Voices in your site,
cool
4. YAKITOME
Free text to speech, several languages. Log in. Cool.
|
|
Description:
The basic functions are working fine.
The bot can chat. You should set the answers and questions in the XML file called "database.xml", it contains a basic example.
Actionscript(FLA) processes the user input text and search for an answer in the XML file. The bot can understand several ways to make a question. Also it can memorise the conversation subject if you use XML propierties.
The user can use ENTER key or the SEND button.
The bot can know the genre of the user because it is male like default, but it search in a female names list.
The output field answer is HTML text, also it support images, animations or sounds.
The bot can chat in several languages.
You can synchronize video with the answers (bot expression), I am woking in a basic function with video.
I want to use lipsync in the future for a talking version.
How it works?
- The bot converts the XML database to an multidimensional array.
- The user writes a question
- This input is processed in the AS code
- The bot searchs in the multidimensional array
- The first word must be found
- The bot answer the question or it responds something if the question is not found
You can use the downloable FLA to know about XML, multidimensional array, string process, sound, timer or image interface design. I am not a programmer. I must write a better looking search function, but it functions fine.
I hope that you enjoy it.

This software is licensed under the CC-GNU GPL version 2.0 or later.
|
|
|
|