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
3 answers

AIML - getting unknown values from set values

I'm using recursion in AIML using the tag, like the following code: I LIKE *
8-Bit Borges
  • 9,643
  • 29
  • 101
  • 198
0
votes
1 answer

aiml file does not exist! why my android project cannot connect to aiml files in assets folder?

I am trying to build a chatbot using program AB, aiml and android studio. I put all my aiml files in assets folder : something like this assets/bots/alice2/aiml files(including sets, maps, aiml, aimlif and config) then I create my bot and try to…
sara
  • 1
  • 3
0
votes
1 answer

Read and manipulate AIML

I have an AIML file that I need to interact with using C#. How do I load the document and use C# to query the file from the user input? WHAT IS YOUR NAME The user…
Henry
  • 1
0
votes
2 answers

PyAIML Sessions not working

I expect I'm doing something wrong here, but whenever I try to insert the snippet to save session information for the chatbot, the terminal closes immediately with an error. Here's my source: import aiml k =…
Often Right
  • 427
  • 1
  • 9
  • 22
0
votes
2 answers

Use variables for input and output PyAIML

I have included the below source which is my full project at the moment. What I have working so far is a terminal interface where I input a phrase and it then takes the response (from the AIML database), takes each letter and one-by-one plays the…
Often Right
  • 427
  • 1
  • 9
  • 22
0
votes
1 answer

Use AIML for Page Redirection

I am developing an AIML chatbot using Program-O. Is there any way i redirect to a link mentioned in the user input. As in can i use the href attribute inside AIML? For example: Go To google.com