摘要:
#!/usr/bin/env python # coding=utf-8 from string import punctuation import re import sys reload(sys) sys.setdefaultencoding('utf-8') import codecs # 英文标点符号+中文标点符号 punc = punctuation + u'.,;《》?!“”‘... 阅读全文
posted @ 2020-01-02 15:39
骑者赶路
阅读(815)
评论(0)
推荐(0)
摘要:
conda install -c conda-forge jieba 阅读全文
posted @ 2020-01-02 15:23
骑者赶路
阅读(333)
评论(0)
推荐(0)