I am experimenting with an aiml 2.0 chatbot on the free Pandorabots playground. The learned facts are stored in a file pand_learn. I thought that if I processed a learnf tag with the same pattern but a different template that the original would be replaced but it seems to append every change to the file and there are multiple templates for the same category/pattern in the pand_learn file.
Is there anyway to replace a category/pattern so that it can be updated? Also is there a way to delete a pattern not used anymore, ie. to unlearn a fact?