Skip to content
New issue

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

Speller support for Overleaf? #10

Open
snomos opened this issue Apr 12, 2023 · 1 comment
Open

Speller support for Overleaf? #10

snomos opened this issue Apr 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@snomos
Copy link
Member

snomos commented Apr 12, 2023

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:

  • get list of supported languages
  • check word
  • get suggestions for word
@snomos snomos added the enhancement New feature or request label Apr 12, 2023
@snomos
Copy link
Member Author

snomos commented Apr 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants