mirror of https://github.com/explosion/spaCy.git
remove universe object: spacy-vis
This commit is contained in:
parent
880e7db44e
commit
b94bcaa62f
|
@ -1274,21 +1274,6 @@
|
||||||
"github": "huggingface"
|
"github": "huggingface"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "spacy-vis",
|
|
||||||
"slogan": "A visualisation tool for spaCy using Hierplane",
|
|
||||||
"description": "A visualiser for spaCy annotations. This visualisation uses the [Hierplane](https://allenai.github.io/hierplane/) Library to render the dependency parse from spaCy's models. It also includes visualisation of entities and POS tags within nodes.",
|
|
||||||
"github": "DeNeutoy/spacy-vis",
|
|
||||||
"url": "http://spacyvis.allennlp.org/spacy-parser",
|
|
||||||
"thumb": "https://i.imgur.com/DAG9QFd.jpg",
|
|
||||||
"image": "https://raw.githubusercontent.com/DeNeutoy/spacy-vis/master/img/example.gif",
|
|
||||||
"author": "Mark Neumann",
|
|
||||||
"author_links": {
|
|
||||||
"twitter": "MarkNeumannnn",
|
|
||||||
"github": "DeNeutoy"
|
|
||||||
},
|
|
||||||
"category": ["visualizers"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "matcher-explorer",
|
"id": "matcher-explorer",
|
||||||
"title": "Rule-based Matcher Explorer",
|
"title": "Rule-based Matcher Explorer",
|
||||||
|
|
Loading…
Reference in New Issue