JFastText
JFastText copied to clipboard
How to build for multiple platforms?
When I execute mvn package it creates a jar with only the library related to the building platform.
Is there a way to build fasttext for all platforms (macos, linux, windows) and have the libraries available inside the jar?