Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 748 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 748 Bytes

opener-docker-tokenizer

Deploy to Azure Docker Pulls

Dockerfile for OpeNER tokenizer service.

Run and test locally:

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

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