Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to check grammar and get suggestions using C#?

e.g.
"I eat a apple"

should return
"I eat an apple"


Following site does this:
http://www.polishmywriting.com/[^]
seems this site does the job using linux server

but at this moment I am more interested in getting .NET server side code.
(Want to host grammar checker on own server with .NET)

Thanks,
Nitin
Posted
Updated 30-May-22 20:23pm
v2

1 solution

I'd rather use some existing application for spell checking / grammar checking. Here on CP, there is an article on using Microsoft Word's spell checker (see Using Word's spellchecker in C#[^]), the grammar checker could be integrated similarly.
Also OpenOffice should offer an API for the grammar checker (see e.g. http://wiki.openoffice.org/wiki/Grammar_Checking_API[^]), but the integration of OpenOffice from a .Net application is often complicated.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900