AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Help with AIML Syntax
 
 

i’m a post grad student doing my college project in aiml.i’m new to it not able to run in python.i’m getting an error like C:\Users\ManuMahi\Desktop>python basic_chat.aiml
  File “basic_chat.aiml”, line 1
  <aiml version=“1.0.1” encoding=“UTF-8”>
  ^
SyntaxError: invalid syntax.
help me with this.

 

 
  [ # 1 ]

Tahir - Please post this in a new thread. Bumping up a 5 year old thread with an unrelated question isn’t really acceptable.

 

 
  [ # 2 ]

I’ve gone ahead and split the thread, creating this new request, Steve. This way Tahir’s question gets the attention it deserves.

@Tahir: Hi, and welcome to chatbots.org. While we encourage new members to read through any/all of our older threads in order to gain insight and knowledge, we prefer that any questions that you have be posted in new threads, so that you get answers and advice more quickly. Please consider this in the future.

As to your question, I don’t have much experience with Python, and no idea which python script you’re using, so I don’t have any specific advice, other than to ask that you provide us with further information. The more we know about your specific issue, the more we can help.

 

 
  [ # 3 ]

https://github.com/paulovn/python-aiml
took the code from github

Image Attachments
python.jpg
 

 
  [ # 4 ]

https://github.com/paulovn/python-aiml
took the code from github

 

 
  [ # 5 ]

You are on the right track… Wow!

The Python interpreter expects
a file that ends with a “.py”

So for example:

C:\Users\Student\Desktop> python chatbot.py

reads data from markup language file.

Good work so far, friend.

 

 
  [ # 6 ]
∞Pla•Net - Dec 6, 2018:

You are on the right track… Wow!

The Python interpreter expects
a file that ends with a “.py”

So for example:

C:\Users\Student\Desktop> python chatbot.py

reads data from markup language file.

Good work so far, friend.

Actually I don’t understand can you give me link or anything??.. I’m using pandorabots and I would use it in my computer

 

 
  [ # 7 ]

I designed a new XML dialect
called: forest.ml

http://chatbot.ml/python/

This demonstrates how Python
loads a markup language file.

 

 
  login or register to react