spaCy/tests/spans/conftest.py

8 lines
131 B
Python
Raw Normal View History

2015-06-07 19:07:59 +03:00
import pytest
from spacy.en import English
@pytest.fixture(scope="session")
def en_nlp():
return English(load_vectors=False)