You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I try to run WordSegmentation, like this:
const char* inputTerm = "whereis th elove hehad dated forImuch of thepast who couqdn'tread in sixtgrade and ins pired him";
auto suggestions = symSpell.WordSegmentation(inputTerm);
And it throws me an error: free() invalid next size (fast)
It is related to memory error, but I don't know how to overcome this problem.
Could you give some hint, how to use this example?
The text was updated successfully, but these errors were encountered:
Hi,
I try to run WordSegmentation, like this:
const char* inputTerm = "whereis th elove hehad dated forImuch of thepast who couqdn'tread in sixtgrade and ins pired him";
auto suggestions = symSpell.WordSegmentation(inputTerm);
And it throws me an error: free() invalid next size (fast)
It is related to memory error, but I don't know how to overcome this problem.
Could you give some hint, how to use this example?
The text was updated successfully, but these errors were encountered: