mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
Update meta [ci skip]
This commit is contained in:
parent
fba7550537
commit
6daf2381fa
|
@ -2,8 +2,8 @@
|
||||||
"title": "spaCy",
|
"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.",
|
"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",
|
"slogan": "Industrial-strength Natural Language Processing in Python",
|
||||||
"siteUrl": "https://spacy.io",
|
"siteUrl": "https://v2.spacy.io",
|
||||||
"domain": "spacy.io",
|
"domain": "v2.spacy.io",
|
||||||
"legacy": true,
|
"legacy": true,
|
||||||
"email": "contact@explosion.ai",
|
"email": "contact@explosion.ai",
|
||||||
"company": "Explosion AI",
|
"company": "Explosion AI",
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
"indexName": "spacy"
|
"indexName": "spacy"
|
||||||
},
|
},
|
||||||
"binderUrl": "explosion/spacy-io-binder",
|
"binderUrl": "explosion/spacy-io-binder",
|
||||||
"binderBranch": "live",
|
"binderBranch": "v2.spacy.io",
|
||||||
"binderVersion": "2.3.0",
|
"binderVersion": "2.3.5",
|
||||||
"sections": [
|
"sections": [
|
||||||
{ "id": "usage", "title": "Usage Documentation", "theme": "blue" },
|
{ "id": "usage", "title": "Usage Documentation", "theme": "blue" },
|
||||||
{ "id": "models", "title": "Models Documentation", "theme": "blue" },
|
{ "id": "models", "title": "Models Documentation", "theme": "blue" },
|
||||||
|
|
|
@ -150,12 +150,10 @@ const Landing = ({ data }) => {
|
||||||
|
|
||||||
<LandingBannerGrid>
|
<LandingBannerGrid>
|
||||||
<LandingBanner
|
<LandingBanner
|
||||||
title="spaCy v3.0 nightly: Transformer-based pipelines, new training system, project templates & more"
|
title="spaCy v3.0: Transformer-based pipelines, new training system, project templates & more"
|
||||||
label="Try the pre-release"
|
label="Out now"
|
||||||
to="https://nightly.spacy.io"
|
to="https://spacy.io"
|
||||||
button="See what's new"
|
button="See what's new"
|
||||||
background="#8758fe"
|
|
||||||
color="#ffffff"
|
|
||||||
small
|
small
|
||||||
>
|
>
|
||||||
spaCy v3.0 features all new <strong>transformer-based pipelines</strong> that
|
spaCy v3.0 features all new <strong>transformer-based pipelines</strong> that
|
||||||
|
|
Loading…
Reference in New Issue
Block a user