- If you've come across a universe project that isn't working or is
+ If you've come across a universe project that isn't working or is
incompatible with the reported spaCy version, let us know by{' '}
opening a discussion thread
@@ -228,7 +228,7 @@ const Project = ({ data, components }) => (
)}
{data.cran && (
)}
diff --git a/website/src/widgets/landing.js b/website/src/widgets/landing.js
index 4081e7dab..c0ae4b78f 100644
--- a/website/src/widgets/landing.js
+++ b/website/src/widgets/landing.js
@@ -75,15 +75,15 @@ const Landing = ({ data }) => {
- Get a custom spaCy pipeline, tailor-made for your NLP problem by spaCy's
- core developers.
+ Get a custom spaCy pipeline, tailor-made for your NLP problem by
+ spaCy's core developers.
- spaCy's new project system gives you a smooth path from prototype to
+ spaCy's new project system gives you a smooth path from prototype to
production. It lets you keep track of all those{' '}
data transformation, preprocessing and{' '}
training steps, so you can make sure your project is always
@@ -237,11 +237,11 @@ const Landing = ({ data }) => {
small
>
spaCy v3.0 features all new transformer-based pipelines that
- bring spaCy's accuracy right up to the current state-of-the-art
- . You can use any pretrained transformer to train your own pipelines, and even
- share one transformer between multiple components with{' '}
- multi-task learning. Training is now fully configurable and
- extensible, and you can define your own custom models using{' '}
+ bring spaCy's accuracy right up to the current{' '}
+ state-of-the-art. You can use any pretrained transformer to
+ train your own pipelines, and even share one transformer between multiple
+ components with multi-task learning. Training is now fully
+ configurable and extensible, and you can define your own custom models using{' '}
PyTorch, TensorFlow and other frameworks.
- spaCy v3.0 introduces transformer-based pipelines that bring spaCy's
+ spaCy v3.0 introduces transformer-based pipelines that bring spaCy's
accuracy right up to the current state-of-the-art. You can
also use a CPU-optimized pipeline, which is less accurate but much cheaper
to run.
diff --git a/website/src/widgets/quickstart-models.js b/website/src/widgets/quickstart-models.js
index 5f94c60cb..bbde5a547 100644
--- a/website/src/widgets/quickstart-models.js
+++ b/website/src/widgets/quickstart-models.js
@@ -93,7 +93,7 @@ const QuickstartInstall = ({ id, title, description, children }) => {
import spacy
Benchmarks