Releases: vinhkhuc/JFastText
Releases · vinhkhuc/JFastText
Version 0.5
Version 0.4
- Upgrade to the latest fasttext (thanks to @carschno)
Version 0.3
- 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
- fastText's command line interface.
- API for loading model from file to do prediction in memory.
Version 0.2
Misc update for unloading model to free memory.