-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Closed
Commits on Sep 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a2c4de3 - Browse repository at this point
Copy the full SHA a2c4de3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1dd1cfc - Browse repository at this point
Copy the full SHA 1dd1cfcView commit details
Commits on Sep 19, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for a30cf53 - Browse repository at this point
Copy the full SHA a30cf53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a5841 - Browse repository at this point
Copy the full SHA 28a5841View commit details
Commits on Sep 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2850f83 - Browse repository at this point
Copy the full SHA 2850f83View commit details
Commits on Nov 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f4a1b2d - Browse repository at this point
Copy the full SHA f4a1b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 655d7c8 - Browse repository at this point
Copy the full SHA 655d7c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b538c11 - Browse repository at this point
Copy the full SHA b538c11View commit details
Commits on Dec 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 77d3fc5 - Browse repository at this point
Copy the full SHA 77d3fc5View commit details -
now, you can use pyhanlp to create wordcloud with Chinese.
Configuration menu - View commit details
-
Copy full SHA for d264006 - Browse repository at this point
Copy the full SHA d264006View commit details
Commits on Dec 14, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 9ee9ec7 - Browse repository at this point
Copy the full SHA 9ee9ec7View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9018395 - Browse repository at this point
Copy the full SHA 9018395View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aba7e78 - Browse repository at this point
Copy the full SHA aba7e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75fcd8 - Browse repository at this point
Copy the full SHA d75fcd8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.