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
6
votes
1 answer

AIML for Intelligent Answering Engine

I have heard about a programming language called AIML which can be used for programming Intelligent Robots. I am a web developer and have a web crawler build using Python 2.7 and have indexed Wikipedia ... So I wanted to build a answering engine…
user2243116
  • 101
  • 1
  • 3
  • 10
5
votes
2 answers

AIML pattern matching - howto?

I'm having a problem trying to understand how does AIML pattern matching works. What's the difference between _ and *? And how I should use them to get the best match? I have this document only, but it lacks some good examples.
user223665
5
votes
1 answer

Using AIML with PHP

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.
Haikal Izzuddin
  • 101
  • 2
  • 13
5
votes
1 answer

C++ chat bot rank based answering?

I have this personal C++ project of mine and I am currently stuck. It seems that a lot of people have asked questions about this topic, and I would like to apologize now if it is a repeat question. Anyways, this project is a chat bot that will…
dark_st3alth
  • 183
  • 1
  • 8
4
votes
1 answer

AIML parsing error in PYTHON 2.7?

I am running the learn.aiml in my python AIML interpretor but its throwing damn parsing error the error is ' python demo.py Loading std-startup.xml... done (0.01 seconds) PARSE ERROR: Unexpected tag (line 74, column 4) PARSE ERROR:…
Yash Kumar Atri
  • 786
  • 1
  • 9
  • 27
4
votes
2 answers

How to find a string with missing fragments?

I'm building a chatbot in C# using AIML files, at the moment I've this code to process: a * is a *
4
votes
3 answers

What is the Learn tag used for in AIML

I am developing a small AIML engine, and I am having difficulty understanding what the tag is for. If I understand correctly, it's merely to point to an external AIML resource that can be integrated into the current ruleset?
Jean Azzopardi
  • 2,289
  • 23
  • 36
4
votes
2 answers

PyAIML not loading startup

I am beginning a project on Python that implements PyAIML and I wrote the following code to create a brain for my project: import aiml k=aiml.Kernel() k.learn("std-startup.xml") k.respond("LOAD AIML B") k.saveBrain("jarvis.brn") When I run the…
4
votes
4 answers

How to integrate AIML chat bot in Web Page

I have a web page where I just play with HTML, CSS and Javascript. I have decided to create a Chat Bot there. AIML seems like the way to go, and I already know how to write it. Question is: After I have my bot.aiml file, what do I do with it? I…
cmf
  • 435
  • 1
  • 9
  • 21
3
votes
2 answers

How to implement aiml using java

I was planning to make a chat bot as my project. i understood basic aiml tags but i am not getting how to implement aiml tags. Also how can we create GUI for this chatbot
goku
  • 1,197
  • 1
  • 10
  • 14
3
votes
1 answer

How do I get the tag to work with this question in AIML?

For a project I have the same question asked but requires different answers due to the context. The code below does not work and I am having issues understanding why. I think it is referring to my other question because is has the same pattern,…
3
votes
2 answers

Looking for a good AIML api in java

I'm looking for a good AIML(Artificial Intelligence Markup Language) in Java, that I could embedded in a much larger java application. It would be nice if I can use a database to store the aiml files. So far I found a) Program D: http://aitools.org/…
Doua Beri
  • 10,612
  • 18
  • 89
  • 138
3
votes
2 answers

Is there anyway to convert or import AIML files to Dialogflow or Lex?

Is there anyway to convert or import AIML files to Dialogflow or Lex for creating a chatbot? I am hoping for a way to incorporate open source AIML files into an NLP chatbot framework like Dialogflow or Lex, and so far my googling has produced no…
Christin
  • 46
  • 5
3
votes
1 answer

How to use AIML with Node.js?

How do I use AIML (Artificial Intelligence Markup Language) with Node.js? I am building a chatbot using JavaScript and Node.js for which I need AIML. How do i use it? I have tried using the AIML Interpreter but I am facing problems while accessing…
3
votes
2 answers

My set tag for aiml does not work

I am trying to use the set tag in my aiml file but it seems that nothing works. It never match. color.aiml file IS colors A…
Ana
  • 73
  • 9
1
2 3
18 19