Skip to content

Releases: vinhkhuc/JFastText

Version 0.5

05 Jun 07:18
Compare
Choose a tag to compare

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
Choose a tag to compare

Version 0.3

14 May 20:00
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • fastText's command line interface.
  • API for loading model from file to do prediction in memory.

Version 0.2

03 Apr 04:48
Compare
Choose a tag to compare

Misc update for unloading model to free memory.