spaCy/spacy/cli
Adriane Boyd 3637148c4d
Add scorer option to return per-component scores (#12540)
* Add scorer option to return per-component scores

Add `per_component` option to `Language.evaluate` and `Scorer.score` to
return scores keyed by `tokenizer` (hard-coded) or by component name.

Add option to `evaluate` CLI to score by component. Per-component scores
can only be saved to JSON.

* Update help text and messages
2023-05-12 15:36:54 +02:00
..
project
templates
__init__.py
_util.py
apply.py
assemble.py
benchmark_speed.py
convert.py
debug_config.py
debug_data.py
debug_diff.py
debug_model.py
download.py
evaluate.py Add scorer option to return per-component scores (#12540) 2023-05-12 15:36:54 +02:00
find_threshold.py
info.py
init_config.py
init_pipeline.py
package.py
pretrain.py
profile.py
train.py
validate.py