GitXplorerGitXplorer
e

spacy-dev-resources

public
125 stars
55 forks
0 issues

Commits

List of commits on branch master.
Unverified
e2ddb254379bd3a8afe72ee0749ae6bf996ed92a

Merge branch 'master' of github.com:explosion/spacy-dev-resources into corpus_processing

committed 8 years ago
Unverified
10b40bbf5b234b500d90a6cb0607f68566512f35

Merge pull request #12 from Tpt/patch-1

iines committed 8 years ago
Unverified
4caeba70a9da659ef181f308764e37202ff1a7af

Made sure that input text is properly encoded.

committed 8 years ago
Unverified
4dec5f52bab88c69a16f78c1108127451375ac60

Uses HTTPS to clone GitHub repositories

TTpt committed 8 years ago
Unverified
eac768d62a78e8bbdd2e79fd701bfa75e76e407c

Updated Readme

committed 8 years ago
Unverified
616e0eb9db15069c5ad63543d0dd5ec6a92a5279

Merge branch 'master' of https://github.com/explosion/spacy-dev-resources

hhonnibal committed 8 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.