Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use HanLP or Jieba create word_cloud_cn #430

Closed
wants to merge 14 commits into from

Commits on Sep 10, 2018

  1. Merge pull request #1 from amueller/master

    更新源项目代码
    TianFengshou authored Sep 10, 2018
    Configuration menu
    Copy the full SHA
    a2c4de3 View commit details
    Browse the repository at this point in the history
  2. use HanLP replace Jieba

    pyhanlp is One of
    the most powerful natural language processing libraries in Chinese
    today, and it's extremely easy to use.You can use 'PIP install pyhanlp'.
    To install it,like Jieba.
    
    Its level of identity of named entity,word segmentation was better than jieba,
    and has more ways to do it.You'll save a lot of time when you use it.
    
    And thanks to its excellent performance,
    when we handle a large number of Chinese texts
    We don't have to use the User-defined dictionaries.
    TianFengshou committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    1dd1cfc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. You can use jieba or hanlp create wordcloud with chinese

    Wordcloud is a very good tools, but if you want to create
    Chinese wordcloud only wordcloud is not enough. The file
    shows how to use wordcloud with Chinese. First, you need a
    Chinese word segmentation library jieba or HanLp.You can
    use 'PIP install jieba' or 'PIP install pyhanlp' or to
    install it.As you can see,at the same time using wordcloud
    with jieba or HanLP very convenient.While jieba is lighter,
    hanlp requires more downloads, but is more powerfulHanLP's
    level of identity of named entity,word segmentation was
    better than jieba,and has more ways to do it.You'll save
    a lot of time when you use it.
    TianFengshou committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    a30cf53 View commit details
    Browse the repository at this point in the history
  2. del wordcloud_cn_HanLP

    TianFengshou committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    28a5841 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Configuration menu
    Copy the full SHA
    2850f83 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    f4a1b2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655d7c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b538c11 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Merge pull request #2 from amueller/master

    从源代码同步
    TianFengshou authored Dec 3, 2018
    Configuration menu
    Copy the full SHA
    77d3fc5 View commit details
    Browse the repository at this point in the history
  2. change file to merge...

    now, you can use pyhanlp to create wordcloud with Chinese.
    TianFengshou committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d264006 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Modify the code to pass the check of flake8

    Simplified part of the code
    Removed some code that references the class library
    Modified some code that references the class library
    TianFengshou authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    9ee9ec7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. 删除冲突代码以合并源代码

    删除冲突代码以合并源代码
    TianFengshou authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    9018395 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    aba7e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75fcd8 View commit details
    Browse the repository at this point in the history