GitXplorerGitXplorer
e

spacy-dev-resources

public
125 stars
55 forks
0 issues

Commits

List of commits on branch master.
Verified
1494901a00499e35b2137a8014b603ae3f18da3c

Update README.md

iines committed 6 years ago
Verified
eff57ac7439957c894e87b92b8d83b88277f14db

Remove broken import (see explosion/spaCy#1852)

iines committed 7 years ago
Unverified
cedebe0a013b7f554c69a27d77135c30cf19c3ce

Add README to model package templates

iines committed 7 years ago
Unverified
b4dec6fefe3ef3fc4f79a780f45fe8f22e27c52f

Update language data templates for v2.0

iines committed 7 years ago
Unverified
ef7d519b0e77c505dbfa5043a27a2ff1c2fb7978

Merge pull request #22 from polm/add-shebangs

hhonnibal committed 7 years ago
Unverified
e55b5606f87950c69bef7f26745f87b20bbb496a

Add shebangs and chmod +x all scripts

ppolm committed 7 years ago

README

The README file for this repository.

spaCy Developer Resources

āš ļø This repository is outdated and has been archived. Instead of providing separate scripts, we've been focusing on standardising our formats, improving the documentation and updating the core library to require fewer utilities.

This repository is a collection of community resources and contains scripts, tools and helpers for developing spaCy, adding new languages and training new models.

Table of contents

Directory Description
corpus-utils Scripts used to transform treebanks. Work in progress.
fabfile Utility commands to be used with Fabric.
jupyter-displacy Simple extension to visualise displaCy dependency parses in Jupyter Notebooks.
spacy-annotator Trainable server for named entities that can be connected to a front-end, by @tcrossland
templates Template files for adding spaCy extensions, like new languages.
training Scripts and services for producing spaCy models.
vocab Fabric scripts for creating vocabulary, Brown clusters and word vectors from a Wikipedia and other corpora.