vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

Is it possible for JFastText to read a model from InputStream instead of a path? #19

Open qiaoruiyt opened 6 years ago

qiaoruiyt commented 6 years ago

For example I want to train a big model on hadoop cluster with hdfs, but JFastText cannot access hdfs directly, so the model can never be loaded. It's not the problem of the model because it works locally on my pc. It will be great if there is any InputStream support for it? Thank you!

zjhiphop commented 5 years ago

Same request