mirror of https://github.com/explosion/spaCy.git
Improve wording
This commit is contained in:
parent
7522beef9e
commit
114cb18892
|
@ -981,7 +981,7 @@ directions and the indices where multiple tokens align to one single token.
|
||||||
> #### ✏️ Things to try
|
> #### ✏️ Things to try
|
||||||
>
|
>
|
||||||
> 1. Change the capitalization in one of the token lists – for example,
|
> 1. Change the capitalization in one of the token lists – for example,
|
||||||
> `"Obama"`. You'll see that the alignment is case-insensitive.
|
> `"obama"` to `"Obama"`. You'll see that the alignment is case-insensitive.
|
||||||
> 2. Change `"podcasts"` in `other_tokens` to `"pod", "casts"`. You should see
|
> 2. Change `"podcasts"` in `other_tokens` to `"pod", "casts"`. You should see
|
||||||
> that there are now 4 misaligned tokens and that the new many-to-one mapping
|
> that there are now 4 misaligned tokens and that the new many-to-one mapping
|
||||||
> is reflected in `a2b_multi`.
|
> is reflected in `a2b_multi`.
|
||||||
|
|
Loading…
Reference in New Issue