Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望从诸如用户推文之类的小文本中生成关键字。我已经检查了这些链接。 从小文本内容(例如推文) 生成标签 从文本内容生成标签
问题是他们使用二元组或三元组搭配,因此他们只能找到多词关键词。我希望找到一个关键字作为主题。我应该如何修改它们?
看看这个线程: 使用 python 排序词频计数
它列出了多种方法,因此请选择一种对您来说最简单的方法。