【发布时间】:2011-12-25 03:52:17
【问题描述】:
是否可以使用词性标记创建英语到 SQL 应用程序。或者请提出一些有效的方法来做这个应用程序
【问题讨论】:
-
您的意思是要听语音并转换为SQL语句吗?如果是这样stackoverflow.com/questions/227140/…
是否可以使用词性标记创建英语到 SQL 应用程序。或者请提出一些有效的方法来做这个应用程序
【问题讨论】:
我不太确定你想做什么,但是...
有"FCO-IM (Fully Communication Oriented Information Modeling)"。它相对未知,但它允许“english to sql”。
例如,你会有这样的代码
There is a person with the name Saman;
Person with name Saman has last name Weerasinghe;
There is a Stackoverflow question with id 8062888;
Person with the name Saman asked Stackoverflow question with id 8062888;
然后您可以定义关系和多重性,并为您的数据生成表格。
【讨论】: