spaCy/website/meta/site.json

81 lines
3.0 KiB
JSON
Raw Normal View History

{
"title": "spaCy",
"description": "spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more.",
"slogan": "Industrial-strength Natural Language Processing in Python",
"siteUrl": "https://spacy.io",
2020-07-19 01:02:29 +03:00
"domain": "spacy.io",
2020-07-01 15:42:59 +03:00
"siteUrlNightly": "https://nightly.spacy.io",
2020-07-19 01:02:29 +03:00
"domainNightly": "nightly.spacy.io",
"nightlyBranches": ["nightly.spacy.io"],
"email": "contact@explosion.ai",
2020-07-06 16:57:44 +03:00
"company": "Explosion",
"companyUrl": "https://explosion.ai",
"repo": "explosion/spaCy",
"modelsRepo": "explosion/spacy-models",
2020-09-20 18:44:58 +03:00
"projectsRepo": "explosion/projects/tree/v3",
"social": {
"twitter": "spacy_io",
2019-09-14 17:32:24 +03:00
"github": "explosion"
},
"theme": "#09a3d5",
"newsletter": {
"user": "spacy.us12",
"id": "83b0498b1e7fa3c91ce68c3f1",
"list": "89ad33e698"
},
"docSearch": {
"apiKey": "371e26ed49d29a27bd36273dfdaf89af",
"indexName": "spacy"
},
2020-06-16 18:34:26 +03:00
"binderUrl": "explosion/spacy-io-binder",
2019-03-22 20:16:46 +03:00
"binderBranch": "live",
2020-09-12 18:05:10 +03:00
"binderVersion": "3.0.0",
"sections": [
{ "id": "usage", "title": "Usage Documentation", "theme": "blue" },
{ "id": "models", "title": "Models Documentation", "theme": "blue" },
{ "id": "api", "title": "API Documentation", "theme": "green" },
{ "id": "universe", "title": "Universe", "theme": "purple" }
],
"navigation": [
{ "text": "Usage", "url": "/usage" },
{ "text": "Models", "url": "/models" },
{ "text": "API", "url": "/api" },
{ "text": "Universe", "url": "/universe" }
],
"footer": [
{
"label": "spaCy",
"items": [
{ "text": "Usage", "url": "/usage" },
{ "text": "Models", "url": "/models" },
2020-09-12 18:05:10 +03:00
{ "text": "API Reference", "url": "/api" },
{ "text": "Online Course", "url": "https://course.spacy.io" }
]
},
{
2020-09-12 18:05:10 +03:00
"label": "Community",
"items": [
2020-09-12 18:05:10 +03:00
{ "text": "Universe", "url": "/universe" },
2020-12-11 02:05:21 +03:00
{
2020-12-11 02:19:42 +03:00
"text": "GitHub Discussions",
2020-12-11 02:05:21 +03:00
"url": "https://github.com/explosion/spaCy/discussions"
},
{ "text": "Issue Tracker", "url": "https://github.com/explosion/spaCy/issues" },
{
"text": "Stack Overflow",
"url": "http://stackoverflow.com/questions/tagged/spacy"
2020-09-12 18:05:10 +03:00
}
]
},
{
"label": "Connect",
"items": [
{ "text": "Twitter", "url": "https://twitter.com/spacy_io" },
{ "text": "GitHub", "url": "https://github.com/explosion/spaCy" },
2019-09-14 17:32:24 +03:00
{ "text": "YouTube", "url": "https://youtube.com/c/ExplosionAI" },
{ "text": "Blog", "url": "https://explosion.ai/blog" }
]
}
]
}