Differences
This shows you the differences between two versions of the page.
| developer_guide:aiml_fundamentals:start [2016/11/07 13:00] – created borja | developer_guide:aiml_fundamentals:start [2016/11/07 13:02] (current) – borja | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| * < | * < | ||
| * < | * < | ||
| + | |||
| + | ** AIML Vocabulary ** | ||
| + | |||
| + | AIML vocabulary uses words, space and two special characters * and _ as wild cards. AIML interpreter gives preference to pattern having _ than pattern having *. AIML tags are XML compliant and patterns are case-insensitive. | ||
| + | |||
| + | Example | ||
| + | < | ||
| + | <aiml version = " | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | Hello User! | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Following are the important points to be considered − | ||
| + | |||
| + | * < | ||
| + | * < | ||
| + | * < | ||
| + | * < | ||
| + | |||
| + | Result : | ||
| + | < | ||
| + | User: Hello Alice | ||
| + | Bot: Hello User | ||
| + | </ | ||