Hi,
Is it possible like…?
if language tool server is running and we add our customized rules to grammer.xml dynamically and we not need to restart server and it will be available.
Thanks
Best regards,
- Nirav Ranpara
Hi,
Is it possible like…?
if language tool server is running and we add our customized rules to grammer.xml dynamically and we not need to restart server and it will be available.
Thanks
Best regards,
That’s not possible yet. You’d need to change the code to notice changes to grammar.xml and re-init the JLanguageTool object after that.