Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 691 Bytes

File metadata and controls

15 lines (10 loc) · 691 Bytes

opener-docker-language-identifier

Deploy to Azure Docker Pulls

Dockerfile for OpeNER language identifier service.

Run and test locally:

docker run -p 8080:80 cwolff/opener-docker-language-identifier

text="I went to Rome last year. It was fantastic."
curl -d "input=$text" http://localhost:8080