1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-02-20 21:40:35 +03:00
spaCy/spacy/tests/matcher
Paolo Arduin 1ca32d8f9c
Matcher support for Span as well as Doc ()
* Matcher support for Span, as well as Doc 

* Removes an import unused

* Signed contributors agreement

* Code optimization and better test

* Add error message for bad Matcher call argument

* Fix merging
2020-04-15 13:51:33 +02:00
..
__init__.py Revert 2019-09-29 17:32:12 +02:00
test_matcher_api.py Matcher support for Span as well as Doc () 2020-04-15 13:51:33 +02:00
test_matcher_logic.py Implement new API for {Phrase}Matcher.add (backwards-compatible) () 2019-10-25 22:21:08 +02:00
test_pattern_validation.py Normalize IS_SENT_START to SENT_START for Matcher () 2020-03-03 12:22:39 +01:00
test_phrase_matcher.py Implement new API for {Phrase}Matcher.add (backwards-compatible) () 2019-10-25 22:21:08 +02:00