Aditya, this should be useful: http://stackoverflow.com/questions/8870261/how-to-split-text-without-spaces-into-list-of-words
Cheers, Sundeep On Sun, Nov 24, 2013 at 11:38 PM, Aditya Laghate <[email protected]> wrote: > Hello, > I am proceeing some government data and it is pretty mucky. The folks > who did the data entry did not like to use the space bar to separate the > words, so I have words like 'asadmissibleunderchapter', 'benfitsunder', > 'assortedcolor' & etc. > > I am not able to find a method to split these words. > > Any reccomendations? I am using python for doing the data processing. > > Cheers > Aditya > > -- > For more details about this list > http://datameet.org/discussions/ > --- > You received this message because you are subscribed to the Google Groups > "datameet" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- For more details about this list http://datameet.org/discussions/ --- You received this message because you are subscribed to the Google Groups "datameet" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
