自动更正拼写错误 Rails 应用程序
我正在尝试构建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以试试这个:
Might try this: