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
0
votes
2 answers

AIML Bot on Android

I am developing a Virtual Assistant bot for Android (similar to Pandorabots Callmom) for my academic project. Till now I could make my bot to reply like a chatbot using AIML files using Program AB. I used this tutorial for reference:…
Sanket B
  • 1,070
  • 1
  • 9
  • 23
0
votes
1 answer

Android Bot Application using AIML

I am developing an Android Bot application which will take input from the user, check for a matching string in the AIML file and give corresponding output. I know Android programming and also I have AIML files ready. The only problem I am facing is…
Sanket B
  • 1,070
  • 1
  • 9
  • 23
0
votes
5 answers

Python AIML error

I'm starting a project with Python which uses AIML, when I run the script It gives me a 'Not match found' error. This is the Python code: import aiml kernel = aiml.Kernel() kernel.learn("bot.aiml") while True: print…
0
votes
1 answer

How to use AIML with Python

I would like to integrate python scripts into my pandorabot written in aiml. I know that you can tag aiml syntax with javascript, but I haven't found any documentation on python, except the following, which uses (out of bounds) tags, running…
8-Bit Borges
  • 9,643
  • 29
  • 101
  • 198
0
votes
1 answer

Converting current document's syntax highlighting based on it's extension in Sublime Text 3

As AIML syntax isn't available for Sublime Text (which is normal because AIML is basically XML), is there a way to automatically convert all .aiml files opened by Sublime Text 3 to XML syntax highlighting (some sort of script to do this)? Whenever I…
Nikola Stojaković
  • 2,257
  • 4
  • 27
  • 49
0
votes
1 answer

Unable to load patterns in AIML via Python

I've installed AIML via pip and wrote files startup.py, std-startup.xml, basic.aiml and bot_brain.brn in core folder. When I try to run startup.py, I get this warning: Loading std-startup.xml... done (0.06 seconds) WARNING: No match found for input:…
Nikola Stojaković
  • 2,257
  • 4
  • 27
  • 49
0
votes
1 answer

XSD complexType - Restrict cdata to only certain characters and 2 child elements

I have been banging my head against the wall with this for a while now, and I'm no closer to an answer than I was at the start. I'm trying to create an XML Schema file to allow for more accurate validation of AIML files, based on the AIML 1.0.1…
Dave Morton
  • 671
  • 6
  • 16
0
votes
0 answers

Node .getTextContent() removing child tags and concatenating its content

I have a AIML file just like this: Question 1 Optional Question 2 Optional