What's a Rails plugin, or Ruby gem, to automatically fix English grammar?

前端 未结 3 1515
旧时难觅i
旧时难觅i 2021-01-05 13:54

Facebook just re-launched Comments, with a automatic grammar fixing feature.

What does the grammar filter do?

  • Adds punctuation (e.
相关标签:
3条回答
  • 2021-01-05 14:42

    I don't know of anything with those particular features.

    However, you might look at Ruby LinkParser, which is a Ruby wrapper for the Link Grammar parser developed by academics and used by the Abiword project for grammar checking. (Note that "link" in Link Grammer parser doesn't refer to HTML links, but rather to a structure that describes English syntax as a set of links between words).

    Here's another interesting checker, written in Ruby, which is designed to check LaTex files for some of the problems you mention (plus others).

    0 讨论(0)
  • 2021-01-05 14:43

    You may be interested in Gingerice which seems to do what you are looking for!

    0 讨论(0)
  • 2021-01-05 14:53

    "After the Deadline" is a complete (free) grammar checking service. Someone has already written a Ruby wrapper for it.

    https://github.com/msepcot/after_the_deadline

    0 讨论(0)
提交回复
热议问题