VB/Java/SQL 中的拼写检查和单数/复数检查
我基本上试图在我的 SQL Server 数据库中执行一个简单的搜索实用程序。
需要搜索用户输入的“不同形式的单词”,包括拼写检查、单数/复数。还考虑现在/过去/将来时将是一个超级具备的功能。
您能帮我找到其中每一个或全部的 API 吗?我只寻找开源或免费软件。
我正在寻找的语言是 VB 或 Java。我对 Java 有点陌生,我查看了 Lucene,不确定它是否对我有帮助。
Im basically trying to do a simple search utility in my SQL Server database.
Need to search for "different form of words" typed by the user including spell check, singular/plural. Having the present/past/future tense also considered will be a super-to-have feature.
Can you help me find API(s) for each of these or all in one. Im only looking for open Source or Freeware.
Language Im looking for is either VB or Java. Im kind of new to Java and I looked at Lucene and wasnt sure if it will help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 SQL Server 全文搜索?
Why not use SQL Server Full-Text Search?