mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-27 22:21:08 +03:00
The returned match offsets were only adjusted for `as_spans`, not generally. Because the `on_match` callbacks are always applied to the doc, the `Matcher` matches on spans should consistently use the doc offsets. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dependencymatcher.pyx | ||
| matcher.pxd | ||
| matcher.pyi | ||
| matcher.pyx | ||
| phrasematcher.pxd | ||
| phrasematcher.pyi | ||
| phrasematcher.pyx | ||