spaCy/spacy/training
Adriane Boyd 877671e09a
Preserve missing entity annotation in augmenters (#11540)
Preserve both `-` and `O` annotation in augmenters rather than relying
on `Example.to_dict`'s default support for one option outside of labeled
entity spans.

This is intended as a temporary workaround for augmenters for v3.4.x.
The behavior of `Example` and related IOB utils could be improved in the
general case for v3.5.
2022-09-27 10:16:51 +02:00
..
converters
__init__.pxd
__init__.py
align.pyx
alignment_array.pxd
alignment_array.pyx
alignment.py
augment.py Preserve missing entity annotation in augmenters (#11540) 2022-09-27 10:16:51 +02:00
batchers.py
callbacks.py
corpus.py
example.pxd
example.pyx
gold_io.pyx
initialize.py
iob_utils.py Preserve missing entity annotation in augmenters (#11540) 2022-09-27 10:16:51 +02:00
loggers.py Add ConsoleLogger.v2 (#11214) 2022-08-29 10:23:05 +02:00
loop.py
pretrain.py