搜索资源列表
jieba-0.31
- jeiba分词、中文分词、python、开源-jeiba word, Chinese word segmentation, python, open source
jieba_plus
- 解决jieba分词中部分bug,包括全角字母和数字等,更新中(solve part of the bugs in Jieba segmentation, update)
jieba
- python结巴分词模块.能对句子进行分词.(python module that make sentences into words)
jieba-0.39
- Python非常强大的中文分词包,用于自然语言处理。(Python is a very powerful Chinese word wrapper for natural language processing.)
jiebacut.py
- 通过结巴分词处理中文分词问题【对文本进行分词以及词频统计处理】。(The problem of Chinese participle is dealt with by the branch word segmentation.)
爬取某东商品评价
- 利用python网络爬虫爬取某东商品评论,并进行分词和生成词云。主要使用requests库,以及jieba、wordcloud等库