spaCy/spacy/matcher
adrianeboyd ba5595c764 Fix PhraseMatcher to remember attr on pickling (#4336)
* Fix PhraseMatcher to remember attr on pickling

* Check for attr as int or long
2019-09-29 17:12:33 +02:00
..
__init__.py Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
_schemas.py Tidy up and auto-format [ci skip] 2019-08-31 13:39:06 +02:00
dependencymatcher.pyx Dependency tree pattern matcher (#3465) 2019-06-16 13:25:32 +02:00
matcher.pxd adding double match for optional operator at the end (#4166) 2019-08-21 22:46:56 +02:00
matcher.pyx Raise if on_match is not callable or None 2019-09-24 23:06:24 +02:00
phrasematcher.pxd Replace PhraseMatcher with trie-based search (#4309) 2019-09-27 16:22:34 +02:00
phrasematcher.pyx Fix PhraseMatcher to remember attr on pickling (#4336) 2019-09-29 17:12:33 +02:00