{"id":437,"date":"2019-12-26T16:59:49","date_gmt":"2019-12-26T08:59:49","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/wordpress\/?p=437"},"modified":"2020-12-13T15:02:01","modified_gmt":"2020-12-13T07:02:01","slug":"%e7%ae%80%e5%8d%95%e8%af%8d%e4%ba%91%e5%88%b6%e4%bd%9c","status":"publish","type":"post","link":"http:\/\/xnw60rlg.ipyingshe.net:5347\/?p=437","title":{"rendered":"python\u7b80\u5355\u8bcd\u4e91\u5236\u4f5c"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#deepin os \u6d4b\u8bd5\u901a\u8fc7\nfrom wordcloud import WordCloud\nimport os\ncur_path = os.path.dirname(__file__)\nwith open(os.path.join(cur_path,'love_en.txt')) as fp:\n      txt = fp.read()\n# print(txt)\nwordcloud = WordCloud().generate(txt)\nimage = wordcloud.to_image()\nimage.show()\n\n#\u4e2d\u6587\u8bcd\u4e91\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014-\n# -*- coding:utf-8 -*-\nfrom wordcloud import WordCloud\nimport jieba\nimport os\ncur_path = os.path.dirname(__file__)\nprint(cur_path)\ndef chinese_jieba(txt):\n      wordlist_jieba = jieba.cut(txt) #\u5c06\u6587\u672c\u5206\u5272\uff0c\u8fd4\u56de\u5217\u8868\n      #\u5c06\u5217\u8868\u62fc\u63a5\u4e3a\u4ee5\u7a7a\u683c\u4e3a\u95f4\u65ad\u7684\u5b57\u7b26\u4e32\n      txt_jieba =' '.join(wordlist_jieba)\n      return txt_jieba\nwith open(os.path.join(cur_path,'love_en.txt'),'rb') as fp:\n      txt = fp.read()\n      txt = chinese_jieba(txt)\n#print(txt)\n#wordcloud = WordCloud().generate(txt)\n#wordcloud = WordCloud(font_path = 'FZLTXIHK.TTF').generate(txt) #\u589e\u52a0\u5b57\u4f53\u53d8\u5316\n#wordcloud = WordCloud('\/usr\/share\/fonts\/truetype\/dejavu\/DejaVuSans.ttf', # \u5b57\u4f53\n#wordcloud = WordCloud('c:\/Windows\/Fonts\/arial.ttf', # \u5b57\u4f53\n#wordcloud = WordCloud('c:\/Windows\/Fonts\/STXINGKA.TTF', # \u5b57\u4f53\nwordcloud = WordCloud('c:\/Windows\/Fonts\/STKAITI.TTF', # \u5b57\u4f53\n      background_color = 'black', # \u80cc\u666f\u8272\n      max_words = 30, # \u6700\u5927\u663e\u793a\u5355\u8bcd\u6570\n      max_font_size = 60 # \u9891\u7387\u6700\u5927\u5355\u8bcd\u5b57\u4f53\u5927\u5c0f\n      ).generate(txt)\nimage = wordcloud.to_image()\nimage.show()\n#win10 \u8c03\u8bd5\u901a\u8fc7\n#\u8c03\u8bd5\u8fd9\u6bb5\u4ee3\u7801\uff0c1\u3001\u6ce8\u610fopen()\u51fd\u6570\u8bfb\u53d6\u65b9\u5f0f\u91c7\u7528'rb'\u65b9\u5f0f\uff0c2\u3001\u7cfb\u7edf\u5b57\u4f53\u7684\u540d\u79f0\u770b\u4e0a\u7c73\u5a1c\u7684\u793a\u4f8b\n#\u8fd0\u884c\u9700\u8981\u7684\u5e93\u6709\uff1apip install wordcloud jieba matplotlib,\u5982\u679c\u4e0d\u5236\u4f5c\u4e2d\u6587\u7684\u8bcd\u4e91\uff0c\u4e0d\u9700\u8981jieba\u5e93\n<\/code><\/pre>\n\n\n\n<div class=\"wp-block-file\"><a href=\"http:\/\/cnliutz.uicp.io\/wordpress\/wp-content\/uploads\/2019\/12\/love_en.txt\">love_en<\/a><a href=\"http:\/\/cnliutz.uicp.io\/wordpress\/wp-content\/uploads\/2019\/12\/love_en.txt\" class=\"wp-block-file__button\" download>\u4e0b\u8f7d<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,10,6],"tags":[],"class_list":["post-437","post","type-post","status-publish","format-standard","hentry","category-2","category-python","category-6"],"_links":{"self":[{"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=437"}],"version-history":[{"count":5,"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/437\/revisions"}],"predecessor-version":[{"id":1439,"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/437\/revisions\/1439"}],"wp:attachment":[{"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=437"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xnw60rlg.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}