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-10 01:06:33 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8ba2d99cf1
spaCy
/
spacy
/
matcher
/
phrasematcher.pxd
6 lines
100 B
Cython
Raw
Normal View
History
Unescape
Escape
Matcher ID fixes (#4179) * allow phrasematcher to link one match to multiple original patterns * small fix for defining ent_id in the matcher (anti-ghost prevention) * cleanup * formatting
2019-08-22 18:17:07 +03:00
from
libcpp.vector
cimport
vector
Revert "Merge branch 'master' into spacy.io" This reverts commit c8bb08b5453da865dda4c54ad3c03ae8817d2c6a, reversing changes made to b6a509a8d159fd8ec8a4f2fca234b0545095eb27.
2019-09-30 14:14:48 +03:00
from
..typedefs
cimport
hash_t
Matcher ID fixes (#4179) * allow phrasematcher to link one match to multiple original patterns * small fix for defining ent_id in the matcher (anti-ghost prevention) * cleanup * formatting
2019-08-22 18:17:07 +03:00
Revert "Merge branch 'master' into spacy.io" This reverts commit c8bb08b5453da865dda4c54ad3c03ae8817d2c6a, reversing changes made to b6a509a8d159fd8ec8a4f2fca234b0545095eb27.
2019-09-30 14:14:48 +03:00
ctypedef
vector
[
hash_t
]
hash_vec
Reference in New Issue
Copy Permalink