spaCy/spacy/training
Adriane Boyd 3f3e8110dc
Fix lowercase augmentation (#7336)
* Fix aborted/skipped augmentation for `spacy.orth_variants.v1` if
lowercasing was enabled for an example
* Simplify `spacy.orth_variants.v1` for `Example` vs. `GoldParse`
* Preserve reference tokenization in `spacy.lower_case.v1`
2021-03-09 14:02:32 +11:00
..
converters
__init__.pxd Renaming gold & annotation_setter (#6042) 2020-09-09 10:31:03 +02:00
__init__.py
align.pyx
alignment.py Replace pytokenizations with internal alignment (#6293) 2020-11-03 16:24:38 +01:00
augment.py Fix lowercase augmentation (#7336) 2021-03-09 14:02:32 +11:00
batchers.py
corpus.py
example.pxd
example.pyx Support doc.spans in Example.from_dict (#7197) 2021-03-03 01:12:54 +11:00
gold_io.pyx
initialize.py Fixing pretrain (#7342) 2021-03-09 14:01:13 +11:00
iob_utils.py
loggers.py import wandb failure - UX 2021-02-26 18:00:39 +01:00
loop.py Fix patience for identical scores (#7250) 2021-03-06 18:42:14 +11:00
pretrain.py Fixing pretrain (#7342) 2021-03-09 14:01:13 +11:00