python:实现WordCloud词云
from matplotlib import pyplot as plt
from wordcloud import WordCloud
filename = "1.txt" #文本路径
with open(filename,encoding="utf-8") as f
from matplotlib import pyplot as plt
from wordcloud import WordCloud
filename = "1.txt" #文本路径
with open(filename,encoding="utf-8") as f