I am doing a project using Html and PHP. I have a textarea. I can check the spelling of user input using html attribute. I want to check the grammar also and to restrict the user from submitting the form if there is any grammatical mistakes. Is there any way to do this? Even I am ready to use Python or javascript if it is possible in it. Please help me!!!
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a limit to how many levels you can nest i
- how to define constructor for Python's new Nam
- Laravel Option Select - Default Issue
- streaming md5sum of contents of a large remote tar
Sounds like LanguageTool is what you need. They have a nice API, but keep in mind it is limited to 20 requests per IP address per minute. If you need more, they have a how-to on setting it up locally.