Visualizer for spaCy NER models
Project description
SpacySee
A project that helps you visualize your Spacy docs in Jupyter notebooks
Installation
pip install spacysee
Usage
from spacysee import render
nlp = spacy.load("en_core_web_sm")
doc = nlp("This is a neat way to visualize your Spacy docs")
render(doc, width="500", height="500")
Example
Notes
Each of the dependency tags, POS tags and morphological features are clickable. Clicking on a tag will bring up the relevant documentation for that tag.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spacysee-0.0.4.tar.gz
(454.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
spacysee-0.0.4-py3-none-any.whl
(78.7 kB
view details)
File details
Details for the file spacysee-0.0.4.tar.gz.
File metadata
- Download URL: spacysee-0.0.4.tar.gz
- Upload date:
- Size: 454.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
452ce8a54fcd8856eae9f8ecdd5b22bc36838e6d16d17abeda5138fbd6025fe6
|
|
| MD5 |
5aff84e9280b921d04dc69de49cb56c0
|
|
| BLAKE2b-256 |
d8e738f3694f4d34167a2496edb1a8f99391d646a2e027fa9f03c6b34225adc1
|
File details
Details for the file spacysee-0.0.4-py3-none-any.whl.
File metadata
- Download URL: spacysee-0.0.4-py3-none-any.whl
- Upload date:
- Size: 78.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88b7e6330b04ef0c50dc81e954e79880561b7fd666fc465b3ba2db7fb11dc53d
|
|
| MD5 |
3710d91eab4ab5ffd9729bb6e9ec6cf2
|
|
| BLAKE2b-256 |
b305f89e3fbf4d1b806f1fe3b603a4b5d7d26beec1a7e76a8f6be9eaeb9bcefe
|