xdream86

Results 1 issues of xdream86

I had a problem when i use bindict.getPredictions function in C++. Blow is code snippet: ``` BinaryDictionary bindict; bindict.fromFile("../dictionaries/test/big.dict"); string phrase[] = {"how", "are"}; vector holder; vector predictions = bindict.getPredictions(phrase,...