自动更正拼写错误 Rails 应用程序

发布于 2024-11-29 08:18:24 字数 205 浏览 1 评论 0原文

我正在尝试构建一个 Rails 应用程序,该应用程序可以在提交后自动更正 Rails 表单的拼写。我意识到自动更正不会是 100%,但我想知道它们是否有任何好的 Ruby gem 可以用来做这样的事情。

因此,基本上有人在文本区域中输入几个句子,按下提交,控制器进入并纠正任何明显的拼写错误,然后将“据称”无错误的文本保存到数据库中。

有什么建议吗?提前致谢 :)

I'm trying to build a Rails application that auto-corrects the spelling of a Rails form after it submits. I realize that the auto-correcting won't be 100%, but I'm wondering if their are any good Ruby gems that I can use to do something like this.

So basically someone enters a few sentences into a text area, presses submit, the controller goes in takes the text and corrects any obvious spelling errors and then saves the "supposedly" error-free text to the database.

Any suggestions? Thanks in advance :)

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

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

发布评论

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

评论(1

临走之时 2024-12-06 08:18:24

可以试试这个:

gem install spellingbee

Might try this:

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