Python 英文文件統計詞頻進階版

def getText(file): with open(file, 'r', encoding='UTF-8') as txt: #打開文件 txt = txt.readlines()#,以readlines模式,每一個字符爲一個行「僞字符串」 for line in txt: for ch in '!"#$%&()*+,-./:;
相關文章
相關標籤/搜索