mirror of https://github.com/explosion/spaCy.git
added norm_exceptions
This commit is contained in:
parent
082e9ade46
commit
b5de329ea3
|
@ -0,0 +1,4 @@
|
||||||
|
# coding: utf8
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
NORM_EXCEPTIONS = {}
|
Loading…
Reference in New Issue