https://github.com/smorodov/aiml_editor
AIML bot code edidtor/debugger
https://github.com/smorodov/aiml_editor
aiml assistent bot chat-bot virtual-assistent
Last synced: 4 months ago
JSON representation
AIML bot code edidtor/debugger
- Host: GitHub
- URL: https://github.com/smorodov/aiml_editor
- Owner: Smorodov
- Created: 2020-12-16T09:14:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T14:18:18.000Z (over 5 years ago)
- Last Synced: 2025-10-05T09:27:39.756Z (8 months ago)
- Topics: aiml, assistent, bot, chat-bot, virtual-assistent
- Language: HTML
- Homepage:
- Size: 7.41 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Программа для создания AIML чат ботов##
#Интерфейс программы#
Интерфейс состоит из двух главных вкладок:
* Вкладка редактора кода и отладки бота;
* Вкладка состояния бота.
##IDE for creating AIML chat bots##
#User interface#
User interface consists of two tabs:
* Code editor and debug tab;
* Bot state tab.
Currently it set for woeking using Russian langusge.


Неплохое руководство по AIML 2.0 : [https://callmom.pandorabots.com/static/reference/](https://callmom.pandorabots.com/static/reference/ "AIML 2.0 reference")
AIML 2.0 reference : [https://callmom.pandorabots.com/static/reference/](https://callmom.pandorabots.com/static/reference/ "AIML 2.0 reference")
#Used projects#
* Code based on AIML interpreter: [https://sourceforge.net/projects/qaiml/](https://sourceforge.net/projects/qaiml/ "ProgramQ")
* Standard code highlighter example from Qt
* Standard code editor example from Qt