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",
|
||||
"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",
|
||||
"domain": "spacy.io",
|
||||
"siteUrl": "https://v2.spacy.io",
|
||||
"domain": "v2.spacy.io",
|
||||
"legacy": true,
|
||||
"email": "contact@explosion.ai",
|
||||
"company": "Explosion AI",
|
||||
|
@ -25,8 +25,8 @@
|
|||
"indexName": "spacy"
|
||||
},
|
||||
"binderUrl": "explosion/spacy-io-binder",
|
||||
"binderBranch": "live",
|
||||
"binderVersion": "2.3.0",
|
||||
"binderBranch": "v2.spacy.io",
|
||||
"binderVersion": "2.3.5",
|
||||
"sections": [
|
||||
{ "id": "usage", "title": "Usage Documentation", "theme": "blue" },
|
||||
{ "id": "models", "title": "Models Documentation", "theme": "blue" },
|
||||
|
|
|
@ -150,12 +150,10 @@ const Landing = ({ data }) => {
|
|||
|
||||
<LandingBannerGrid>
|
||||
<LandingBanner
|
||||
title="spaCy v3.0 nightly: Transformer-based pipelines, new training system, project templates & more"
|
||||
label="Try the pre-release"
|
||||
to="https://nightly.spacy.io"
|
||||
title="spaCy v3.0: Transformer-based pipelines, new training system, project templates & more"
|
||||
label="Out now"
|
||||
to="https://spacy.io"
|
||||
button="See what's new"
|
||||
background="#8758fe"
|
||||
color="#ffffff"
|
||||
small
|
||||
>
|
||||
spaCy v3.0 features all new <strong>transformer-based pipelines</strong> that
|
||||
|
|
Loading…
Reference in New Issue
Block a user