Populate norm exceptions with lower-case

This commit is contained in:
Matthew Honnibal 2017-06-03 14:47:12 -05:00
parent f6955a459c
commit de3954843e

View File

@ -1757,4 +1757,5 @@ _exc = {
NORM_EXCEPTIONS = {}
for string, norm in _exc.items():
NORM_EXCEPTIONS[string] = norm
NORM_EXCEPTIONS[string.title()] = norm