2016-03-31 17:24:48 +03:00
{
"globals" : {
2016-10-31 21:04:15 +03:00
"title" : "spaCy" ,
2018-04-29 03:06:46 +03:00
"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." ,
2016-03-31 17:24:48 +03:00
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-11-07 14:00:43 +03:00
"SITE_URL" : "https://spacy.io" ,
2016-10-19 01:19:42 +03:00
"EMAIL" : "contact@explosion.ai" ,
"COMPANY" : "Explosion AI" ,
"COMPANY_URL" : "https://explosion.ai" ,
2018-04-29 03:06:46 +03:00
"DEMOS_URL" : "https://explosion.ai/demos" ,
2017-10-03 15:28:18 +03:00
"MODELS_REPO" : "explosion/spacy-models" ,
2016-11-08 00:48:35 +03:00
2018-07-10 14:51:45 +03:00
"SPACY_VERSION" : "2.1" ,
2018-04-29 03:06:46 +03:00
"BINDER_VERSION" : "2.0.11" ,
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" ,
2018-04-29 03:06:46 +03:00
"API" : "/api" ,
"Universe" : "/universe"
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" ,
2018-04-29 03:06:46 +03:00
"Universe" : "/universe"
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" : [
2017-11-06 21:35:36 +03:00
{ "id" : "venv" , "title" : "virtualenv" , "help" : "Use a virtual environment and install spaCy into a user directory" } ]
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
] ,
2017-05-21 21:55:52 +03:00
"QUICKSTART_MODELS" : [
2017-10-03 15:28:18 +03:00
{ "id" : "lang" , "title" : "Language" } ,
2017-05-21 21:55:52 +03:00
{ "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" } ]
}
] ,
2018-06-12 11:58:50 +03:00
"V_CSS" : "2.2.1" ,
2018-06-28 12:48:17 +03:00
"V_JS" : "2.2.2" ,
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
}
}