Skip to content

Commit

Permalink
Also include lowercase norm exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Sep 25, 2018
1 parent 3c4e3ad commit 70f4e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spacy/lang/de/norm_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
NORM_EXCEPTIONS = {}

for string, norm in _exc.items():
NORM_EXCEPTIONS[string] = norm
NORM_EXCEPTIONS[string.title()] = norm

0 comments on commit 70f4e8a

Please sign in to comment.