mirror of https://github.com/explosion/spaCy.git
parent
3ea15b257f
commit
a2c7de8329
|
@ -0,0 +1,5 @@
|
|||
from ...vocab import Vocab
|
||||
|
||||
|
||||
def test_load_vocab_with_string():
|
||||
vocab = Vocab.load('/tmp/vocab')
|
Loading…
Reference in New Issue