spaCy/website/_harp.json

98 lines
3.8 KiB
JSON
Raw Normal View History

2016-03-31 17:24:48 +03:00
{
"globals": {
2016-10-31 21:04:15 +03:00
"title": "spaCy",
2016-03-31 17:24:48 +03:00
"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",
2016-10-31 21:04:15 +03:00
"SLOGAN": "Industrial-strength Natural Language Processing in Python",
2017-06-05 21:07:52 +03:00
"SITE_URL": "https://alpha.spacy.io",
2016-10-19 01:19:42 +03:00
"EMAIL": "contact@explosion.ai",
"COMPANY": "Explosion AI",
"COMPANY_URL": "https://explosion.ai",
"DEMOS_URL": "https://demos.explosion.ai",
2017-10-03 15:28:18 +03:00
"MODELS_REPO": "explosion/spacy-models",
2016-11-08 00:48:35 +03:00
2017-10-03 15:28:18 +03:00
"SPACY_VERSION": "2.0",
2016-10-31 21:04:15 +03:00
2016-10-03 21:19:13 +03:00
"SOCIAL": {
"twitter": "spacy_io",
"github": "explosion",
2016-11-25 04:29:48 +03:00
"reddit": "spacynlp",
2017-01-01 05:17:29 +03:00
"codepen": "explosion",
"gitter": "explosion/spaCy"
2016-03-31 17:24:48 +03:00
},
2016-10-31 21:04:15 +03:00
"NAVIGATION": {
2017-10-03 15:28:18 +03:00
"Usage": "/usage",
"Models": "/models",
"API": "/api"
2016-10-31 21:04:15 +03:00
},
"FOOTER": {
"spaCy": {
2017-10-03 15:28:18 +03:00
"Usage": "/usage",
"Models": "/models",
"API Reference": "/api",
"Resources": "/usage/resources"
2016-10-31 21:04:15 +03:00
},
"Support": {
"Issue Tracker": "https://github.com/explosion/spaCy/issues",
"StackOverflow": "http://stackoverflow.com/questions/tagged/spacy",
2017-10-03 15:28:18 +03:00
"Reddit Usergroup": "https://www.reddit.com/r/spacynlp/",
"Gitter Chat": "https://gitter.im/explosion/spaCy"
2016-10-31 21:04:15 +03:00
},
"Connect": {
"Twitter": "https://twitter.com/spacy_io",
"GitHub": "https://github.com/explosion/spaCy",
"Blog": "https://explosion.ai/blog",
"Contact": "mailto:contact@explosion.ai"
}
2016-11-01 04:12:25 +03:00
},
2017-05-17 13:03:42 +03:00
"QUICKSTART": [
{ "id": "os", "title": "Operating system", "options": [
{ "id": "mac", "title": "macOS / OSX", "checked": true },
{ "id": "windows", "title": "Windows" },
{ "id": "linux", "title": "Linux" }]
},
{ "id": "package", "title": "Package manager", "options": [
{ "id": "pip", "title": "pip", "checked": true },
{ "id": "conda", "title": "conda" },
{ "id": "source", "title": "from source" }]
},
{ "id": "python", "title": "Python version", "options": [
{ "id": 2, "title": "2.x" },
{ "id": 3, "title": "3.x", "checked": true }]
},
{ "id": "config", "title": "Configuration", "multiple": true, "options": [
{"id": "venv", "title": "virtualenv", "help": "Use a virtual environment and install spaCy into a user directory" },
{"id": "gpu", "title": "GPU", "help": "Run spaCy on GPU to make it faster. Requires an NVDIA graphics card with CUDA 2+. See section below for more info."}]
2017-05-17 13:03:42 +03:00
},
2017-10-03 15:28:18 +03:00
{ "id": "model", "title": "Models", "multiple": true }
2017-05-17 13:03:42 +03:00
],
"QUICKSTART_MODELS": [
2017-10-03 15:28:18 +03:00
{ "id": "lang", "title": "Language"},
{ "id": "load", "title": "Loading style", "options": [
{ "id": "spacy", "title": "Use spacy.load()", "checked": true, "help": "Use spaCy's built-in loader to load the model by name." },
{ "id": "module", "title": "Import as module", "help": "Import the model explicitly as a Python module." }]
},
{ "id": "config", "title": "Options", "multiple": true, "options": [
{ "id": "example", "title": "Show usage example" }]
}
],
"ALPHA": true,
2017-10-03 15:28:18 +03:00
"V_CSS": "2.0",
"V_JS": "2.0",
2017-01-17 19:55:59 +03:00
"DEFAULT_SYNTAX": "python",
2016-11-01 04:12:25 +03:00
"ANALYTICS": "UA-58931649-1",
"MAILCHIMP": {
"user": "spacy.us12",
"id": "83b0498b1e7fa3c91ce68c3f1",
"list": "89ad33e698"
2016-10-31 21:04:15 +03:00
}
2016-03-31 17:24:48 +03:00
}
}