Hello
I’m developing an Android mobile application using an AIML chatbot with Program AB. The chatbot asks questions and stores the learned information in the learn.aiml file with the <learnf>-tag.
Now I want to work with this learnf file.
Is there someone or do you know someone who has experience in working with learnf files in combination with Program AB (and Android)?
I’ve the following problem: Always FileNotFound exceptions. I just want to display the content of the file (as a test). Because of the Android Logcat I know that there’s something written in the learnf file.
Matched: * <THAT> HOW OLD ARE YOU <TOPIC> * intro.aiml
writeCertainIFCategories learnf.aiml size= 1
It’s a bit confusing, because there should be a learnf file in my assets folder. I know, that displaying other files (like normal AIML files) works fine. I’ve tested my AIML code in Pandorabots…just trying another interpreter. There’s a learnf file in the list of files! So my code is working…maybe it’s a problem wih Program AB?
It would be great to know, if you have similar problems or if you’ve solved this problem.
Best regards,
Otto