Docker image for OpeNER (http://www.opener-project.eu/) and REST Node API server
344
Launches a OpeNER NER (http://www.opener-project.eu/) instance with a Node REST interface. It consists of these services: language-identifier -> tokenizer -> pos-tagger -> constituent-parser -> ner This image is focused on NER so it does not launch the ned/property-tagger/polarity-tagger/opinion-detector modules
Each services runs on localhost ports 8001-8006 and the API server runs on port 9001. To use:
docker pull semlab/dadalytics-opener
docker run -p 9001:9001 semlab/dadalytics-opener
CURL example: https://gist.github.com/thisismattmiller/0ec4b9766fc9fd695be87a8f4f2178c9
Python and Node script examples: https://gist.github.com/thisismattmiller/a176b14a8055e68c969b1c5d24a45320
Content type
Image
Digest
Size
1 GB
Last updated
almost 9 years ago
docker pull semlab/dadalytics-opener