mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
parent
3ea15b257f
commit
a2c7de8329
5
spacy/tests/regression/test_issue617.py
Normal file
5
spacy/tests/regression/test_issue617.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from ...vocab import Vocab
|
||||
|
||||
|
||||
def test_load_vocab_with_string():
|
||||
vocab = Vocab.load('/tmp/vocab')
|
Loading…
Reference in New Issue
Block a user