Fix sentence [ci skip]

This commit is contained in:
Ines Montani 2021-06-24 11:40:36 +10:00
parent ca0d904faa
commit a1e4aca267

View File

@ -127,10 +127,9 @@ your own.
### Resizable text classification architectures {#resizable-textcat} ### Resizable text classification architectures {#resizable-textcat}
Previously, a trained [`TextCategorizer`](/api/textcategorizer) architectures Previously, the [`TextCategorizer`](/api/textcategorizer) architectures could
could not be resized, meaning that you couldn't add new labels to an already not be resized, meaning that you couldn't add new labels to an already trained
trained text classifier. In spaCy v3.1, the model. In spaCy v3.1, the [TextCatCNN](/api/architectures#TextCatCNN) and
[TextCatCNN](/api/architectures#TextCatCNN) and
[TextCatBOW](/api/architectures#TextCatBOW) architectures are now resizable, [TextCatBOW](/api/architectures#TextCatBOW) architectures are now resizable,
while ensuring that the predictions for the old labels remain the same. while ensuring that the predictions for the old labels remain the same.