【E-21】AttributeError: 'float' object has no attribute 'decode'

一、问题源头

隐去原来的问题,直接举个例子:

【E-21】AttributeError: 'float' object has no attribute 'decode'

二、原因

使用jieba分词时遇到了float类型的数据,需要进行转换。

三、解决方案

修改下输入的格式,转换下:

jieba.lcut(str(str1))

上一篇:jieba 分词. 西游记相关的分词,出现次数最高的20个。


下一篇:jieba 分词