mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
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
|