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
Hi,
First of all AdaGram seems to be very nice and thanks for making everything available. I managed to export the final vectors to binary/txt format using the 'write_word2vec' function, however this function does only wirte 1 sense per word and not the the mutli-sense information. Does anyone have a small script to convert the binary model to a plain text file including multiple senses and their sense probability ? I'm obviously not really familiar with julia.
Best regards,
Maximilian
The text was updated successfully, but these errors were encountered:
Hi @koepermn,
Glad you found our work interesting.
The write_word2vec function exports a model into the word2vec format.
I imagine that you need something like this https://gist.github.com/sbos/5720d443c04f278316ba09cda5502739
Have to apologize in advance, I wrote this without an access to julia interpreter so it may not work, but in case it does it should be the right thing.
Hi,
First of all AdaGram seems to be very nice and thanks for making everything available. I managed to export the final vectors to binary/txt format using the 'write_word2vec' function, however this function does only wirte 1 sense per word and not the the mutli-sense information. Does anyone have a small script to convert the binary model to a plain text file including multiple senses and their sense probability ? I'm obviously not really familiar with julia.
Best regards,
Maximilian
The text was updated successfully, but these errors were encountered: