From 0eca51ef5ec8459fa8dc2ecf9ae1345b42e014bc Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 18 Apr 2023 18:17:44 +0200 Subject: [PATCH] fix typo --- spacy/cli/debug_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/debug_data.py b/spacy/cli/debug_data.py index 97b4db285..2826cd084 100644 --- a/spacy/cli/debug_data.py +++ b/spacy/cli/debug_data.py @@ -337,7 +337,7 @@ def debug_data( show=verbose, ) else: - msg.good("Examples without ocurrences available for all labels") + msg.good("Examples without occurrences available for all labels") if "ner" in factory_names: # Get all unique NER labels present in the data