php - Grammar checking API? -


Are there any APIs that check the grammar of a given string?

If this is the case, can you give examples?

Required

This really works well, most of the time but it misses some common grammar mistakes (like your / you, their / there / they, topic -The problem of action agreement etc.).


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -