vinhkhuc / JFastText

Java interface for fastText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is the Fasttext dump supported in this wrapper ?

rsravan91 opened this issue · comments

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.