随笔分类 -  机器学习相关

摘要:地址: https://blog.csdn.net/macb007/article/details/78887282 阅读全文
posted @ 2018-08-27 10:33 fuzzier 阅读(331) 评论(0) 推荐(0)
摘要:import nltk from nltk.corpus import stopwords # from nltk.stem.lancaster import LancasterStemmer # 词干化 # ls = LancasterStemmer() ls.stem(word) from db_process import MyProcess english_punctuation... 阅读全文
posted @ 2017-08-15 10:38 fuzzier 阅读(142) 评论(0) 推荐(0)
摘要:里面主要罗列一些常用方法 总的来说很容易上手,大家可以通过pip install jieba来进行安装 阅读全文
posted @ 2017-03-08 10:35 fuzzier 阅读(587) 评论(0) 推荐(0)