Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/explosion/spacy-dev-resources
💫 Scripts, tools and resources for developing spaCy
https://github.com/explosion/spacy-dev-resources
natural-language-processing nlp python spacy
Last synced: about 2 months ago
JSON representation
💫 Scripts, tools and resources for developing spaCy
- Host: GitHub
- URL: https://github.com/explosion/spacy-dev-resources
- Owner: explosion
- License: mit
- Archived: true
- Created: 2016-12-17T13:47:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T11:15:46.000Z (over 5 years ago)
- Last Synced: 2024-09-21T09:32:46.924Z (about 2 months ago)
- Topics: natural-language-processing, nlp, python, spacy
- Language: Python
- Homepage: https://spacy.io/docs
- Size: 9.8 MB
- Stars: 125
- Watchers: 14
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spaCy Developer Resources
> ⚠️ This repository is outdated and has been archived. Instead of providing separate scripts, we've been focusing on [standardising our formats](https://github.com/explosion/spaCy/issues/2928), improving the [documentation](https://spacy.io) and updating the [core library](https://github.com/explosion/spaCy) to require fewer utilities.
This repository is a collection of community resources and contains scripts, tools and helpers for developing [spaCy](https://github.com/explosion/spaCy), adding new languages and training new models.
## Table of contents| Directory | Description |
| --- | --- |
| [`corpus-utils`](corpus-utils) | Scripts used to transform treebanks. *Work in progress*. |
| [`fabfile`](fabfile) | Utility commands to be used with [Fabric](http://www.fabfile.org). |
| [`jupyter-displacy`](jupyter-displacy) | Simple extension to visualise [displaCy](https://github.com/explosion/displacy) dependency parses in [Jupyter](http://jupyter.org/) Notebooks. |
| [`spacy-annotator`](spacy-annotator) | Trainable server for named entities that can be connected to a front-end, by [@tcrossland](https://github.com/tcrossland) |
| [`templates`](templates) | Template files for adding spaCy extensions, like new languages. |
| [`training`](training) | Scripts and services for producing spaCy models. |
| [`vocab`](vocab) | [Fabric](http://www.fabfile.org) scripts for creating vocabulary, Brown clusters and word vectors from a Wikipedia and other corpora. |