spaCy/tests/spans/conftest.py

8 lines
131 B
Python
Raw Normal View History

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