Skip to content

Files

Latest commit

 

History

History
executable file
·
10 lines (9 loc) · 355 Bytes

README.md

File metadata and controls

executable file
·
10 lines (9 loc) · 355 Bytes

fasttext4j

This project helps integrating fasttext model to the exsited JAVA applications.

Features

  • Save fasttext model as text format
  • JAVA compatible on Test and Predicte

How to

  • build fasttext4j mvn clean install
  • unzip package unzip fasttext4j-release.zip
  • build fasttext cd fasttext4j && make