mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
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')
|