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 Switch converters to generator functions (#6547) 2020-12-15 16:47:16 +08:00
__init__.pxd
__init__.py Replace pytokenizations with internal alignment (#6293) 2020-11-03 16:24:38 +01:00
align.pyx Fix alignment for 1-to-1 tokens and lowercasing (#6476) 2020-12-08 14:25:16 +08:00
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 Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
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