1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-17 16:42:16 +03:00
spaCy/spacy/matcher
Ines Montani a9cb2882cb
Rename argument: doc_or_span/obj -> doclike ()
* doc_or_span -> obj

* Revert "doc_or_span -> obj"

This reverts commit 78bb9ff5e0.

* obj -> doclike

* Refer to correct object
2020-05-21 15:17:39 +02:00
..
__init__.py Dependency tree pattern matcher () 2019-06-16 13:25:32 +02:00
_schemas.py Normalize IS_SENT_START to SENT_START for Matcher () 2020-03-03 12:22:39 +01:00
dependencymatcher.pyx Bugfix/dep matcher issue 4590 () 2019-11-07 12:01:06 +01:00
matcher.pxd adding double match for optional operator at the end () 2019-08-21 22:46:56 +02:00
matcher.pyx Rename argument: doc_or_span/obj -> doclike () 2020-05-21 15:17:39 +02:00
phrasematcher.pxd Replace Entity/MatchStruct with SpanC () 2019-10-18 11:01:47 +02:00
phrasematcher.pyx Simplify warnings 2020-04-28 13:37:37 +02:00