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 REST services

This repository includes REST microservices for various spaCy-related tasks. The services power our interactive demos and can be used as examples of exposing spaCy's capabilities as a microservice. All APIs are built with hug and require Python 3. The following services are available – for more details, see the API docs in the respective directories.

Service Description Example
displacy Serve a spaCy model and extract dependencies and named entities. πŸ–Ό, πŸ–Ό
sense2vec Serve a sense2vec model with automatic sense detection. πŸ–Ό
matcher Run a match pattern over a text and return the matches and tokens as JSON. πŸ–Ό
You can’t perform that action at this time.