vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

Is the Fasttext dump supported in this wrapper ? #52

Open rsravan91 opened 5 years ago

rsravan91 commented 5 years ago

Hi, I am trying to write the dump of fasttext model into text files. More specifically the input and output layers (syn0 and syn1 in gensim). Can it be done in JFastText ? Please help.