This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
spaCy
mirror of
https://github.com/explosion/spaCy.git
Watch
1
Star
1
Fork
You've already forked spaCy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c6f1d7e3a
spaCy
/
spacy
/
matcher
/
phrasematcher.pxd
7 lines
103 B
Cython
Raw
Normal View
History
Unescape
Escape
Replace dict trie with MapStruct trie
2019-09-24 12:39:50 +00:00
from
preshed.maps
cimport
key_t
cdef
struct
MatchStruct
:
key_t
match_id
int
start
int
end