You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use it with the korean language in gensim 4.0.x. thus I used KeyedVectors.load('ko.bin') and KeyedVectors.load_word2vec_format('ko.bin'), but there was an error
'UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte'.
Could I ask about the error of korea language pre-trained word2vec.
The text was updated successfully, but these errors were encountered:
I used the korean model well, but there was an error while moving the project, so I checked and found that the installed gensim version was 4.0.x version.
I use it with the korean language in gensim 4.0.x. thus I used KeyedVectors.load('ko.bin') and KeyedVectors.load_word2vec_format('ko.bin'), but there was an error
'UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte'.
Could I ask about the error of korea language pre-trained word2vec.
The text was updated successfully, but these errors were encountered: