摘要: 【知识点总结】 1. 正则表达式 ziishaned/learn-regex: Learn regex the easy way (github.com) re模块 2. 分词 难点 方法 常见分词工具 jieba的使用例子 3. 词性标注 方法 常见工具 应用工具进行中英文的词性标注:jieba中 阅读全文
posted @ 2021-05-31 16:24 十三月五 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 【知识点】 1. txt文本数据的读写: open,write 参数mode readlines()read()readline()的不同 待解决问题:f.close()、为什么两次open后变空值? 2. CSV及Excel文本数据的读写 to_csv(),read_csv() to_excel( 阅读全文
posted @ 2021-05-31 10:56 十三月五 阅读(146) 评论(0) 推荐(0) 编辑