spaCy/tests/vocab/conftest.py
2015-06-07 18:02:47 +02:00

7 lines
87 B
Python

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