What is the Learn tag used for in AIML

aiml

Solution

Yes, that's correct.

See: Artificial Intelligence Markup Language 1.0.1 Spec

Problem

I am developing a small AIML engine, and I am having difficulty understanding what the `<learn>` tag is for. If I understand correctly, it's merely to point to an external AIML resource that can be integrated into the current ruleset?

Original source