TypeError:序列项0:预期的str实例,元组在python中发现错误标记

时间:2019-04-25 04:02:47

标签: python arrays nltk

我在这段代码中遇到了问题:

train['hadis'] = train['hadis'].apply(lambda x: " ".join(nltk.FreqDist(x).most_common()))

train['hadis'].head()

TypeError:序列项0:预期的str实例,找到了元组

我希望每行数据都能得到计数数据字,有人可以帮忙吗?

0 个答案:

没有答案