mirror of https://github.com/explosion/spaCy.git
moved nonproj.py to syntax/nonproj.pyx
This commit is contained in:
parent
4b2297d5d4
commit
56b7210e82
|
@ -12,7 +12,6 @@ from cpython.exc cimport PyErr_CheckSignals
|
||||||
from libc.stdint cimport uint32_t, uint64_t
|
from libc.stdint cimport uint32_t, uint64_t
|
||||||
from libc.string cimport memset, memcpy
|
from libc.string cimport memset, memcpy
|
||||||
from libc.stdlib cimport malloc, calloc, free
|
from libc.stdlib cimport malloc, calloc, free
|
||||||
import random
|
|
||||||
import os.path
|
import os.path
|
||||||
from os import path
|
from os import path
|
||||||
import shutil
|
import shutil
|
||||||
|
|
Loading…
Reference in New Issue