mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Don't load parser in test_pre_punct
This commit is contained in:
parent
e88ceda0ab
commit
2da694f65e
|
@ -12,7 +12,7 @@ def open_puncts():
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def EN():
|
def EN():
|
||||||
return English()
|
return English().tokenizer
|
||||||
|
|
||||||
|
|
||||||
def test_open(open_puncts, EN):
|
def test_open(open_puncts, EN):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user