Remove redundant links.

This commit is contained in:
Trevor Zhang 2022-12-01 13:40:24 +08:00
parent 7037da7d21
commit ed4626f309

View File

@ -1008,8 +1008,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 supports [IOB](/usage/linguistic-features#accessing-ner) tags.
use the BILUO tags with a model that only supports IOB tags.
> #### Example
>
@ -1030,8 +1029,7 @@ only supports [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 supports [BILUO](/usage/linguistic-features#accessing-ner) tags.
want use the IOB tags with a model that only supports BILUO tags.
<Infobox title="Changed in v3.0" variant="warning" id="iob_to_biluo">