spaCy/spacy/tests/doc
Adriane Boyd 5f8a398bb9
Add span_id to Span.char_span, update Doc/Span.char_span docs (#12196)
* Add span_id to Span.char_span, update Doc/Span.char_span docs

`Span.char_span(id=)` should be removed in the future.

* Also use Union[int, str] in Doc docstring
2023-01-27 15:09:17 +01:00
..
__init__.py
test_add_entities.py
test_array.py Cast to uint64 for all array-based doc representations (#11933) 2022-12-12 08:45:35 +01:00
test_creation.py
test_doc_api.py
test_graph.py
test_json_doc_conversion.py Restore Doc attr getter values in Doc.to_json (#11700) 2022-11-03 11:49:08 +01:00
test_morphanalysis.py
test_pickle_doc.py
test_retokenize_merge.py
test_retokenize_split.py
test_span_group.py Fix SpanGroup and Span typing (#12009) 2022-12-21 18:54:27 +01:00
test_span.py Add span_id to Span.char_span, update Doc/Span.char_span docs (#12196) 2023-01-27 15:09:17 +01:00
test_token_api.py
test_underscore.py