Skip to content

turbolent/spacy-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.