Improve wording

This commit is contained in:
Ines Montani 2019-07-17 15:27:53 +02:00
parent 7522beef9e
commit 114cb18892

View File

@ -981,7 +981,7 @@ directions and the indices where multiple tokens align to one single token.
> #### ✏️ Things to try
>
> 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
> that there are now 4 misaligned tokens and that the new many-to-one mapping
> is reflected in `a2b_multi`.