Fix broken link to mappings-exceptions (#9573)

This commit is contained in:
Vasundhara 2021-10-30 21:44:29 -07:00 committed by GitHub
parent 006df1ae1f
commit 5279c7c4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 that the verb is past tense (e.g. `VBD` for a past tense verb in the Penn
Treebank) . Treebank) .
2. For words whose coarse-grained POS is not set by a prior process, a 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. coarse-grained POS tags and morphological features.
```python ```python