We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have speller support for our own languages in Overleaf. The Overleaf speller code is here.
The idea would be to add a simple layer that calls our speller API. It needs at least three functions:
The text was updated successfully, but these errors were encountered:
An alternative approach would be that of LanguageTool, cf https://www.overleaf.com/blog/635-languagetool-a-free-browser-add-on-to-check-your-grammar-and-spelling
In general, there might be things to learn from LanguageTool, it integrates with a number of tools we don't (yet), cf https://languagetool.org/overleaf. We can't use their code directly though, as most of it is written in Java, cf https://github.com/languagetool-org/languagetool.
Sorry, something went wrong.
albbas
flammie
No branches or pull requests
It would be nice to have speller support for our own languages in Overleaf. The Overleaf speller code is here.
The idea would be to add a simple layer that calls our speller API. It needs at least three functions:
The text was updated successfully, but these errors were encountered: