Wrapper for various online and offline NLP libraries


License
MIT
Install
pip install micro-nlp==0.1.40

Documentation

micro_nlp

This is a NLP micro services that solves a variety of common problems, such as guessing gender from a name, guessing language from a text and assigning a sentiment score to a text.

docker-compose up
curl "$(docker-machine ip default)":5000/api/ui

Deployment

It is intended to be deployed in docker in a private network and accessed using a REST/swagger interface over HTTP.

Badges

How's it doing?

Read the Docs Build Status Coverage Status BCH compliance Known Vulnerabilities Total Alerts CodeFactor

Where are the bits?

PyPI version GitHub release MIT licensed

Contributors

Developed at Burson-Marsteller. At end of life, released under MIT in lieu of deletion.

  • Matthew Martin - voting algorithms
  • Vladimir Loskutov - Dockerization

Some libraries vendorized in /src_libs3/ because of various setup problems.