Daniël de Kok
e2b70df012
Configure isort to use the Black profile, recursively isort the spacy
module ( #12721 )
...
* Use isort with Black profile
* isort all the things
* Fix import cycles as a result of import sorting
* Add DOCBIN_ALL_ATTRS type definition
* Add isort to requirements
* Remove isort from build dependencies check
* Typo
2023-06-14 17:48:41 +02:00
github-actions[bot]
90896504a5
Auto-format code with black ( #12019 )
...
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
2022-12-23 12:44:07 +01:00
kadarakos
c223cd7a86
Add apply CLI ( #11376 )
...
* annotate cli first try
* add batch-size and n_process
* rename to apply
* typing fix
* handle file suffixes
* walk directories
* support jsonl
* typing fix
* remove debug
* make suffix optional for walk
* revert unrelated
* don't warn but raise
* better error message
* minor touch up
* Update spacy/tests/test_cli.py
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
* Update spacy/cli/apply.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* Update spacy/cli/apply.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* update tests and bugfix
* add force_overwrite
* typo
* fix adding .spacy suffix
* Update spacy/cli/apply.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* Update spacy/cli/apply.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* Update spacy/cli/apply.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
* store user data and rename cmd arg
* include test for user attr
* rename cmd arg
* better help message
* documentation
* prettier
* black
* link fix
* Update spacy/cli/apply.py
Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
* Update website/docs/api/cli.md
Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
* Update website/docs/api/cli.md
Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
* Update website/docs/api/cli.md
Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
* addressing reviews
* dont quit but warn
* prettier
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
2022-12-20 17:11:33 +01:00