spaCy/spacy/tests/vocab/conftest.py

7 lines
87 B
Python
Raw Normal View History

2015-06-07 19:02:47 +03:00
import pytest
@pytest.fixture(scope="session")
def en_vocab(EN):
return EN.vocab