spaCy/website/_harp.json
2016-10-03 20:19:13 +02:00

30 lines
884 B
JSON

{
"globals": {
"title": "spaCy.io",
"description": "spaCy is a free open-source library featuring state-of-the-art speed and accuracy and a powerful Python API.",
"SITENAME": "spaCy",
"SLOGAN": "Industrial-strength Natural Language Processing",
"SITE_URL": "https://spacy.io",
"EMAIL": "contact@explosion.ai",
"COMPANY": "Explosion AI",
"COMPANY_URL": "https://explosion.ai",
"DEMOS_URL": "https://demos.explosion.ai",
"SOCIAL": {
"twitter": "spacy_io",
"github": "explosion",
"reddit": "spacynlp"
},
"SCRIPTS" : [ "main", "prism" ],
"DEFAULT_SYNTAX" : "python",
"ANALYTICS": "UA-58931649-1",
"SPACY_VERSION": "0.101.0",
"SPACY_STARS": "2300",
"GITHUB": { "user": "explosion", "repo": "spacy" }
}
}