vinhkhuc / JFastText

Java interface for fastText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error C2664: cannot convert parameter from "std::istringstream" to "int32_t"

AlfredAM opened this issue · comments

commented

Hi,

I encountered the following error in building the project, any advice would be greatly appreciated.

\jfasttext\src\main\cpp\fasttext_wrapper.cc(77): error C2664: “void fasttext::FastText::predict(std::istream &,int32_t,bool,fasttext::real)”: cannot convert parameter 1 from "std::istringstream" to "int32_t"