自然语言查询处理库

发布于 2024-09-06 17:09:55 字数 130 浏览 3 评论 0原文

我正在寻找自然语言查询处理库来将简单的英语查询转换为类似 sql 的语句。例如,显示年龄为 30 岁的员工列表应转换为 select * from eyes = 30 的员工。

您能提供指针/参考吗?

谢谢, 玛尼

I am looking for Natural language query processing libraries to convert plain english query to sql like statements. For ex, show the list of employees whose age is 30 should be converted to select * from employees where age = 30.

Can you provide pointers/references?

Thanks,
Mani

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

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

发布评论

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

评论(1

乖乖兔^ω^ 2024-09-13 17:09:55

这取决于您想走多远以及这样做的目的。例如,您想同时处理“谁的年龄是 30 岁”和“谁的 30 岁”吗?

我认为,如果您没有太多类型的英语查询,针对一些简单英语模板的强力解析器是一个很好的起点。

It depends on how far you want to go and the purpose of doing this. For example, do you want to handle both "whose age is 30" and "whose is 30 years-old"?

I think if you don't have too many kinds of English queries, a brute force parser against some plain English templates is a good starting point.

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