mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-10 04:47:51 +03:00
Added functionality for spans and docs to get lowest common ancestor matrix by simply calling: doc.get_lca_matrix() or doc[:3].get_lca_matrix(). Corresponding unit tests were also added under spacy/tests/doc and spacy/tests/spans. Designed to address: https://github.com/explosion/spaCy/issues/969. |
||
|---|---|---|
| .. | ||
| __init__.pxd | ||
| __init__.py | ||
| doc.pxd | ||
| doc.pyx | ||
| printers.py | ||
| span.pxd | ||
| span.pyx | ||
| token.pxd | ||
| token.pyx | ||