标签:
今天Mayuyu要介绍一个非常有用的包,叫做mafan。Mafan是一组Python工具集合,用于方便处理中文。可以做繁简检测,繁简转化,检查中文标点,检查是否中英文混合,甚至还提供分词。具体可以参考如下链接
链接:http://www.open-open.com/lib/view/open1418367676855.html
而mafan的源代码在这里:https://github.com/hermanschaaf/mafan,我们可以命令pip install mafan进行安装。具体使用细节这里也有。
标签:
原文地址:http://blog.csdn.net/achelloworld/article/details/42320645