mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Whitespace
This commit is contained in:
parent
fd58f7655a
commit
82b8cc5efb
|
@ -8,9 +8,9 @@ from . import zh
|
|||
|
||||
|
||||
try:
|
||||
basestring
|
||||
basestring
|
||||
except NameError:
|
||||
basestring = str
|
||||
basestring = str
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ import six
|
|||
from .attrs import TAG, HEAD, DEP, ENT_IOB, ENT_TYPE
|
||||
|
||||
try:
|
||||
basestring
|
||||
basestring
|
||||
except NameError:
|
||||
basestring = str
|
||||
basestring = str
|
||||
|
||||
LANGUAGES = {}
|
||||
_data_path = pathlib.Path(__file__).parent / 'data'
|
||||
|
|
Loading…
Reference in New Issue
Block a user