bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.67k stars 741 forks source link

Presets module for fasttext ? #346

Open gembin opened 7 years ago

gembin commented 7 years ago

Any plan to create a presets module for https://github.com/facebookresearch/fastText ?

saudet commented 6 years ago

FYI, there are wrappers available here that already use JavaCPP: https://github.com/vinhkhuc/JFastText We could add them as presets. What do you think @vinhkhuc?

vinhkhuc commented 6 years ago

@saudet I would love to see JFastText is added as presets. Please let me know if I need to change anything.

saudet commented 6 years ago

@vinhkhuc Awesome! We would just need to:

  1. Create a cppbuild.sh file to encapsulate the build steps, and
  2. Rebase the pom.xml on the parent pom.xml file of the presets.

Details here: https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets

saudet commented 5 years ago

@vinhkhuc FYI, I'll probably be working on integrating your work soon. If you would still like to help with this, please let me know! In any case, thanks for all the work you have done already.

/cc @AlexDBlack