Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GET Spell Checker/Correction API? [closed]

I have done a lot of research, and found nothing, but does anyone know of a spell checker API?

So when you send a request to http://spellcheck.com?spellcheck-api=this is a sentnse, and it returns this is a sentence.

Please, tell me how to make my question better in the comments without downgrading, I'll fix it as fast as possible. I am a new SO member.

like image 468
user2153768 Avatar asked Apr 22 '26 21:04

user2153768


1 Answers

Check this awesome script: http://www.phpspellcheck.com

What you practically do is just fetch your $_GET['spellcheck_api'] (convert %20's if needed to spaces). And let the script (include() or require()) handle check your string for spelling errors.

Good luck !


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!