Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/turbolent/spacy-thrift

spaCy as a service using Thrift
https://github.com/turbolent/spacy-thrift

named-entity-recognition ner nlp part-of-speech part-of-speech-tagger pos python service spacy thrift

Last synced: 2 months ago
JSON representation

spaCy as a service using Thrift

Awesome Lists containing this project

README

        

# spacy-thrift

[spaCy](https://github.com/explosion/spaCy) as a service using [Thrift](https://thrift.apache.org)

## Usage

Download spaCy's parser model for English:

- `python3 -m spacy download en`

Run the service:

- `python3 -m spacyThrift.service`

Pass the `--ner` option to perform named-entity recognition.

## Development

- The Thrift code can be updated using:

`make generate`

- If a new version of Thrift is used, also ensure the version is specified in `requirements.txt`