From 114cb18892af0a426ece0b6341c49cfa0b4218a5 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 17 Jul 2019 15:27:53 +0200 Subject: [PATCH] Improve wording --- website/docs/usage/linguistic-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/linguistic-features.md b/website/docs/usage/linguistic-features.md index 5e3fef875..09f81c7c0 100644 --- a/website/docs/usage/linguistic-features.md +++ b/website/docs/usage/linguistic-features.md @@ -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`.