GitXplorerGitXplorer
e

spacy-dev-resources

public
125 stars
55 forks
0 issues

Commits

List of commits on branch master.
Unverified
ac77d8b894359deb1e433fb3dde82a7f1665df2b

Merge pull request #18 from phuong/master

iines committed 8 years ago
Unverified
bb914e24d5ed1a6283fa53388baefc99cc88f1ba

Add note about installing displacy.js directly (resolves #14)

iines committed 8 years ago
Unverified
0dcd9cfdd47e7bfbf2505fa782d78858b283ecff

Import io

pphuong committed 8 years ago
Unverified
041be5cfbac9db307540204e162dda6dbab43f5c

Merge pull request #15 from Ferdous-Al-Imran/master

iines committed 8 years ago
Unverified
0855a0ce316cffa4a91632dfc3ad0a71212593c5

fix typo , use <lang> instead of nu

committed 8 years ago
Unverified
6001503b48d688b741894d213aafa77cd27ff59b

Merge pull request #13 from oroszgy/corpus_processing

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