spaCy/website/docs/usage/101
Matthew Honnibal f277bfdf0f
Add SpanGroup and Graph container types to represent arbitrary annotations (#6696)
* Draft out initial Spans data structure

* Initial span group commit

* Basic span group support on Doc

* Basic test for span group

* Compile span_group.pyx

* Draft addition of SpanGroup to DocBin

* Add deserialization for SpanGroup

* Add tests for serializing SpanGroup

* Fix serialization of SpanGroup

* Add EdgeC and GraphC structs

* Add draft Graph data structure

* Compile graph

* More work on Graph

* Update GraphC

* Upd graph

* Fix walk functions

* Let Graph take nodes and edges on construction

* Fix walking and getting

* Add graph tests

* Fix import

* Add module with the SpanGroups dict thingy

* Update test

* Rename 'span_groups' attribute

* Try to fix c++11 compilation

* Fix test

* Update DocBin

* Try to fix compilation

* Try to fix graph

* Improve SpanGroup docstrings

* Add doc.spans to documentation

* Fix serialization

* Tidy up and add docs

* Update docs [ci skip]

* Add SpanGroup.has_overlap

* WIP updated Graph API

* Start testing new Graph API

* Update Graph tests

* Update Graph

* Add docstring

Co-authored-by: Ines Montani <ines@ines.io>
2021-01-14 17:30:41 +11:00
..
_architecture.md Add SpanGroup and Graph container types to represent arbitrary annotations (#6696) 2021-01-14 17:30:41 +11:00
_language-data.md Update docs [ci skip] 2020-09-12 17:05:10 +02:00
_named-entities.md New batch of proofs 2020-10-14 16:37:57 +02:00
_pipelines.md Update docs [ci skip] 2020-09-30 15:16:00 +02:00
_pos-deps.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_serialization.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_tokenization.md New batch of proofs 2020-10-14 16:37:57 +02:00
_training.md "model" terminology consistency in docs 2020-09-03 13:13:03 +02:00
_vectors-similarity.md Merge pull request #6271 from walterhenry/develop-proof [ci skip] 2020-10-19 16:31:43 +02:00