spaCy/spacy/matcher
TAN Long 071667376a
Add new REL_OPs: >+, >-, <+, and <- (#12334)
* Add immediate left/right child/parent dependency relations

* Add tests for new REL_OPs: `>+`, `>-`, `<+`, and `<-`.

---------

Co-authored-by: Tan Long <tanloong@foxmail.com>
2023-02-28 14:36:33 +01:00
..
__init__.py Add levenshtein from polyleven (#11418) 2022-09-14 17:05:22 +02:00
dependencymatcher.pyi Update typing hints (#10109) 2022-01-28 16:59:54 +01:00
dependencymatcher.pyx Add new REL_OPs: >+, >-, <+, and <- (#12334) 2023-02-28 14:36:33 +01:00
levenshtein.pyx Fix comments and examples for levenshtein_compare (#12113) 2023-01-18 08:02:33 +01:00
matcher.pxd Enable fuzzy text matching in Matcher (#11359) 2023-01-10 10:36:17 +01:00
matcher.pyi Auto-format code with black (#12100) 2023-01-13 10:12:10 +01:00
matcher.pyx Matcher performance fix for extension predicates: use shared key function (#12272) 2023-02-27 08:35:08 +01:00
phrasematcher.pxd Run PhraseMatcher on Spans (#6918) 2021-02-10 23:43:32 +11:00
phrasematcher.pyi fix(phrasematcher.pyi): change type annotation of docs in add() to List[Doc] (#10235) 2022-02-08 13:37:27 +01:00
phrasematcher.pyx Fix PhraseMatcher remove overlapping terms (#10734) 2022-05-12 12:23:52 +02:00
polyleven.c Add levenshtein from polyleven (#11418) 2022-09-14 17:05:22 +02:00