https://github.com/catalystcode/opener-docker-tokenizer
Dockerfile for OpeNER tokenizer service
https://github.com/catalystcode/opener-docker-tokenizer
docker opener-nlp
Last synced: 5 months ago
JSON representation
Dockerfile for OpeNER tokenizer service
- Host: GitHub
- URL: https://github.com/catalystcode/opener-docker-tokenizer
- Owner: CatalystCode
- License: mit
- Created: 2017-08-02T19:57:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T15:18:59.000Z (over 7 years ago)
- Last Synced: 2025-03-16T03:14:21.721Z (10 months ago)
- Topics: docker, opener-nlp
- Homepage: http://www.opener-project.eu
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opener-docker-tokenizer
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FCatalystCode%2Fopener-docker-tokenizer%2Fmaster%2Fazuredeploy.json)
[](https://hub.docker.com/r/cwolff/opener-docker-tokenizer/)
Dockerfile for OpeNER tokenizer service.
Run and test locally:
```bash
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
```