mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
a2c7de8329
Test Issue #617
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')
|