An open API service indexing awesome lists of open source software.

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

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.

![](main_screen.png)
![](state_screen.png)

Неплохое руководство по 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