mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-14 03:26:24 +03:00
Move cython declarations in matcher.pyx
This commit is contained in:
parent
329b14c9e6
commit
12b39f87da
|
@ -1,6 +1,6 @@
|
||||||
from __future__ import unicode_literals
|
|
||||||
# cython: infer_types=True
|
# cython: infer_types=True
|
||||||
# cython: profile=True
|
# cython: profile=True
|
||||||
|
from __future__ import unicode_literals
|
||||||
from libcpp.vector cimport vector
|
from libcpp.vector cimport vector
|
||||||
from libc.stdint cimport int32_t, uint64_t, uint16_t
|
from libc.stdint cimport int32_t, uint64_t, uint16_t
|
||||||
from preshed.maps cimport PreshMap
|
from preshed.maps cimport PreshMap
|
||||||
|
|
Loading…
Reference in New Issue
Block a user