mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Update test
This commit is contained in:
parent
aa105927f3
commit
5e76320ffe
|
@ -46,7 +46,7 @@ def test_overlap_issue242():
|
||||||
if os.environ.get('SPACY_DATA'):
|
if os.environ.get('SPACY_DATA'):
|
||||||
data_dir = os.environ.get('SPACY_DATA')
|
data_dir = os.environ.get('SPACY_DATA')
|
||||||
else:
|
else:
|
||||||
data_dir = None
|
data_dir = False
|
||||||
|
|
||||||
nlp = spacy.en.English(path=data_dir, tagger=False, parser=False, entity=False)
|
nlp = spacy.en.English(path=data_dir, tagger=False, parser=False, entity=False)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user