Hi community.
I was looking for a way to make word segmentation of a string without delimiters and spaces. Apple's Natural language framework does not provide this (I think is strange).
I want to achieve something like this:
Input: "makesenseofthis" Output: ["make", "sense", "of", "this"]
Any third party to do it? Maybe is there any Apple API?
Thanks in advance