This website requires JavaScript.
Explore
Help
Register
Sign In
explosion
/
spaCy
Watch
1
Star
1
Fork
0
You've already forked spaCy
mirror of
https://github.com/explosion/spaCy.git
synced
2025-01-31 11:46:22 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4141302b6
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 15:39:50 +03:00
from
preshed.maps
cimport
key_t
cdef
struct
MatchStruct
:
key_t
match_id
int
start
int
end
Reference in New Issue
Copy Permalink