https://github.com/explosion/displacy
Raw File
Tip revision: a18486da3ea8b327f64141c035be8b06ff158453 authored by Ines Montani on 08 April 2018, 21:10:36 UTC
Update README.md
Tip revision: a18486d
_data.json
{
    "index": {
        "title": "displaCy Dependency Visualizer",
        "description": "Visualise spaCy's guess at the syntactic structure of a sentence. Arrows point from children to heads, and are labelled by their relation type.",
        "github": "explosion/displacy",
        "readmore": "https://explosion.ai/blog/displacy-js-nlp-visualizer",
        "api": "https://api.explosion.ai/displacy/dep/",

        "scripts": [
            "displacy",
            "main"
        ]
    }
}
back to top