1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-30 23:04:13 +03:00
spaCy/spacy/matcher
Sofie Van Landeghem c417c380e3 Matcher ID fixes ()
* 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 17:17:07 +02:00
..
__init__.py Dependency tree pattern matcher () 2019-06-16 13:25:32 +02:00
_schemas.py Improve token pattern checking without validation () 2019-08-21 14:00:37 +02:00
dependencymatcher.pyx Dependency tree pattern matcher () 2019-06-16 13:25:32 +02:00
matcher.pxd adding double match for optional operator at the end () 2019-08-21 22:46:56 +02:00
matcher.pyx Matcher ID fixes () 2019-08-22 17:17:07 +02:00
phrasematcher.pxd Matcher ID fixes () 2019-08-22 17:17:07 +02:00
phrasematcher.pyx Matcher ID fixes () 2019-08-22 17:17:07 +02:00