mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-12 15:25:47 +03:00
Remove print
This commit is contained in:
parent
2de72b30fe
commit
bc481d8338
|
@ -584,7 +584,6 @@ cdef class ArcEager(TransitionSystem):
|
|||
for label, freq in list(label_freqs.items()):
|
||||
if freq < min_freq:
|
||||
label_freqs.pop(label)
|
||||
print("Removing", action, label, freq)
|
||||
# Ensure these actions are present
|
||||
actions[BREAK].setdefault('ROOT', 0)
|
||||
if kwargs.get("learn_tokens") is True:
|
||||
|
|
Loading…
Reference in New Issue
Block a user