Re: pattern-fitting normalizations problem
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")