mirror of https://github.com/explosion/spaCy.git
* Add tests/spans/conftest.py
This commit is contained in:
parent
dd587b7477
commit
5f44adc659
|
@ -0,0 +1,7 @@
|
|||
import pytest
|
||||
from spacy.en import English
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def en_nlp():
|
||||
return English(load_vectors=False)
|
Loading…
Reference in New Issue