vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

java.lang.RuntimeException #17

Open wangzhe258369 opened 7 years ago

wangzhe258369 commented 7 years ago

Get this exception when load model: Exception in thread "main" java.lang.RuntimeException: vector<T> too long at com.github.jfasttext.FastTextWrapper$FastTextApi.loadModel(Native Method) at com.github.jfasttext.JFastText.loadModel(JFastText.java:25)

nedved1990 commented 6 years ago

+1

nedved1990 commented 6 years ago

@vinhkhuc Could you please help us to solve this problem?