Update website for v2.0.12 [ci skip]

This commit is contained in:
ines 2018-07-24 21:04:22 +02:00
parent e05bebce8e
commit 1b3da8d2ae
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
"MODELS_REPO": "explosion/spacy-models",
"SPACY_VERSION": "2.0",
"BINDER_VERSION": "2.0.11",
"BINDER_VERSION": "2.0.12",
"SOCIAL": {
"twitter": "spacy_io",

View File

@ -10,7 +10,7 @@
- MODEL_COUNT = Object.keys(MODELS).map(m => Object.keys(MODELS[m]).length).reduce((a, b) => a + b)
- MODEL_LANG_COUNT = Object.keys(MODELS).length
- LANG_COUNT = Object.keys(LANGUAGES).length
- LANG_COUNT = Object.keys(LANGUAGES).length - 1
- MODEL_META = public.models._data.MODEL_META
- MODEL_LICENSES = public.models._data.MODEL_LICENSES