vinhkhuc / JFastText

Java interface for fastText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.RuntimeException

wangzhe258369 opened this issue · comments

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)

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