« Return to Thread: pattern-fitting normalizations problem

Re: pattern-fitting normalizations problem

by Boris O. :: Rate this Message:

Reply to Author | View in Thread

Seems like PyAIML has serious bugs in parser.  :(  

Is there any other interpreter that can be easilly intergrated in Python code (it can be i Java too)? In PyAIML case there was only few lines in code:

import aiml
kernel = aiml.Kernel()
kernel.learn("somefile.xml")
kernel.respond("some question")


 « Return to Thread: pattern-fitting normalizations problem