str2vec
str2vec copied to clipboard
ValueError: invalid literal for int() with base 10:
I'm getting
ValueError: invalid literal for int() with base 10:
for strings with non-ascii symbols, e.g Finnish äö. Any thoughts on how to fix?
Thanks