Python:使用nltk統計詞頻並繪製統計圖

測試環境: mac python3.6.5python 安裝web pip install nltk 代碼示例svg # -*- coding: utf-8 -*- from nltk import FreqDist from matplotlib import rcParams # matplotlib 設置中文字體 rcParams["font.family"] = "STHeiti" r
相關文章
相關標籤/搜索