spacy-http

spaCy as a HTTP service


Keywords
natural, language, processing, nlp, api, named-entity-recognition, ner, part-of-speech, part-of-speech-tagger, pos, python, service, spacy
License
MIT
Install
pip install spacy-http==0.1.1

Documentation

spacy-http

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.