spaCy/spacy/cli
Adriane Boyd afb22ad491
Remove debug data normalization for span analysis (#13203)
* Remove debug data normalization for span analysis

As a result of this normalization, `debug data` could show a user tokens
that do not exist in their data.

* Update spacy/cli/debug_data.py

---------

Co-authored-by: svlandeg <svlandeg@github.com>
2024-02-06 14:14:55 +01:00
..
project Restore spacy.cli.project API (#13053) 2023-10-10 15:35:25 +02:00
templates Revert "Merge the parser refactor into v4 (#10940)" 2023-12-08 20:23:08 +01:00
__init__.py Restore spacy.cli.project API (#13053) 2023-10-10 15:35:25 +02:00
_util.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
apply.py Always use tqdm with disable=None 2023-09-28 17:12:42 +02:00
assemble.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
benchmark_speed.py add custom code support to CLI speed benchmark (#13247) 2024-01-26 13:29:22 +01:00
convert.py isort all the things 2023-06-26 11:41:03 +02:00
debug_config.py Accept multiple code files in all CLI commands (#12101) 2023-08-01 15:24:02 +02:00
debug_data.py Remove debug data normalization for span analysis (#13203) 2024-02-06 14:14:55 +01:00
debug_diff.py isort all the things 2023-06-26 11:41:03 +02:00
debug_model.py isort all the things 2023-06-26 11:41:03 +02:00
download.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
evaluate.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01: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 isort all the things 2023-06-26 11:41:03 +02:00
init_config.py isort all the things 2023-06-26 11:41:03 +02:00
init_pipeline.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
package.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
pretrain.py Accept multiple code files in all CLI commands (#12101) 2023-08-01 15:24:02 +02:00
profile.py Always use tqdm with disable=None 2023-09-28 17:12:42 +02:00
train.py Merge remote-tracking branch 'upstream/master' into maintenance/v4-merge-master-20240119 2024-01-19 12:34:29 +01:00
validate.py isort all the things 2023-06-26 11:41:03 +02:00