From 7037da7d21f60cc5a5121db916ee375e0ab1e5e3 Mon Sep 17 00:00:00 2001 From: Trevor Zhang Date: Wed, 30 Nov 2022 23:54:44 +0800 Subject: [PATCH] Fix typos. --- website/docs/api/top-level.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/api/top-level.md b/website/docs/api/top-level.md index ff4859431..9b1e8b257 100644 --- a/website/docs/api/top-level.md +++ b/website/docs/api/top-level.md @@ -1009,7 +1009,7 @@ This method was previously available as `spacy.gold.spans_from_biluo_tags`. Convert a sequence of [BILUO](/usage/linguistic-features#accessing-ner) tags to [IOB](/usage/linguistic-features#accessing-ner) tags. This is useful if you want use the [BILUO](/usage/linguistic-features#accessing-ner) tags with a model that -only support [IOB](/usage/linguistic-features#accessing-ner) tags. +only supports [IOB](/usage/linguistic-features#accessing-ner) tags. > #### Example > @@ -1031,7 +1031,7 @@ only support [IOB](/usage/linguistic-features#accessing-ner) tags. Convert a sequence of [IOB](/usage/linguistic-features#accessing-ner) tags to [BILUO](/usage/linguistic-features#accessing-ner) tags. This is useful if you want use the [IOB](/usage/linguistic-features#accessing-ner) tags with a model -that only support [BILUO](/usage/linguistic-features#accessing-ner) tags. +that only supports [BILUO](/usage/linguistic-features#accessing-ner) tags.