spaCy/tests/spans/conftest.py
2015-06-07 18:07:59 +02:00

8 lines
131 B
Python

import pytest
from spacy.en import English
@pytest.fixture(scope="session")
def en_nlp():
return English(load_vectors=False)