JFastText icon indicating copy to clipboard operation
JFastText copied to clipboard

Java interface for fastText

Results 49 JFastText issues
Sort by recently updated
recently updated
newest added

I just tested this repo and the official one to predict a number of samples(with the same model trained by official code, in format of ftz). ## c++ `fasttext predict-prob...

The predict-prob method return different results in the java and the native command line tool. Foe example see the results from _test05PredictProba_ in the _JFastTextTest_ class (or test with your...

When call JFastText.loadModel the JVM crash. The same code run on MAC with no problem but crash on ubuntu. See logs: # A fatal error has been detected by the...

Following the instructions on the Readme inorder to build the jar needed for running on a Mac but getting the error below ``` git clone --recursive https://github.com/vinhkhuc/JFastText cd JFastText mvn...

This updates the fastText submodule to `v0.2.0`. API changes have been adapated.

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi! I want to get the nearest neighbours inside my Java code using the JFastText API; however, I can not find which method I should use. In the original library...

enhancement

Hi I am trying to build using the steps [here](https://github.com/vinhkhuc/JFastText#building) But I am getting the following error when I run ```mvn package``` ``` Results : Tests run: 9, Failures: 0,...

load model on linux , throw this Exception java.lang.IllegalArgumentException: Model file's format is not compatible with this JFastText version! The model is running fine at windows