Questions tagged [aiml]

Artificial Intelligence Markup Language (AIML) is an XML dialect for creating natural language software agents. It was created by Dr. Richard S. Wallace, who created the A.L.I.C.E. Foundation, which supports AIML.

Artificial Intelligence Markup Language (AIML) is an XML dialect for creating natural language software agents. It was created by Dr. Richard S. Wallace, who created the A.L.I.C.E. Foundation, which supports AIML.

See: http://en.wikipedia.org/wiki/AIML

281 questions
-1
votes
1 answer

How do I make an AIML bot respond with sound? And is there a way to make this sound a custom voice?

I am making an AIML bot, but I don't want it to be only text-based conversations. I want the bot to respond with a voice that ideally I created myself.
NOTFLIKS
  • 21
  • 3
-1
votes
1 answer

Hosting RASA NLU Model on Cloud Server

I am working on a voice assistant using RASA NLU that will be later deployed on an android/IOS mobile app. I currently have a python program, where I call the RASA NLU model and parse incoming input using the Interpreter class. interpreter =…
nadeent
  • 21
  • 1
-1
votes
1 answer

Inheriting aiml in python 2.7

I am trying to inherit aiml kernel through class approach import aiml class Kern(aiml.Kernel): def __init__(self): super(Kern, self).__init__(self) k = Kern() aiml.Kernel is a class but still I am getting the below error when I am…
Tahseen
  • 1,027
  • 1
  • 12
  • 32
-1
votes
1 answer

Xml written twice while appending

When trying to append an existing xml file using xml.etree.ElementTree. The sub elements are written twice. Is there any way we can overcome this. This is my current code: with open('filename.aiml',"a+") as f: …
Athul Soori
  • 91
  • 1
  • 8
-1
votes
1 answer

Integrate a chatbot (using php, aiml 1.0, program-O) onto a website written in .NET

We have a chatbot written in aiml 1.0 using program-O as the interpreter, basically we used PHP, ajax. Now we want this to be integrated onto a website which is in .Net environment. Has anybody done this before?
-2
votes
1 answer

Can I get some examples with this issue?

I'm seeming to have a little trouble with the tag. Can I have some other examples of to use it better please?
-2
votes
1 answer

What is 'MagicBooleans', 'MagicStrings' in alicebot package?

I have found a code for simple chatbot using AIML and Program-ab distribution. There is a use of MagicBooleans and MagicStrings at many places. What exactly are those ? Also, I didn't understood what is a trace_mode ? The code that I found is as…
Sarvesh
  • 3
  • 1
-3
votes
1 answer

How would I go about making the amount of categories shorten to similarly asked questions?

I am currently tasked with a project to make a Chat bot in Pandorabots using AIML. For this project we need to create the bot with less than 15 categories (to get full marks). There is a text file we were given which had a list of 49 questions that…
Ethan
  • 5
  • 4
-3
votes
1 answer

How to store data permanently in AIML?

I am currently working on a Chatbot on android platform and want to store the information of the user in the AIML itself. I tried using AIML tags and but it remembers the data temporarily, Once the application is closed or restarted the…
-4
votes
1 answer

ChatBot in swift 3.0

So I wanna know how i can include a ChatBot in my swift program. Would i have to write the code in swift or is there a way i can include the Artificial Intelligence Markup Language (AIML) in my program? What kind of data do i have to include in a…
-4
votes
1 answer

how to make an virtual chat bot in java?

I want to make an chat bot in Java but I don't know how to start? I've tried the following code but not get what I exactly need. in this program I had to write every possibilities of questions. if any one have solution please help me. import…
Manish
  • 7
  • 3
1 2 3
18
19