mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-30 19:24:07 +03:00
fix reference dataset for dev data
This commit is contained in:
parent
73bedaa9ec
commit
c53d57a54e
|
@ -698,7 +698,7 @@ def debug_data(
|
||||||
else:
|
else:
|
||||||
msg.good("All training docs meet lemma uniqueness requirements.")
|
msg.good("All training docs meet lemma uniqueness requirements.")
|
||||||
|
|
||||||
if gold_train_data["n_low_cardinality_lemmas"] > 0:
|
if gold_dev_data["n_low_cardinality_lemmas"] > 0:
|
||||||
msg.warn(
|
msg.warn(
|
||||||
f"{gold_dev_data['n_low_cardinality_lemmas']} docs with 1 or 0 unique lemmas."
|
f"{gold_dev_data['n_low_cardinality_lemmas']} docs with 1 or 0 unique lemmas."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user