I tried to replace abbreviations with their expansions from dictionary. But it needed splitting of sentences.
Then I tried using the recursive loop to achieve the same, but it proved very slow.
My problem is , is there any way to automate spliiting and then running the replace(dictionary) on each column for any number of columns generated?