jieba分詞出現以下錯誤:AttributeError: 'float' object has no attribute 'decode'

在利用結巴(jieba)進行分詞時出現以下錯誤,AttributeError: 'float' object has no attribute 'decode': 真實挺無語的,當讀取編碼爲utf8時不會報錯,當讀取爲gbk時會報這類錯誤,這個能夠解決不少此類型的錯誤。python 原始內容: def cutword(x): seg = jieba.cut(x) #結巴分詞函數
相關文章
相關標籤/搜索