spaCy/tests/vocab/conftest.py

7 lines
87 B
Python

import pytest
@pytest.fixture(scope="session")
def en_vocab(EN):
return EN.vocab