astandre / cb-nlp-engine-ms

Microservice for identifying intents and entities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nlpengine

This microservice is intended to extract structured information from raw text, to identify intents and entities for KBS bot.

This project is part of the architecture described in: Herrera, Andre & Yaguachi, Lady & Piedra, Nelson. (2019). Building Conversational Interface for Customer Support Applied to Open Campus an Open Online Course Provider. 11-13. 10.1109/ICALT.2019.00011.

https://travis-ci.org/astandre/cb-nlp-engine-ms.svg?branch=master Documentation Status

Running scripts

docker build -t astandre/kbsbot_nlpengine . -f docker/Dockerfile

docker run --rm --name=nlpengine -p 5001:8001 -it astandre/kbsbot_nlpengine

About

Microservice for identifying intents and entities

License:MIT License


Languages

Language:Python 89.6%Language:Dockerfile 7.9%Language:Makefile 2.5%