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

Extending AIML using RDF
 
 

I found this paper about extending AIML knowledge using RDF (Resource Description Framework), but i cant found any way to implement it. Can anyone tell me is it really true we can implement RDF in our AIML file? And how to do it?

Thanks.

Paper (Extending Knowledge of AIML using RDF by Chun-Lu Cheng and Wen-Lian Hsu)

 

 
  [ # 1 ]

Link to the article?

 

 
  [ # 2 ]

Ohh i’m sorry, i forgot about that.

Here’s the link : https://www.researchgate.net/publication/228877414_Extending_knowledge_of_AIML_by_using_RDF

 

 
  [ # 3 ]

Program-y has supported rdf since it’s inception and supports all aiml rdf tags

https://github.com/keiffster/program-y

It ships with a bot call y-bot which contains over 2000 rdf entities

 

 

 
  [ # 4 ]

Thanks Keith, i found it very helpful. But if you don’t mind, i have another question. I’m trying to install Program-Y in my computer (OS: Windows), and i’ve followed the requirement to install it in Windows operating system. But when i’m trying to install it, it keep send me an Error message. Do you know what happened?

Image Attachments
programY_error.PNG
 

 
  [ # 5 ]

Try again downloading 3.8.3, seems to be a problem in the setup script

K

 

 
  [ # 6 ]

If you are not using virtual env then use

Pip install —no-cache-dir programy

 

 
  [ # 7 ]

Thank you Keith, it works like a charm

 

 
  login or register to react