NamSor

Results 4 comments of NamSor

Hi @TamouzeAssi, I also need this and I'm about to try JFastText java interface to the C++ library https://github.com/vinhkhuc/JFastText/

For me, it worked. It went rather well to install on Linux but was a pain to compile FastText and the native wrapper on Windows 10. What is your target...

Hi ! No we don't have that error. All the native libs should be included in the JAR files under JFastText\target directory : jfasttext-0.4-SNAPSHOT.jar or jfasttext-0.4-SNAPSHOT-jar-with-dependencies.jar

BTW/ I was thinking of writing a native Java reader for FastText BIN files, but there seem to be already something at https://github.com/ivanhk/fastText_java