spaCy/spacy/matcher
Adriane Boyd 5d2cb86c34
Fix on_match callback for DependencyMatcher (#6313)
Fix `DependencyMatcher` so that the callback is called only once per
match.
2020-10-31 12:20:27 +01:00
..
__init__.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
dependencymatcher.pyx Fix on_match callback for DependencyMatcher (#6313) 2020-10-31 12:20:27 +01:00
matcher.pxd Option for returning only greedy matches (#5771) 2020-07-29 11:04:43 +02:00
matcher.pyx Add MORPH handling to Matcher (#6107) 2020-09-24 16:55:09 +02:00
phrasematcher.pxd Tidy up compiler flags and imports (#5071) 2020-03-02 11:48:10 +01:00
phrasematcher.pyx Add option to disable Matcher errors (#6125) 2020-09-24 16:54:39 +02:00