You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using YaLafi, "LanguageTool" is called as the proofreading tool.
However, currently it doesn't know words like "ElGamal" and declares them as misspelled.
How can I make these words known to the proofreading tool when entering the call of the YaLafi command.
Please add a minimal working example including the enhanced file en.pdf.
The text was updated successfully, but these errors were encountered:
There is no option for that built into YaLafi. I would anyway recommend running LanguageTool locally (see item (1) under LanguageTool in Readme#Installation and LanguageTool documentation). You can then add words to path/to/LanguageTool-5.x/org/languagetool/resource/en/hunspell/spelling_custom.txt.
I haven’t tested, but if you have an account for their web service and use that together with YaLafi (see this issue, but the code is currently not online, nor merged) it might also be possible to add words in their web interface.
There is no option for that built into YaLafi. I would anyway recommend running LanguageTool locally (see item (1) under LanguageTool in Readme#Installation and LanguageTool documentation). You can then add words to path/to/LanguageTool-5.x/org/languagetool/resource/en/hunspell/spelling_custom.txt.
I haven’t tested, but if you have an account for their web service and use that together with YaLafi (see this issue, but the code is currently not online, nor merged) it might also be possible to add words in their web interface.
Thanks for the solution. It's weird that spelling_custom.txt does not work for me, but changing in the spelling.txt within the same folder does finish the job.
When using YaLafi, "LanguageTool" is called as the proofreading tool.
However, currently it doesn't know words like "ElGamal" and declares them as misspelled.
How can I make these words known to the proofreading tool when entering the call of the YaLafi command.
Please add a minimal working example including the enhanced file en.pdf.
The text was updated successfully, but these errors were encountered: