Fix sentence [ci skip]

This commit is contained in:
Ines Montani 2021-06-24 11:40:36 +10:00
parent ca0d904faa
commit a1e4aca267
1 changed files with 3 additions and 4 deletions

View File

@ -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.