mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-10 16:40:34 +03:00
* Upd tests
This commit is contained in:
parent
58eeff294e
commit
c808cd50d9
|
@ -6,4 +6,4 @@ import os
|
||||||
@pytest.fixture(scope="session")
|
@pytest.fixture(scope="session")
|
||||||
def en_nlp():
|
def en_nlp():
|
||||||
data_dir = os.environ.get('SPACY_DATA', LOCAL_DATA_DIR)
|
data_dir = os.environ.get('SPACY_DATA', LOCAL_DATA_DIR)
|
||||||
return English(load_vectors=False, data_dir=data_dir)
|
return English(data_dir=data_dir)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user