Grammar checker for html text area [closed]

2019-05-10 10:27发布

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!!!

1条回答
beautiful°
2楼-- · 2019-05-10 10:30

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.

查看更多
登录 后发表回答