vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

Error in checkModel API when loading pre-trained model from fastText #30

Open xikunlun001 opened 6 years ago

xikunlun001 commented 6 years ago

Hi,

I got an error when loading pre-trained model as Below. Could you check it in your convenience?

Many thanks,

///////////////////////////////////////////////////////////////////////////////////////////////////

Exception in thread "main" java.lang.UnsatisfiedLinkError: com.github.jfasttext.FastTextWrapper$FastTextApi.checkModel(Ljava/lang/String;)Z at com.github.jfasttext.FastTextWrapper$FastTextApi.checkModel(Native Method) at com.github.jfasttext.JFastText.loadModel(JFastText.java:29) at com.github.jfasttext.JFastText.main(JFastText.java:203)