JFastText icon indicating copy to clipboard operation
JFastText copied to clipboard

Java interface for fastText

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

Without this, trying to build the project results in: ``` ld: framework not found JavaVM clang: error: linker command failed with exit code 1 (use -v to see invocation) ```...

Code was incorrectly invoking `getWords` for the call to `getLabels()`

Hi, Just wanted to know that Is it possible to execute this ```./fasttext nn model.bin``` command, via JAVA call? [reference](https://fasttext.cc/docs/en/unsupervised-tutorial.html#nearest-neighbor-queries)

enhancement