Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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. |