spaCy/spacy/cli
Adriane Boyd 513bbd5fa3
Add preferred use of build for package CLI (#13109)
Build with `build` if available. Warn and fall back to previous
`setup.py`-based builds if `build` build fails.
2023-11-08 17:35:24 +01:00
..
project Restore spacy.cli.project API (#13053) 2023-10-10 15:35:25 +02:00
templates
__init__.py Restore spacy.cli.project API (#13053) 2023-10-10 15:35:25 +02:00
_util.py Remove pathy dependency, update docs for cloudpathlib in Weasel (#13035) 2023-10-05 08:50:22 +02:00
apply.py Always use tqdm with `disable=None` 2023-09-28 17:12:42 +02:00
assemble.py Tests for CLI app - `init config` generates `train`-able config (#12173) 2023-07-31 14:45:04 +02:00
benchmark_speed.py Always use tqdm with `disable=None` 2023-09-28 17:12:42 +02:00
convert.py
debug_config.py
debug_data.py
debug_diff.py
debug_model.py
download.py
evaluate.py add --spans-key option for CLI spancat evaluation (#12981) 2023-09-25 11:25:41 +02:00
find_function.py Add cli for finding locations of registered func (#12757) 2023-07-31 09:39:00 +02:00
find_threshold.py Tests for CLI app - `init config` generates `train`-able config (#12173) 2023-07-31 14:45:04 +02:00
info.py
init_config.py
init_pipeline.py Tests for CLI app - `init config` generates `train`-able config (#12173) 2023-07-31 14:45:04 +02:00
package.py Add preferred use of build for package CLI (#13109) 2023-11-08 17:35:24 +01:00
pretrain.py
profile.py Always use tqdm with `disable=None` 2023-09-28 17:12:42 +02:00
train.py Tests for CLI app - `init config` generates `train`-able config (#12173) 2023-07-31 14:45:04 +02:00
validate.py