mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-08 16:26:37 +03:00
Fix copied line in morphologizer activations test
This commit is contained in:
parent
d245da08e1
commit
699a1877de
|
@ -202,7 +202,6 @@ def test_overfitting_IO():
|
||||||
|
|
||||||
|
|
||||||
def test_save_activations():
|
def test_save_activations():
|
||||||
# Simple test to try and quickly overfit the morphologizer - ensuring the ML models work correctly
|
|
||||||
nlp = English()
|
nlp = English()
|
||||||
morphologizer = cast(TrainablePipe, nlp.add_pipe("morphologizer"))
|
morphologizer = cast(TrainablePipe, nlp.add_pipe("morphologizer"))
|
||||||
train_examples = []
|
train_examples = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user