mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Revert "Also include lowercase norm exceptions"
This reverts commit 70f4e8adf3
.
This commit is contained in:
parent
014dd47c70
commit
71cdbeada7
|
@ -14,5 +14,4 @@ _exc = {
|
|||
NORM_EXCEPTIONS = {}
|
||||
|
||||
for string, norm in _exc.items():
|
||||
NORM_EXCEPTIONS[string] = norm
|
||||
NORM_EXCEPTIONS[string.title()] = norm
|
||||
|
|
Loading…
Reference in New Issue
Block a user