spacy/tests/regression/test_issue617.py

Test Issue #617
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')