I reviewed all of the categories and couldn't find a really good match for this question. So I admit this may not be posted in the best forum.
I need to extract words from a text string that has no commas or spaces in it. For example, I need to turn buybluewidgets into "buy blue widgets". I assumed that I could find an API that could do this but I have found very few options.
So my question is do you know of an API that can provide this function? Or is the reason I'm finding so few options is because using a dictionary API or database is the best solution? I need to parse 300K to 500K text strings daily so I have concerns with API call limits.
If I should post this question in another, please let me know. Thank you for your time.