Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

korean language #26

Open
trungluu91 opened this issue Dec 23, 2021 · 3 comments
Open

korean language #26

trungluu91 opened this issue Dec 23, 2021 · 3 comments

Comments

@trungluu91
Copy link

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.

@EugeneYoo
Copy link

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.

Try gensim 3.8.3. Maybe it can be solved.

@JudePark96
Copy link

try model = Word2Vec.load('ko.bin') on gensim 3.8.3.
It works on my environment.

@trungluu91
Copy link
Author

Thanks guys for guiding me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants