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

How to execute a Python3 object macro within Rivescript ".rive" script?

I have the following code within the .rive file for RiveScript Interpreter, the code basically will say hello world when the user type the command "give me result": > object base64 python import base64 as b64 return b64.b64encode("…
0x01Brain
  • 798
  • 2
  • 12
  • 28
3
votes
3 answers

in AIML, can I give priority to the pattern matching

in AIML, if I have multiple files matching for the same pattern, how can I give precedence to match in one file ?
Preetham R U
  • 316
  • 5
  • 6
3
votes
1 answer

Add custom web service to Program AB using sraix tag?

I am using Program AB to make some tests creating a chatbot. What I need is to be able to feed my bot with live information from my own web service. It is my understanding that that is what the new tag in AIML 2.0 sraix is for. But I can't find any…
JordanBelf
  • 3,208
  • 9
  • 47
  • 80
3
votes
3 answers

Essential AIML responses?

What do you think are important pattern/temples to program. Like in a chatbot what does EVERY chatbot need a response for? Im just starting out making the aiml file and need some help... Heres the file now.
user377419
  • 4,681
  • 13
  • 42
  • 56
3
votes
1 answer

AIML Implementation for android application

I am developing android application using AIML. I am completely new to AIML so I don't know that how can I implement AIML in my application.I found program-ab useful but still in trouble.If any one know how can I do this please give me any guide…
Vijay Vankhede
  • 3,018
  • 1
  • 26
  • 46
3
votes
2 answers

creating AIML for chatbot to ask questions

I am creating AIML file for Program-O chatbot and facing a problem. What I want to do is ask question after question sequentially. Moreover, the questions should be in random order. It is satisfaction assessment test for students and I am…
Atrh
  • 195
  • 1
  • 3
  • 16
2
votes
2 answers

How to implement AIML in Prolog?

AIML files: http://www.alicebot.org/aiml/aaa/ I want to make these AIML files the knowledge base of my Prolog program. Help me. Thanks in advance. P.S. Excuse my bad english.
2
votes
0 answers

Adding jar files to VS code?

I've looked at many questions and answers out there but none seem to answer taking in to consideration the technologies I am using (or understand) I have created AIML files in eclipse, these have been packaged into jar files using Maven. Now that I…
user15
  • 21
  • 4
2
votes
1 answer

Closing a bot in AIML

I've been programming a bot that can make an appointment for a dental clinic as an example. If the human tries to make an appointment in a day when there is no hours left, the robot asks if he/she would like another day. If the human says something…
KamiJuanmi
  • 46
  • 4
2
votes
0 answers

Is there any implementation guide about AIML-OWL Integration?

So, i've done build an ontology using protégé and generate owl file, as far as i know owl is the rdf xml-based with more expressivity, and there are couples of paper that tells RDF can be integrated with AIML to build pattern matching chatbot with…
gazoon007
  • 56
  • 7
2
votes
1 answer

AIML Chatbot response differs at different times?

A separate question for the AIML bot in my previous post... How do you create a bot that responds at different times of the day? I feel like it will make him seem more "real." I can't make heads or tails about how the date and time display actually…
Octobot
  • 21
  • 4
2
votes
2 answers

AIML, recognizing a saved variable in a pattern

Hey I am just learning AIML, and I want to give my chat bot a word, which it then saves and will recognize when I say it back later Here is how I am trying to do it:
2
votes
0 answers

AIML 2.0 with Python

I installed AIML for python from here. But it had very restricted features with many tags not working. Also, it just had AIML 1.0 I tried searching for AIML 2.0 for python, but I couldn't find anywhere. The most popular repo related to this is :…
arqam
  • 3,582
  • 5
  • 34
  • 69
2
votes
2 answers

Multiple AIML containing same patterns. How to fetch it according to users preference

Hi There! I have a chatbot which contains n number of AIML files. each AIML files are related to different topics. but it may contain same patterns which causing a conflict while getting a reply from the chatbot. I wanna identify which topic the…
2
votes
1 answer

Does Program-o uses NLP ?

I am trying to make chat bot. I searched for some solutions and programs to help me. Can someone tell me if Program-o uses natural language processing? I have searched on google but i didn't find the answer.
pandaBear
  • 25
  • 5
1
2
3
18 19