From 5279c7c4baf5b9f26a364f07551acecf26a2d42f Mon Sep 17 00:00:00 2001 From: Vasundhara <15020857+vgautam@users.noreply.github.com> Date: Sat, 30 Oct 2021 21:44:29 -0700 Subject: [PATCH] Fix broken link to mappings-exceptions (#9573) --- 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 f8f47ab53..f748fa8d6 100644 --- a/website/docs/usage/linguistic-features.md +++ b/website/docs/usage/linguistic-features.md @@ -105,7 +105,7 @@ coarse-grained part-of-speech tags and morphological features. that the verb is past tense (e.g. `VBD` for a past tense verb in the Penn Treebank) . 2. For words whose coarse-grained POS is not set by a prior process, a - [mapping table](#mapping-exceptions) maps the fine-grained tags to a + [mapping table](#mappings-exceptions) maps the fine-grained tags to a coarse-grained POS tags and morphological features. ```python