An open API service indexing awesome lists of open source software.

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

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.