用于对关键字进行分类的 Python 包

发布于 2024-12-18 16:14:02 字数 60 浏览 0 评论 0原文

我正在寻找一个用于对关键字进行分类的 python 包。即我想输入棒球并获得“运动和户外”。有什么建议吗?

I am looking for a python package for categorizing keywords. I.e. I want to input Baseball and get "Sports and Outdoors". Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

堇年纸鸢 2024-12-25 16:14:02

您最好的选择可能是自然语言工具包。特别是 ntlk.corpus.wordnet

但您可能想阅读一些理论,因此请花一些时间阅读这本书。

http://www.nltk.org/book

Your best bet is probably the natural language toolkit.In particular ntlk.corpus.wordnet

But you will probably want to read up on some theory so spend some time with the book.

http://www.nltk.org/book

莫言歌 2024-12-25 16:14:02

我不知道有任何对关键字进行分类的 python 库,但这里有一个简单的技巧/解决方法,可以让您的生活变得轻松。正如@gecco 评论的那样,您应该使用单词和类别之间的映射。为了避免对所有这些内容进行硬编码,请使用像 this 这样的 API 来填充这样的字典。

I am not aware of any python library that categorizes keywords, but here is a simple hack/workaround to make your life easy. As @gecco commented, you should use a mapping between words and categories. To avoid hardcoding all of them, use an API like this to fill such a dictionary.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文