PHP如何判断上下文中的词汇类型
我想要做的是判断句子中的单词是否是名词、副词、形容词等。我研究了 FreeLing 以及我发现的其他一些能够做到这一点的开源项目,只是想知道是否有一个可以本地使用 PHP 的项目,如果没有,您对 FreeLing 等其他项目有什么建议可能会有所帮助。
What I want to be able to do is tell if a word in a sentence is a noun, adverb, adjective, etc.. I looked into FreeLing, and a few other open source projects that I could find that are able to do this, just wondering if there is one that works with PHP natively, if not, do you have any suggestions on other projects like FreeLing that might help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的方法是使用语法解析器。
www.link.cs.cmu.edu/link
Best way would be using a grammar parser.
www.link.cs.cmu.edu/link