spaCy/spacy/cli
Lj Miranda 298e6036b7
Add spans in spacy benchmark (#12575)
* Add spans in spacy benchmark

The current implementation of spaCy benchmark accuracy / spacy evaluate
doesn't include the "spans" type, so calling the command doesn't render
the HTML displaCy file needed.

This PR attempts to fix that by creating a new parameter for "spans"
and calling the appropriate displaCy value.

* Reformat file with black

* Add tests for evaluate

* Fix spans -> span for displacy style

* Update test to check render instead

* Update source so mypy passes

* Add parser information to avoid warnings
2023-04-28 14:32:52 +02:00
..
project Partially work around pending deprecation of pkg_resources (#12368) 2023-03-06 14:48:57 +01:00
templates Tagger label smoothing (#12293) 2023-03-22 12:17:56 +01:00
__init__.py
_util.py
apply.py
assemble.py
benchmark_speed.py
convert.py
debug_config.py
debug_data.py fix typo (#12543) 2023-04-19 10:59:33 +02:00
debug_diff.py
debug_model.py
download.py
evaluate.py Add spans in spacy benchmark (#12575) 2023-04-28 14:32:52 +02:00
find_threshold.py Fix --verbose for spacy find-threshold (#12418) 2023-03-14 17:16:49 +01:00
info.py Partially work around pending deprecation of pkg_resources (#12368) 2023-03-06 14:48:57 +01:00
init_config.py
init_pipeline.py
package.py
pretrain.py Add model-last saving mechanism to pretraining (#12459) 2023-04-03 15:24:03 +02:00
profile.py
train.py
validate.py