Python Data Utils

Jesse Aldridge JesseAldridge at gmail.com
Mon Apr 7 11:24:02 EDT 2008


> But then you introduced more.

oops.  old habits...

> mxTextTools.

This looks cool, so does the associated book - "Text Processing in
Python".  I'll look into them.

> def normalise_whitespace(s):
>     return ' '.join(s.split())

Ok, fixed.

> a.replace('\xA0', ' ') in there somewhere.

Added.

Thanks again.



More information about the Python-list mailing list