I have a bunch of text that have each characters separated by a white space like so:
D i g i t a l a u d i o & v i d e o
How do I fix it so that it becomes:
Digital audio & video
The words may not necessary be in title case case so it's not possible to separate the words by that alone.
Furthermore, some parts of the text are 'merged' in a way whereby it sits right beside one another like
'h o wm a n y w o r ds'
so this one should be
how many words
I think it might need some language processing but I'm not sure where to start