python讀取txt, jieba分詞並統計詞頻後輸出結果到Excel和txt文檔

1 2 3 4 5 with  open ( '1.txt' ,  'r' ) as fp:      lines  =  fp.readlines()      res  =  [line.split()[ 1 ][ 9 :]  for  line  in  lines]      with  open ( 'out.txt' ,  'w+' ) as out:          out.wri
相關文章
相關標籤/搜索