This commit is contained in:
Adriane Boyd 2023-02-17 08:52:17 +01:00
parent 16a4de5f99
commit a457d5aaa4

View File

@ -13,7 +13,10 @@ from spacy.vocab import Vocab
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")]