https://github.com/turbolent/spacy-http
spaCy as a HTTP service
https://github.com/turbolent/spacy-http
api named-entity-recognition ner nlp part-of-speech part-of-speech-tagger pos python service spacy
Last synced: about 2 months ago
JSON representation
spaCy as a HTTP service
- Host: GitHub
- URL: https://github.com/turbolent/spacy-http
- Owner: turbolent
- License: mit
- Created: 2018-09-09T22:21:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T22:37:40.000Z (about 1 year ago)
- Last Synced: 2025-02-19T09:21:11.080Z (3 months ago)
- Topics: api, named-entity-recognition, ner, nlp, part-of-speech, part-of-speech-tagger, pos, python, service, spacy
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spacy-http
[spaCy](https://github.com/explosion/spaCy) as a HTTP service
## Usage
Download spaCy's parser model for English:
- `python3 -m spacy download en`
Run the service:
- `python3 -m spacyHttp`
Pass the `--ner` option to perform named-entity recognition.