Python论坛  - 讨论区

标题:[python-chinese] split words

2006年08月08日 星期二 13:55

cry zyqmail at tom.com
Tue Aug 8 13:55:02 HKT 2006

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



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号