Releases: vinhkhuc/JFastText
Releases · vinhkhuc/JFastText
Version 0.5
05 Jun 07:18
Compare
Sorry, something went wrong.
No results found
Major changes:
Upgraded to Java 11 to support for ARM-based MacOS (thanks to @vipujain ).
Updated examples.
Version 0.5 on Maven Central includes FastText's 64-bit binaries for Windows, Linux, Intel-based MacOS, and ARM-based MacOS.
Version 0.4
08 Oct 00:04
Compare
Sorry, something went wrong.
No results found
Version 0.3
14 May 20:00
Compare
Sorry, something went wrong.
No results found
Upgraded to the latest fasttext that includes model quantization (i.e. fasttext.zip).
Fixed the issue with loading the models trained using the latest fasttext due to backward incompatibility.
Version 0.1
12 May 08:02
Compare
Sorry, something went wrong.
No results found
fastText's command line interface.
API for loading model from file to do prediction in memory.
Version 0.2
03 Apr 04:48
Compare
Sorry, something went wrong.
No results found
Misc update for unloading model to free memory.