Skip to content

A small tool that EXPLains spACY parse results. See what I did there?

License

Notifications You must be signed in to change notification settings

tylerneylon/explacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explacy

This is a small script to explain spacy parse results.

Here's an example output:

Installing

This is a single Python module, so the easiest way to use it is to simply download the main file:

wget https://raw.githubusercontent.com/tylerneylon/explacy/master/explacy.py

You will also need to have spacy installed, along with a working language model. See the official installation instructions for spacy. If you use pip to install Python libraries, then your spacy installation may look like this:

pip install spacy
python -m spacy download en

If you use Anaconda, it will be different; see the spacy docs.

"License," or "This is as free as I can make it"

This project is in the public domain.

To the extent possible under law, the author (Tyler Neylon) has waived all copyright and related neighboring rights to explacy. This work is published from: The United States.

See also the UNLICENSE file.

About

A small tool that EXPLains spACY parse results. See what I did there?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages