turbolent / spacy-http

spaCy as a HTTP service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

spaCy as a HTTP service

License:MIT License


Languages

Language:Python 100.0%