mirror of
https://github.com/explosion/spaCy.git
synced 2026-02-04 14:36:08 +03:00
* 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 |
||
|---|---|---|
| .. | ||
| 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 | ||
| find_threshold.py | ||
| info.py | ||
| init_config.py | ||
| init_pipeline.py | ||
| package.py | ||
| pretrain.py | ||
| profile.py | ||
| train.py | ||
| validate.py | ||