mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 20:00:21 +03:00
Format
This commit is contained in:
parent
16a4de5f99
commit
a457d5aaa4
|
@ -13,7 +13,10 @@ from spacy.vocab import Vocab
|
||||||
|
|
||||||
from ..util import make_tempdir
|
from ..util import make_tempdir
|
||||||
|
|
||||||
test_strings = [(StringStore(), StringStore()), (StringStore(["rats", "are", "cute"]), StringStore(["i", "like", "rats"]))]
|
test_strings = [
|
||||||
|
(StringStore(), StringStore()),
|
||||||
|
(StringStore(["rats", "are", "cute"]), StringStore(["i", "like", "rats"])),
|
||||||
|
]
|
||||||
test_strings_attrs = [(StringStore(["rats", "are", "cute"]), "Hello")]
|
test_strings_attrs = [(StringStore(["rats", "are", "cute"]), "Hello")]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user