1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-01-18 05:24:12 +03:00
spaCy/spacy/tests/spans/conftest.py
2015-12-07 06:01:28 +01:00

9 lines
123 B
Python

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