mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
30 lines
884 B
JSON
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" }
|
|
}
|
|
}
|