mirror of https://github.com/explosion/spaCy.git
Also include lowercase norm exceptions
This commit is contained in:
parent
74a30d883c
commit
cb57b35bb8
|
@ -14,4 +14,5 @@ _exc = {
|
|||
NORM_EXCEPTIONS = {}
|
||||
|
||||
for string, norm in _exc.items():
|
||||
NORM_EXCEPTIONS[string] = norm
|
||||
NORM_EXCEPTIONS[string.title()] = norm
|
||||
|
|
Loading…
Reference in New Issue