标签: python arrays nltk
我在这段代码中遇到了问题:
train['hadis'] = train['hadis'].apply(lambda x: " ".join(nltk.FreqDist(x).most_common()))
train['hadis'].head()
TypeError:序列项0:预期的str实例,找到了元组
我希望每行数据都能得到计数数据字,有人可以帮忙吗?