spaCy/spacy/tests/regression
Matthew Honnibal ecb3c4e8f4
Create corpus iterator and batcher from registry during training (#5865)
* Move batchers into their own module (and registry)

* Update CLI

* Update Corpus and batcher

* Update tests

* Update one config

* Merge 'evaluation' block back under [training]

* Import batchers in gold __init__

* Fix batchers

* Update config

* Update schema

* Update util

* Don't assume train and dev are actually paths

* Update onto-joint config

* Fix missing import

* Format

* Format

* Update spacy/gold/corpus.py

Co-authored-by: Ines Montani <ines@ines.io>

* Fix name

* Update default config

* Fix get_length option in batchers

* Update test

* Add comment

* Pass path into Corpus

* Update docstring

* Update schema and configs

* Update config

* Fix test

* Fix paths

* Fix print

* Fix create_train_batches

* [training.read_train] -> [training.train_corpus]

* Update onto-joint config

Co-authored-by: Ines Montani <ines@ines.io>
2020-08-04 15:09:37 +02:00
..
__init__.py
test_issue1-1000.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue1001-1500.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue1501-2000.py Remove POS, TAG and LEMMA from tokenizer exceptions 2020-07-22 23:09:01 +02:00
test_issue2001-2500.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue2501-3000.py Clean up link_vectors_to_models unused stuff 2020-07-29 14:01:11 +02:00
test_issue3001-3500.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
test_issue3501-4000.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue4001-4500.py Create corpus iterator and batcher from registry during training (#5865) 2020-08-04 15:09:37 +02:00
test_issue4501-5000.py Default empty KB in EL component (#5872) 2020-08-04 14:34:09 +02:00
test_issue5048.py
test_issue5082.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue5137.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_issue5141.py
test_issue5152.py Tidy up and merge regression tests 2020-07-06 14:05:59 +02:00
test_issue5230.py Default empty KB in EL component (#5872) 2020-08-04 14:34:09 +02:00
test_issue5458.py Remove unicode declarations and tidy up 2020-06-21 22:34:10 +02:00
test_issue5551.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00