spaCy/spacy/tokens
Adriane Boyd 27a48f2802
Fix/update extension copying in Span.as_doc and Doc.from_docs (#7574)
* Adjust custom extension data when copying user data in `Span.as_doc()`
* Restrict `Doc.from_docs()` to adjusting offsets for custom extension
data
  * Update test to use extension
  * (Duplicate bug fix for character offset from #7497)
2021-03-30 09:49:12 +02:00
..
__init__.pxd
__init__.py
_dict_proxies.py
_retokenize.pyx
_serialize.py
doc.pxd
doc.pyx Fix/update extension copying in Span.as_doc and Doc.from_docs (#7574) 2021-03-30 09:49:12 +02:00
graph.pxd
graph.pyx
morphanalysis.pxd
morphanalysis.pyx
span_group.pxd
span_group.pyx
span.pxd
span.pyx Fix/update extension copying in Span.as_doc and Doc.from_docs (#7574) 2021-03-30 09:49:12 +02:00
token.pxd
token.pyx
underscore.py