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