All Projects โ†’ explosion โ†’ Spacy Services

explosion / Spacy Services

Licence: mit
๐Ÿ’ซ REST microservices for various spaCy-related tasks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Spacy Services

Spacy Js
๐ŸŽ€ JavaScript API for spaCy with Python REST API
Stars: โœญ 123 (-46.52%)
Mutual labels:  rest-api, natural-language-processing, spacy
Rasa
๐Ÿ’ฌ Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: โœญ 13,219 (+5647.39%)
Mutual labels:  natural-language-processing, spacy
Textacy
NLP, before and after spaCy
Stars: โœญ 1,849 (+703.91%)
Mutual labels:  natural-language-processing, spacy
Spacymoji
๐Ÿ’™ Emoji handling and meta data for spaCy with custom extension attributes
Stars: โœญ 151 (-34.35%)
Mutual labels:  natural-language-processing, spacy
Pytextrank
Python implementation of TextRank for phrase extraction and summarization of text documents
Stars: โœญ 1,675 (+628.26%)
Mutual labels:  natural-language-processing, spacy
Spacy Dev Resources
๐Ÿ’ซ Scripts, tools and resources for developing spaCy
Stars: โœญ 123 (-46.52%)
Mutual labels:  natural-language-processing, spacy
Spacy Course
๐Ÿ‘ฉโ€๐Ÿซ Advanced NLP with spaCy: A free online course
Stars: โœญ 1,920 (+734.78%)
Mutual labels:  natural-language-processing, spacy
Spacy Graphql
๐Ÿคนโ€โ™€๏ธ Query spaCy's linguistic annotations using GraphQL
Stars: โœญ 81 (-64.78%)
Mutual labels:  natural-language-processing, spacy
Cookiecutter Spacy Fastapi
Cookiecutter API for creating Custom Skills for Azure Search using Python and Docker
Stars: โœญ 179 (-22.17%)
Mutual labels:  natural-language-processing, spacy
Displacy Ent
๐Ÿ’ฅ displaCy-ent.js: An open-source named entity visualiser for the modern web
Stars: โœญ 191 (-16.96%)
Mutual labels:  natural-language-processing, spacy
Thinc
๐Ÿ”ฎ A refreshing functional take on deep learning, compatible with your favorite libraries
Stars: โœญ 2,422 (+953.04%)
Mutual labels:  natural-language-processing, spacy
Open Semantic Entity Search Api
Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names
Stars: โœญ 98 (-57.39%)
Mutual labels:  rest-api, natural-language-processing
Jupyterlab Prodigy
๐Ÿงฌ A JupyterLab extension for annotating data with Prodigy
Stars: โœญ 97 (-57.83%)
Mutual labels:  natural-language-processing, spacy
Tageditor
๐Ÿ–TagEditor - Annotation tool for spaCy
Stars: โœญ 92 (-60%)
Mutual labels:  natural-language-processing, spacy
Spacy Api Docker
spaCy REST API, wrapped in a Docker container.
Stars: โœญ 222 (-3.48%)
Mutual labels:  natural-language-processing, spacy
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: โœญ 1,868 (+712.17%)
Mutual labels:  natural-language-processing, spacy
Python nlp tutorial
This repository provides everything to get started with Python for Text Mining / Natural Language Processing (NLP)
Stars: โœญ 72 (-68.7%)
Mutual labels:  natural-language-processing, spacy
Graceful
Elegant Python REST toolkit built on top of falcon
Stars: โœญ 73 (-68.26%)
Mutual labels:  rest-api, falcon
Cleannlp
R package providing annotators and a normalized data model for natural language processing
Stars: โœญ 174 (-24.35%)
Mutual labels:  natural-language-processing, spacy
Spacy Lookup
Named Entity Recognition based on dictionaries
Stars: โœญ 212 (-7.83%)
Mutual labels:  natural-language-processing, spacy

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. ๐Ÿ–ผ
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].