mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-09 08:46:29 +03:00
06d8c3a20f
This reverts commitc8bb08b545
, reversing changes made tob6a509a8d1
.
6 lines
100 B
Cython
6 lines
100 B
Cython
from libcpp.vector cimport vector
|
|
|
|
from ..typedefs cimport hash_t
|
|
|
|
ctypedef vector[hash_t] hash_vec
|