1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-05 17:54:13 +03:00
spaCy/spacy/matcher
Kevin Humphreys ca93504660
Pass alignments to Matcher callbacks ()
* pass alignments to callbacks

* refactor for single callback loop

* Update spacy/matcher/matcher.pyx

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2021-09-02 12:58:05 +02:00
..
__init__.py Drop Python 2.7 and 3.5 () 2019-12-22 01:53:56 +01:00
dependencymatcher.pyx Refactor dependencymatcher.pyx to use list comps and enumerate. () 2021-08-18 09:55:45 +02:00
matcher.pxd Support match alignments () 2021-04-08 18:10:14 +10:00
matcher.pyi Add stub files for main cython classes () 2021-08-07 12:30:03 +02:00
matcher.pyx Pass alignments to Matcher callbacks () 2021-09-02 12:58:05 +02:00
phrasematcher.pxd Run PhraseMatcher on Spans () 2021-02-10 23:43:32 +11:00
phrasematcher.pyx Don't add duplicate patterns all the time in EntityRuler (fix ) () 2021-06-03 09:05:26 +02:00