vinhkhuc / JFastText

Java interface for fastText
Other
228 stars 100 forks source link

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

Open AlfredAM opened 5 years ago

AlfredAM commented 5 years ago

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"