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
vote
1 answer

AIML no match

Q3 income _
Kate
  • 13
  • 2
1
vote
1 answer

Jar file is not recognized by Maven causes NoClassDefError (ALICE program ab)

Please read the note below. I am having a problem in my chatbot program. I already did all the instructions they said on the tutorials of different website about how to create a chatbot in java using aiml. I create a maven project. Add the Ab.jar…
JustPeter
  • 140
  • 1
  • 10
1
vote
1 answer

SRAI to a pattern with wildcard?

Hi so I'm new to AIML and basically, I want to reuse the answer from "WHAT IS A" to similar patterns e.g. "TELL ME A", I've tried doing it the way below but it doesn't seem to be working. Also sorry if the title doesn't really describe this I'm not…
1
vote
2 answers

Chaquopy won't support AIML

I'm trying to make an AI chatbot using Android Studio which is supposed to use a Python core. I learnt how to run Python scripts in Android Studio using Chaquopy but when I run my .py file which imports theaiml library, there's always a "No match…
ank266
  • 31
  • 2
1
vote
1 answer

Aiml files won't load

I'm attempting to run a sample Chatbot Python script is: import aiml import os kernel = aiml.Kernel() kernel.bootstrap(learnFiles = os.path.abspath("home/pi/watson/std-startup.xml"), commands = "load aiml b") kernel.saveBrain("bot_brain.brn") #…
Hankp
  • 47
  • 5
1
vote
1 answer

AIML Parser Example

I need some help to understand AIML templates using an example below, your help is appreciated to get this template working. These are some of the sample inputs I am trying to handle and output I want to generate from AIML parsing. Input : sale…
Mark1234
  • 589
  • 2
  • 8
  • 24
1
vote
1 answer

How to specify the `learn-filename` when using `learnf` tag in AIML?

A quick question how and where do you specify the filename of your destination *.aiml file when using learnf tag? The documentation states that the generated category is written to an .aiml file that you may specify with the property…
k-wasilewski
  • 3,943
  • 4
  • 12
  • 29
1
vote
1 answer

Is there any way to get the date N days from now in AIML 1.0?

I need the date (say) 7 days from now as a variable but couldn't find any implementation for the same for AIML version 1.0
1
vote
1 answer

Pandorabots Initial Bot Message

In "Chat Widget" for website I can write "Initial Bot Message" but it's not clear how to create in AIML file reaction for the visitor's response to this Initial Message. As an example I added in "Initial Bot Message" the question "Would you like to…
1
vote
1 answer

AIML how to check if the input string matches one from a map

I am trying to compare if the user's input matches the expected answer in AIML. I found this code that works well when the value is true but, for some reason I can't understand, fails when the match is false (there is no match for the and goes to…
AClark
  • 13
  • 3
1
vote
1 answer

AIML: List of choices is not finding matching pattern

I am attempting to build the example file that is listed here. https://docs.bmc.com/docs/display/public/BVA9/Sample.aiml+file I was able to write out the file (I think correctly)…
RandomNumberFun
  • 638
  • 2
  • 8
  • 25
1
vote
1 answer

Making chatbot that can giving response base on time

I'm using program-o to develop my chatbot on my own website Let's say if I type "good morning" to my bot at night, the bot will still respond to me "morning".what I want is if I type "good morning" to my bot at night, the bot will respond "current…
Qiu Xue
  • 163
  • 12
1
vote
1 answer

how do i calculate how many days until monday in aiml

I cannot get this aiml script for calculationg how many days from this day till Monday. I make chatbots on botlibre. I tried the code I am going to post. HOW MANY DAYS UNTIL monday