mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
* cimport cython.parallel
This commit is contained in:
parent
af58f273b3
commit
048dfe35aa
|
@ -4,6 +4,7 @@ MALT-style dependency parser
|
|||
"""
|
||||
from __future__ import unicode_literals
|
||||
cimport cython
|
||||
cimport cython.parallel
|
||||
|
||||
from cpython.ref cimport PyObject, Py_INCREF, Py_XDECREF
|
||||
from cpython.exc cimport PyErr_CheckSignals
|
||||
|
|
Loading…
Reference in New Issue
Block a user