spaCy/website/_harp.json

30 lines
880 B
JSON
Raw Normal View History

2016-03-31 17:24:48 +03:00
{
"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.",
2016-10-19 01:19:42 +03:00
"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",
2016-10-03 21:19:13 +03:00
"SOCIAL": {
"twitter": "spacy_io",
"github": "explosion",
"reddit": "spacynlp"
2016-03-31 17:24:48 +03:00
},
2016-10-03 21:19:13 +03:00
"SCRIPTS" : [ "main", "prism" ],
"DEFAULT_SYNTAX" : "python",
"ANALYTICS": "UA-58931649-1",
2016-03-31 17:24:48 +03:00
2016-10-21 01:59:39 +03:00
"SPACY_VERSION": "1.0",
"SPACY_STARS": "2500",
2016-10-03 21:19:13 +03:00
"GITHUB": { "user": "explosion", "repo": "spacy" }
2016-03-31 17:24:48 +03:00
}
}