On Tue, Nov 3, 2009 at 1:44 PM, kylin <
huili.song@...> wrote:
> I want to remove all the punctuation and no need words form a string
> datasets for experiment.
>
> I am new to python, please give me some clue and direction to write
> this code.
The `replace` method of strings should get you pretty far (just
replace unwanted stuff with the empty string):
http://docs.python.org/library/stdtypes.html#str.replaceCheers,
Chris
--
http://blog.rebertia.com--
http://mail.python.org/mailman/listinfo/python-list