Hi, Thank you for getting back to me.
So basically, I'm doing some work on a set of scriptures I've typed up.
For typing purposes the words are separated by a space, but when looking to publish, the words will be joined up into one line.
Now to read in this form, it takes a great deal of learning etc. I've come up with an idea where by I use alternate colours with the words, so when joined up, you can still make out the word due to it being a different colour.
Here is were I have an issue... the colour coding script doesn't like consecutive repeat words i.e. the the or is is as an example.
It flips the colour pattern, so where it would be: red, black, red, black, red, black
when it comes to these repeat words, it will go: red, black, black, red, red, black
with that said, if we when join up the words, 2 black words will join implying that it 1 word and 2 red words will join again implying 1 word, which would then be incorrect.
In smaller projects, I've gone through manually and made sure this has not been the case and where it has been, I've manually changed it.
With this larger project, I wanted something that would highlight these consecutive repeat words so that it would be easier for me to find and correct.
I'm happy to provide the colour coding code to see if that can be fixed to take into account consecutive repeating words perhaps?
Short of this, it would just mean going through manually
I hope this background helps.
Any help on this would be much appreciated.
Thank you,