Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grammar checking API? [closed]

Tags:

php

grammar

api

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

If so can you give examples?

like image 391
Sam Avatar asked Jun 16 '10 15:06

Sam


People also ask

How do I close my grammar checker?

Here's how. Click File > Options > Proofing, clear the Check spelling as you type box, and click OK. To turn spell check back on, repeat the process and select the Check spelling as you type box. To check spelling manually, click Review > Spelling & Grammar.

How do I enable grammar check?

Turn on (or off) automatic spelling and grammar checkingOn the Word menu, click Preferences > Spelling & Grammar. In the Spelling & Grammar dialog box, under Spelling, check or clear the Check spelling as you type box. Under Grammar, check or clear the Check grammar as you type box.

Does Google have a spell check API?

The SpellChecker class transforms the request into XML and sends it to the Google's spell checker service. The response is also in XML, which is then deserialized into simple POJOs. The API uses JAXB for Java/XML transformation.


1 Answers

After the Deadline does exactly what I need.

http://www.afterthedeadline.com

It works really well, most of the time. But it does miss some common grammar mistakes (e.g. your/you're, their/there/they're, subject-verb agreement problems, etc.).

like image 195
Sam Avatar answered Sep 16 '22 12:09

Sam