3
I am looking for information on artificial intelligence using Mysql and PHP only, I did not find much information that would guide me correctly, I want to develop a small chat with virtual intelligence able to respond the user based on what he said, type Robo ED. I looked it up and found this on him
According to Petrobras, the program recognizes keywords, selects answers and automatically chooses one of the options to show the user. When there are many words in the same sentence, the software chooses a keyword to answer.
The question is, HOW I can do this with PHP, which would be the most practical way to "link" what the user said with the database information.
I remembered the pt.akinator.com I did not find any tutorial, however I found a clone in PHP and Mysql clone of Akinator
– Guilherme Nascimento
Hello. Your question has become really broad because the subject is complex. I suggest you read on PLN (Natural Language Processing) and especially about AIML (Artificial Intelligence Markup Language).
– Luiz Vieira
This master’s dissertation also has useful information (chapter 2) about the AIML and the ALICE project: http://www.multicast.com.br/sergio/tuxbot-dissertacao-mestrado-sergio-teixeira.pdf
– Luiz Vieira