Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 284 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 284 Bytes

Python Polyglot Web Service

Expose part of Polyglot python lirary as web service.

I just needed handy NER web service.

Setup and run

$ docker run -p5000:5000 summerisgone/polyglot

It will expose Flask application on 80 port.