Skip to content
Snippets Groups Projects
Unverified Commit 85c0c799 authored by Marcin Wątroba's avatar Marcin Wątroba
Browse files

Fix tests

parent fddf4ab4
2 merge requests!4Feature/add poetry,!3Add ids to words
......@@ -8,6 +8,7 @@ from sziszapangma.core.wer.word import Word
from tests.file_stored_embedding_transformer import \
FileStoredEmbeddingTransformer
def string_list_to_words(strings: List[str]) -> List[Word]:
return [Word.from_string(it) for it in strings]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment