Skip to content

CatalystCode/opener-docker-ner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opener-docker-ner

Deploy to Azure Docker Pulls

Dockerfile for OpeNER named-entity recognition service.

Run and test locally:

docker run -p 8080:80 cwolff/opener-docker-language-identifier
docker run -p 8081:80 cwolff/opener-docker-tokenizer
docker run -p 8082:80 cwolff/opener-docker-pos-tagger
docker run -p 8083:80 cwolff/opener-docker-ner

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

About

Dockerfile for OpeNER named-entity-recognition service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published