mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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: profile=True
|
||||
from __future__ import unicode_literals
|
||||
from libcpp.vector cimport vector
|
||||
from libc.stdint cimport int32_t, uint64_t, uint16_t
|
||||
from preshed.maps cimport PreshMap
|
||||
|
|
Loading…
Reference in New Issue
Block a user