vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

loading gensim fasttext with JFastText #65

Open maaly77 opened 1 year ago

maaly77 commented 1 year ago

On loading genism pretrained fasttext model with .model format in JFastText, the following error happens: ‘Model file’s format is not compatible with this JFastText version!’ Is there a way to upload .model format without converting it into .bin ? As it seems there is no supported function for converting .model to .bin in gensim. Thanks.