The Wayback Machine - https://web.archive.org/web/20200905143006/https://github.com/turbolent/spacy-http
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.