spaCy/website/docs/usage
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
..
101 Add SpanGroup and Graph container types to represent arbitrary annotations (#6696) 2021-01-14 17:30:41 +11:00
_benchmarks-models.md Update docs [ci skip] 2020-10-15 17:27:24 +02:00
embeddings-transformers.md Fix types of Tok2Vec encoding architectures (#6442) 2021-01-07 16:39:27 +11:00
facts-figures.md Update docs [ci skip] 2020-10-15 17:27:24 +02:00
index.md Merge branch 'master' into develop 2020-12-11 13:44:41 +11:00
layers-architectures.md fix small typos (#6698) 2021-01-08 09:39:47 +01:00
linguistic-features.md Update docs [ci skip] 2020-11-09 12:43:26 +08:00
models.md Update docs and install extras [ci skip] 2020-10-08 10:58:50 +02:00
processing-pipelines.md Update docs [ci skip] 2020-11-09 12:43:26 +08:00
projects.md Apply suggestions from code review 2020-10-14 19:51:36 +02:00
rule-based-matching.md Merge branch 'master' into pr/6444 2020-12-09 11:09:40 +11:00
saving-loading.md Include custom code via spacy package command (#6531) 2020-12-10 20:36:46 +08:00
spacy-101.md Merge branch 'master' into develop 2020-12-11 13:44:41 +11:00
training.md Add initialize.before_init and after_init callbacks 2021-01-12 13:07:44 +01:00
v2-1.md Remove docs references to starters for now (see #6262) [ci skip] 2020-10-16 15:46:34 +02:00
v2-2.md
v2-3.md
v2.md Update docs [ci skip] 2020-09-12 17:05:10 +02:00
v3.md Add SpanGroup and Graph container types to represent arbitrary annotations (#6696) 2021-01-14 17:30:41 +11:00
visualizers.md Proofread remarks 2020-10-19 11:11:32 +02:00