mirror of https://github.com/explosion/spaCy.git
6 lines
101 B
Python
6 lines
101 B
Python
|
from ...vocab import Vocab
|
||
|
|
||
|
|
||
|
def test_load_vocab_with_string():
|
||
|
vocab = Vocab.load('/tmp/vocab')
|