mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Initialize low data warning for debug-data parser (#4331)
This commit is contained in:
parent
59beab8405
commit
3906785b49
|
@ -348,6 +348,7 @@ def debug_data(
|
||||||
)
|
)
|
||||||
|
|
||||||
if "parser" in pipeline:
|
if "parser" in pipeline:
|
||||||
|
has_low_data_warning = False
|
||||||
msg.divider("Dependency Parsing")
|
msg.divider("Dependency Parsing")
|
||||||
|
|
||||||
# profile sentence length
|
# profile sentence length
|
||||||
|
|
Loading…
Reference in New Issue
Block a user