mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
typo
This commit is contained in:
parent
2a1cb13069
commit
4c2f80cf17
|
@ -219,7 +219,7 @@ def test_span_finder_suggester():
|
||||||
|
|
||||||
|
|
||||||
def test_overfitting_IO():
|
def test_overfitting_IO():
|
||||||
# Simple test to try and quickly overfit the spancat component - ensuring the ML models work correctly
|
# Simple test to try and quickly overfit the span_finder component - ensuring the ML models work correctly
|
||||||
fix_random_seed(0)
|
fix_random_seed(0)
|
||||||
nlp = English()
|
nlp = English()
|
||||||
span_finder = nlp.add_pipe("span_finder", config={"spans_key": SPANS_KEY})
|
span_finder = nlp.add_pipe("span_finder", config={"spans_key": SPANS_KEY})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user