Supposing that I've the following strings:
"myteststringwithoutanyspace"
"myOtherSTRINGwithoutanyspace"
How would you separate the words inside it in Java?
My current strategy is focused using SimpleNLG. But in fact, I didn't find any docs about using SimpleNLG to separate strings into words.