2006年08月08日 星期二 13:55
jacob,您好! 谢谢了。我RE不熟,该上课了。 在 2006-08-08 10:59:00 您写道: >limodou wrote: > >> On 8/8/06, cry <zyqmail at tom.com> wrote: >> >>> python,您好! >>> >>> 请问怎么才可以把一个英文文本文件里的英文单词都分离出来,形成一个单词 >>> 文件,每个单词一行,按字母次序。 >>> 或者已经有这样的工具?知道的能否介绍一下?最好是PYTHON的。 >>> >>> PYTHON里,把一行中的词分离,用什么方法比较好。split好象不能同时分离多 >>> 种分割符。 >>> >> >>> a = 'a b\tc\nd' >> >>> a.split() >> ['a', 'b', 'c', 'd'] >> >> >> >>>> s = "this is a good day, I think.d $@#$#" >>>> s.split() >['this', 'is', 'a', 'good', 'day,', 'I', 'think.d', '$@#$#'] > >>>> re.findall("[a-zA-Z]+", s) >['this', 'is', 'a', 'good', 'day', 'I', 'think', 'd'] > > > >_______________________________________________ >python-chinese >Post: send python-chinese at lists.python.cn >Subscribe: send subscribe to python-chinese-request at lists.python.cn >Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn >Detail Info: http://python.cn/mailman/listinfo/python-chinese 致 礼! cry zyqmail at tom.com
Zeuux © 2025
京ICP备05028076号