1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-06 10:14:13 +03:00

spacy/tests/regression/test_issue617.py

Test Issue 
This commit is contained in:
Matthew Honnibal 2016-11-10 22:46:23 +01:00
parent 3ea15b257f
commit a2c7de8329

View File

@ -0,0 +1,5 @@
from ...vocab import Vocab
def test_load_vocab_with_string():
vocab = Vocab.load('/tmp/vocab')