How to check whether a sentence is correct (simple grammar check in Python)?
There are various Web Services providing automated proofreading and grammar checking. Some have a Python library to simplify querying. As far as I can tell, most of those tools (certainly After the Deadline and LanguageTool) are rule based. The checked text is compared with a large set of rules describing common errors. If a rule … Read more