mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 19:08: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')
|