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 |
|