使用 WordNet 查找句子中的积极性或消极性
我必须在交互式系统中提出一些问题,用户可以自由地输入任何内容作为响应。我必须从回答中得出结论,它是积极的(是)还是消极的(否)。在我几个月前参加的一些演讲中,我了解到存在一个特定的 wordnet 库(不是 wordnet 本身),它可以完成完全相同的工作,但我忘记了它是什么。有人知道吗?如果没有,你能建议一些替代方案来达到相同的结果吗?
提前致谢
I have to ask some questions in an interactive system and user is free to type just anything as response. I have to conclude from response whether it is positive (yes) or negative (no). In some presentation that I attended few months ago I understood that a specific library of wordnet (not wordnet itself) exists that does the exact same job but I have forgot what it was. Does anyone know about it? If not can you suggest some alternative to attain the same result?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没关系,我现在想起来了。这是SentiWordnet。
Nevermind I recalled it now. It was SentiWordnet.
WordNet 提供了一个 C API,主要包下载地址为 http://wordnet.princeton.edu/wordnet /download/#comp0000498c0be300000059ff0e74
对此的参考API 可以在 http://wordnet.princeton.edu/wordnet/man/ 找到wnintro.3WN.html
希望这有帮助!
WordNet provides a C API with the main package downloads at http://wordnet.princeton.edu/wordnet/download/#comp0000498c0be300000059ff0e74
A reference for this API can be found at http://wordnet.princeton.edu/wordnet/man/wnintro.3WN.html
Hope this helps!