aiml

In AIML, what's the XSD-valid way to use the element <set name="it"> ?

In file Atomic.aiml, part of the annotated ALICE AIML files, there are a lot of categories like this: <category> <pattern>ANSWER MY QUESTION</pattern> <template> Please try asking <set name="it">your question</set> another way. </template> </category> This code isn't valid according to the AIML...

What is the Learn tag used for in AIML

Hi guys, I am developing a small AIML engine, and I am having difficulty understanding what the <learn> 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? ...

AIML pattern matching - howto?

Hello. 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. ...

aiml - wildcards between pattern terms

Is it possible to use wild cards between terms in a pattern? for example, if I want to answer the question, "How much are overdue fines on my books?" is there a way to use a wild card between the terms "overdue" and "books?" ...

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. <aiml> <category> <pattern>Hey</pattern> <template>Whats up?</template> <category> <category> <pattern>WHAT ARE YOU?...

AIML interpreter - objective c - gui

I want to create an objective c application that interprets a list of .aiml files then make a GUI for it. I want to do this so I can chat with the aiml files within the application. Any ideas on how to do this?? Sample code? has anyone done this before? Thanks! Elijah ...

objective c xml compile/run

It it possible for objective c to compile xml data (aiml files for example)?? I'm looking for it to compile AIML files then be able to "chat" with the files using objective c. Is there a XMLView or something??? Any ideas?? Elijah ...

Is c# a suitable language for Chatterbot development which involve in Natural Language processing????

I am doing my final year project and at the beginning of developing a chatter-bot mostly based on ALICE techniques.I have done research comparing two main chatter-bot systems ELIZA and ALICE and selected ALICE method of developing the chatter-bot. The knowledge base will be developed using AIML and the searching algorithms will be used...

How to start implementing a AIML based chattebot??

I am at he beginning of starting an AIML based chatter-bot for my final year project. It is web based and I have selected the c#.net platform. *Is there any good articles to be start with? *Any tutorial help available?? Your suggestions and ideas are most welcome.Thank you very much. ...