Dialog managment chat bot, without bells and whistles.
curl -XPOST http://localhost:8000 -F 'message=Labas'
Train chat: python3 -m oversimbot_train.parser.chat_trainer
Run engine: python -m unittest test/parser_test.py
docker build -t oversimbot_engine .
docker run -it -p 8000:8000 oversimbot_engine
docker run -it oversimbot_engine /bin/bash