91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.94KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-03-01
  • 語言: Python
  • 標簽: python??py??詞云??

資源簡介

根據(jù)絕代雙驕txt文檔,和任意背景圖生成詞云圖和人物關(guān)系圖

資源截圖

代碼片段和文件信息

import?jieba
import?jieba.posseg?as?pseg
import?matplotlib.pyplot?as?plt
import?imageio
import?networkx?as?nx
from?wordcloud?import?WordCloud?ImageColorGenerator
def?stopwordslist(pathtxt):#將停用詞文件中的詞讀入到列表stopwords中
????stopwords?=?[line.strip()?for?line?in?open(pathtxt?‘r‘?encoding=‘utf-8‘).readlines()]
????return?stopwords
def?isname(string):#判斷是否為人名
????word=pseg.lcut(string)
????for?wordsflag?in?word:
????????if?flag==“nr“:#nr?為人名
????????????return?True
????return?False
def?wordFreq(pathtxttxt):#分詞
????words??=?jieba.cut(txt.strip()cut_all=?False)
????counts?=?{}
????stopwords?=?stopwordslist(‘D:\desktop\hx\stopwords.txt‘)#停用詞
????for?word?in?words:#刪除長度為1的字符
????????if?len(word)?==?1?:
????????????continue
????????elif?word?not?in?stopwords:
????????????if?word?==?“小魚兒道“or?word==“江小魚“or?word==“江小俠“or?word==“江少俠“:
????????????????word=“小魚兒“
????????????elif?word==“蘇櫻笑道“?or?word==“仙女“or?word==“蘇櫻道“or?word==“蘇櫻一“or?word==“蘇櫻似“or?word==“蘇櫻想“or?word==“蘇櫻望

評論

共有 條評論