Synonym or Grammar Checker ?
Posted: Mon Feb 13, 2006 11:40 pm
Hi,
I am handy with php preg_exp, but I need a little bit of guidance on this script I am creating.
I need a script to , where the user puts in a sentance, and it checks for synyoms and grammar, spelling, etc.. Same for paragraphs but that is no more difficult.
How would I do that? I would guess I would use a for loop and need a database of synonyms and do a if check statment on each word in the sentance and see if there are any synynms? anybody know where I can get a global synonym database or dictionary/ thesource for this script I am writing?
I appreciated any help very much.
I am handy with php preg_exp, but I need a little bit of guidance on this script I am creating.
I need a script to , where the user puts in a sentance, and it checks for synyoms and grammar, spelling, etc.. Same for paragraphs but that is no more difficult.
How would I do that? I would guess I would use a for loop and need a database of synonyms and do a if check statment on each word in the sentance and see if there are any synynms? anybody know where I can get a global synonym database or dictionary/ thesource for this script I am writing?
I appreciated any help very much.