mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Add spacy-report to universe (#10910)
* Add spacy-report to universe * Remove extra comma Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
This commit is contained in:
parent
24aafdffad
commit
e7d2b26966
|
@ -1,5 +1,25 @@
|
||||||
{
|
{
|
||||||
"resources": [
|
"resources": [
|
||||||
|
{
|
||||||
|
"id": "spacy-report",
|
||||||
|
"title": "spacy-report",
|
||||||
|
"slogan": "Generates interactive reports for spaCy models.",
|
||||||
|
"description": "The goal of spacy-report is to offer static reports for spaCy models that help users make better decisions on how the models can be used.",
|
||||||
|
"github": "koaning/spacy-report",
|
||||||
|
"pip": "spacy-report",
|
||||||
|
"thumb": "https://github.com/koaning/spacy-report/raw/main/icon.png",
|
||||||
|
"image": "https://raw.githubusercontent.com/koaning/spacy-report/main/gif.gif",
|
||||||
|
"code_example": [
|
||||||
|
"python -m spacy report textcat training/model-best/ corpus/train.spacy corpus/dev.spacy"
|
||||||
|
],
|
||||||
|
"category": ["visualizers", "research"],
|
||||||
|
"author": "Vincent D. Warmerdam",
|
||||||
|
"author_links": {
|
||||||
|
"twitter": "fishnets88",
|
||||||
|
"github": "koaning",
|
||||||
|
"website": "https://koaning.io"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "scrubadub_spacy",
|
"id": "scrubadub_spacy",
|
||||||
"title": "scrubadub_spacy",
|
"title": "scrubadub_spacy",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user