Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgarciae/nltk-ner
https://github.com/cgarciae/nltk-ner
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgarciae/nltk-ner
- Owner: cgarciae
- License: mit
- Created: 2016-05-19T16:27:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T17:40:25.000Z (over 8 years ago)
- Last Synced: 2024-11-07T09:39:01.395Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nltk + ner + docker
Docker image based on `python:3.5` with JDK 8 and nltk installed.### Usage
NER gets installed `/ner`. The NER `.jar` get renamed to `stanford-ner.jar` to comply with how `nltk` searches for this file.#### Enviroment Variables
This image exposes/sets the following enviroment variables.```
ENV NER_VERSION_DATE 2015-12-09
ENV SPANISH_VERSION_DATE 2015-10-14
ENV NER_VERSION_NUMBER 3.6.0ENV CLASSPATH /ner
ENV STANFORD_MODELS /ner/classifiers
```