I would like to do this (maybe not necessary to do this) console interface in order to do bot-chat implementation. I would like my bot bot to have 3 levels of "intelligence".
Level 1 My bot chat is like a dictionary. You write something like "If the user says" Hello, chatbot say "Hello." Or, "if the user says," Like you, chatbot, say, "I'm fine, thanks. An example would be
>>If user say 'Hello'then chatbot say 'Hello'". >>Hello Hello >>if user say 'How are you?', chatbot say 'I´m fine, thank you'. >>How are you? I´m fine, thank you
So, like a dictionary, because the user creates LUT phrases.
Level 2 My bot bot has a database.
Third level . My chatbot is an output mechanism that can work on a database to establish intelligence links with the database
Does anyone know something similar that has been done (I suppose it should be)? Is there any specific language program for creating these bots? Is there any open source project to do something like this (I assumed it should be)? Thank you very much.
source share