bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.65k stars 737 forks source link

Can someone help to add MITIE into a java module here? #128

Open wihoho opened 8 years ago

wihoho commented 8 years ago

Hi everyone,

I truly need this https://github.com/mit-nlp/MITIE to extract information in Java. However, the original java api can not train a classifier.

So I think that it may be possible to use javacpp to convert this C++ package. However, I failed to do so as there is no "make install" command in MITIE.

Can someone help me to convert MITIE into a preset? Thanks a lot.

saudet commented 8 years ago

Please try to follow the instructions below and let me know if you have any questions, thanks! https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets

wihoho commented 8 years ago

Hi Saudet,

Thank you. I have followed the tutorial to make the preset. However, it failed. So...

Now I have extended the original Java API to train the classifier using SWIG. Anyways, thanks.