Hi I am trying out a solution to map two lists thru Aspell. I have two lists like this Master List 021 022 023 024
List to Correct 0021 0211 0221 0231 0242 Expected output 0021 021 0211 021 0221 022 0231 023 0242 024. I thought i could create a word list of the master list and run the list to correct against that to get the required output. When i try to create the master list, i get the error sayig "0" should b't be present in the word. Can this problem be solved using spell checker Thanks Satish _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user
