我们可以集体讨论一个自动标记系统吗?
我有兴趣对文本正文进行自动标记。我对 NLP 还很陌生,所以我想听听你们在这方面熟悉的一些方法。
任何建议将不胜感激。
I am interested to do automatic tagging for bodies of text. I am pretty new to NLP so I would like to hear some methods which you guys are familiar with in this context.
Any recommendations will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
词袋方法应该可以正常工作。您只是想在整个文本上放置一个标签,对吧?
然而,正如另一位成员有一次向我指出的那样,StackOverflow 主要是一个编程问答。
bag-of-words approaches should work okay. you're just trying place one tag on the entire text, right?
however, as another member pointed out to me one time, StackOverflow is mostly a programming Q&A.