spaCy/spacy/tests/spans/conftest.py

9 lines
123 B
Python
Raw Normal View History

2015-06-07 16:07:59 +00:00
import pytest
2015-12-07 05:01:28 +00:00
from spacy.en import English
2015-07-13 22:08:50 +00:00
import os
2015-06-07 16:07:59 +00:00
@pytest.fixture(scope="session")
def en_nlp():
2015-12-07 05:01:28 +00:00
return English()