Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using AIML with PHP

Tags:

php

aiml

Simply, can I use AIML with PHP? And if yes, then how can I do that?.

I have tried search it on google but I could not find results that helped.

like image 723
Haikal Izzuddin Avatar asked Dec 09 '12 08:12

Haikal Izzuddin


People also ask

Is AIML good for chatbot?

However, given rich AIML rules, it's possible to form a chatbot that will handle a broad range of queries. It makes it the most effective suited domain-specific businesses, like banking where chatbot should handle generic queries associated with the banking domain.

What is AIML in Python?

AIML stands for Artificial Intelligence Modelling Language. AIML is an XML based markup language meant to create artificial intelligent applications. AIML makes it possible to create human interfaces while keeping the implementation simple to program, easy to understand and highly maintainable.


1 Answers

Yes, it is absolutely possible.

Program O would be a good way to start making bot without inventing the wheel again, Program O is an AIML interpretor written in PHP, and uses a MySQL database to store chatbot information, including the AIML files used to formulate the chatbot's responses.

You can get it on gitHub too

like image 162
wakqasahmed Avatar answered Oct 05 '22 23:10

wakqasahmed