mirror of https://github.com/explosion/spaCy.git
5 lines
77 B
Python
5 lines
77 B
Python
|
# coding: utf8
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
NORM_EXCEPTIONS = {}
|