From a1e4aca267ecc175184bd9d70bbee051d798f168 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 24 Jun 2021 11:40:36 +1000 Subject: [PATCH] Fix sentence [ci skip] --- website/docs/usage/v3-1.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/docs/usage/v3-1.md b/website/docs/usage/v3-1.md index 6a02b5e4c..9ebb8b094 100644 --- a/website/docs/usage/v3-1.md +++ b/website/docs/usage/v3-1.md @@ -127,10 +127,9 @@ your own. ### Resizable text classification architectures {#resizable-textcat} -Previously, a trained [`TextCategorizer`](/api/textcategorizer) architectures -could not be resized, meaning that you couldn't add new labels to an already -trained text classifier. In spaCy v3.1, the -[TextCatCNN](/api/architectures#TextCatCNN) and +Previously, the [`TextCategorizer`](/api/textcategorizer) architectures could +not be resized, meaning that you couldn't add new labels to an already trained +model. In spaCy v3.1, the [TextCatCNN](/api/architectures#TextCatCNN) and [TextCatBOW](/api/architectures#TextCatBOW) architectures are now resizable, while ensuring that the predictions for the old labels remain the same.