You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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