spaCy/website/_data.json

60 lines
2.2 KiB
JSON
Raw Normal View History

2016-03-31 17:24:48 +03:00
{
"index": {
2016-10-03 21:19:13 +03:00
"landing": true,
"logos": [
2016-10-31 21:04:15 +03:00
{
2017-10-03 15:28:18 +03:00
"airbnb": [ "https://www.airbnb.com", 150, 45],
"quora": [ "https://www.quora.com", 120, 34 ],
"retriever": [ "https://www.retriever.no", 150, 33 ],
"stitchfix": [ "https://www.stitchfix.com", 150, 18 ]
2016-10-31 21:04:15 +03:00
},
{
2017-10-03 15:28:18 +03:00
"chartbeat": [ "https://chartbeat.com", 180, 25 ],
"allenai": [ "https://allenai.org", 220, 37 ]
}
],
"features": [
2016-10-31 21:04:15 +03:00
{
2017-11-10 21:05:10 +03:00
"recode": ["https://www.recode.net/2017/6/22/15855492/ai-artificial-intelligence-nonprofit-good-human-chatbots-machine-learning", 100, 25],
2017-10-03 15:28:18 +03:00
"wapo": ["https://www.washingtonpost.com/news/wonk/wp/2016/05/18/googles-new-artificial-intelligence-cant-understand-these-sentences-can-you/", 100, 77],
2017-11-10 21:05:10 +03:00
"bbc": ["http://www.bbc.co.uk/rd/blog/2017-08-irfs-weeknotes-number-250", 90, 26],
2017-10-03 15:28:18 +03:00
"microsoft": ["https://www.microsoft.com/developerblog/2016/09/13/training-a-classifier-for-relation-extraction-from-medical-literature/", 130, 28]
2017-11-10 21:05:10 +03:00
},
{
"venturebeat": ["https://venturebeat.com/2017/01/27/4-ai-startups-that-analyze-customer-reviews/", 150, 19],
"thoughtworks": ["https://www.thoughtworks.com/radar/tools", 150, 28]
2016-10-31 21:04:15 +03:00
}
2016-10-03 21:19:13 +03:00
]
2016-03-31 17:24:48 +03:00
},
"robots.txt": {
2016-03-31 17:24:48 +03:00
"layout": false
},
"404": {
"title": "404 Error",
2016-10-31 21:04:15 +03:00
"landing": true
2016-03-31 17:24:48 +03:00
},
2017-10-03 15:28:18 +03:00
"styleguide": {
"title": "Styleguide",
"sidebar": {
"Styleguide": { "": "styleguide" },
"Resources": {
"Website Source": "https://github.com/explosion/spacy/tree/master/website",
"Contributing Guide": "https://github.com/explosion/spaCy/blob/master/CONTRIBUTING.md"
}
},
"menu": {
"Introduction": "intro",
"Logo": "logo",
"Colors": "colors",
"Typography": "typography",
"Elements": "elements",
"Components": "components",
"Embeds": "embeds",
"Markup Reference": "markup"
}
2016-03-31 17:24:48 +03:00
}
}