SymSpellPlusPlus
SymSpellPlusPlus copied to clipboard
How to run WordSegmentation?
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?
Some quick triaging here https://stackoverflow.com/a/56395677/560648