对于具有TextBlob的字符串,TypeError(repr(o)+“不是JSON可序列化的”)

时间:2017-10-21 19:30:37

标签: python arrays json serialization textblob

我查看了this answerthis one,但找不到与我的问题相关的内容。很确定这是一个与JSON相关的一般问题 - 不是特定于TextBlob。

我正在尝试使用TextBlob来分析从对API的JSON响应中解析的文本。这是一个似乎没有通过的回复:

""Haiti r D, yes, due* no _ t iii me:nor.y;? 
In The 
in$i $ - 
active" E$icon-c arithms 
are applied to the rriinim ofverylar. database. 
"

这只是其中之一。是否与其中的角色有关 - 也许是$ sign?

这是我不断得到的错误:

    raise TypeError(repr(o) + " is not JSON serializable")
TypeError: TextBlob(""Haiti r D, yes, due* no _ t iii me:nor.y;? 
In The 
in$i $ - 
active" E$icon-c arithms 
are applied to the rriinim ofverylar. database. 
") is not JSON serializable

任何正确方向的推动都将受到赞赏。

0 个答案:

没有答案