Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library
https://deeplearning.cms.waikato.ac.nz/
GNU General Public License v3.0
184 stars 197 forks source link

Its possible to use Binary FastText model instead of word2vec? #61

Open mzagane opened 4 years ago

mzagane commented 4 years ago

Since DL4J added support for FastText, please add the same for wekaDL4J, otherwise, please give me some insight on how we can adapt the existing code to use model (bin) generated by fasttext. Thanks