Open zzzwan opened 2 years ago
Hello, while using kytea library with a long string, we hit the above error when calling mapString. Is there a way to workaround this issue?
mapString
Way to reproduce: In /api/api-example.cc, replace the content in KyteaString surface_string = util->mapString() with our string and run. I could share this string file if you need
KyteaString surface_string = util->mapString()
Hello, while using kytea library with a long string, we hit the above error when calling
mapString
. Is there a way to workaround this issue?