sszuev / fastText_java

Java port of c++ version of facebook fasttext
Other
14 stars 5 forks source link

Any plans for official release #2

Closed georgepapas closed 6 years ago

georgepapas commented 6 years ago

Hi there,

Is there a roadmap for an non snapshot release into jitpack or other maven repo?

Cheers George

sszuev commented 6 years ago

Hello. Unfortunately, right now I can't continue work closely on fastText_java, only occasionally, and there is no concrete roadmap. But making a maven release is not at all difficult, and, perhaps, it is worthwhile to do it. I just care about how justified it is? It seems, after your fix there should not be a problem with jitpack, The original fasttext trains models faster than this version (although I tested it on a virtual machine with only one CPU). There were also ideas about MapReduce (but no clarity, since the original fasttext uses the same matrix in multithreding)

georgepapas commented 6 years ago

Hi,

The use case I have is using this library not for training models, but for reading fast text models from a jvm based api. Might be nice to have a 1.0.0 release.

sszuev commented 6 years ago

v 1.0.0 provided : https://search.maven.org/#search%7Cga%7C1%7Cg%3A%20%22com.github.sszuev%22%20a%3A%20%22fasttext%22