mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
98 lines
3.8 KiB
JSON
98 lines
3.8 KiB
JSON
{
|
|
"globals": {
|
|
"title": "spaCy",
|
|
"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 in Python",
|
|
"SITE_URL": "https://alpha.spacy.io",
|
|
"EMAIL": "contact@explosion.ai",
|
|
|
|
"COMPANY": "Explosion AI",
|
|
"COMPANY_URL": "https://explosion.ai",
|
|
"DEMOS_URL": "https://demos.explosion.ai",
|
|
"MODELS_REPO": "explosion/spacy-models",
|
|
|
|
"SPACY_VERSION": "2.0",
|
|
|
|
"SOCIAL": {
|
|
"twitter": "spacy_io",
|
|
"github": "explosion",
|
|
"reddit": "spacynlp",
|
|
"codepen": "explosion",
|
|
"gitter": "explosion/spaCy"
|
|
},
|
|
|
|
"NAVIGATION": {
|
|
"Usage": "/usage",
|
|
"Models": "/models",
|
|
"API": "/api"
|
|
},
|
|
|
|
"FOOTER": {
|
|
"spaCy": {
|
|
"Usage": "/usage",
|
|
"Models": "/models",
|
|
"API Reference": "/api",
|
|
"Resources": "/usage/resources"
|
|
},
|
|
"Support": {
|
|
"Issue Tracker": "https://github.com/explosion/spaCy/issues",
|
|
"StackOverflow": "http://stackoverflow.com/questions/tagged/spacy",
|
|
"Reddit Usergroup": "https://www.reddit.com/r/spacynlp/",
|
|
"Gitter Chat": "https://gitter.im/explosion/spaCy"
|
|
},
|
|
"Connect": {
|
|
"Twitter": "https://twitter.com/spacy_io",
|
|
"GitHub": "https://github.com/explosion/spaCy",
|
|
"Blog": "https://explosion.ai/blog",
|
|
"Contact": "mailto:contact@explosion.ai"
|
|
}
|
|
},
|
|
|
|
"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."}]
|
|
},
|
|
{ "id": "model", "title": "Models", "multiple": true }
|
|
],
|
|
|
|
"QUICKSTART_MODELS": [
|
|
{ "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,
|
|
"V_CSS": "2.0a3",
|
|
"V_JS": "2.0a0",
|
|
"DEFAULT_SYNTAX": "python",
|
|
"ANALYTICS": "UA-58931649-1",
|
|
"MAILCHIMP": {
|
|
"user": "spacy.us12",
|
|
"id": "83b0498b1e7fa3c91ce68c3f1",
|
|
"list": "89ad33e698"
|
|
}
|
|
}
|
|
}
|