Vinh Khuc

Results 4 comments of Vinh Khuc

Hi @kmike, fastText now has the official Python wrapper (https://github.com/facebookresearch/fastText/tree/master/python). Is there any plan to support it in eli5? Thanks.

Hi siegebell, I tried your command but couldn't reproduce the issue. Based on the training command line, the output model file should be "model.bin.bin", not "model.bin" (fastText automatically appends the...

@siegebell Yes, I'm using Sierra and Java 8. The following code which calls getWords() works fine for me. ```java import com.github.jfasttext.JFastText; public class DebugIssue { public static void main(String[] args)...

I got `SIGSEGV` if I commented out the line `jft.loadModel("dbpedia.bin");`. That's expected since in that case the model is not loaded, hence Exception.