Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/turbolent/spacy-thrift
- Owner: turbolent
- License: mit
- Created: 2016-04-04T22:08:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T04:13:58.000Z (over 6 years ago)
- Last Synced: 2024-10-01T05:41:24.457Z (3 months ago)
- Topics: named-entity-recognition, ner, nlp, part-of-speech, part-of-speech-tagger, pos, python, service, spacy, thrift
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`