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

Spelling correction of Zencode #723

Open
jaromil opened this issue Aug 27, 2023 · 0 comments
Open

Spelling correction of Zencode #723

jaromil opened this issue Aug 27, 2023 · 0 comments

Comments

@jaromil
Copy link
Member

jaromil commented Aug 27, 2023

Having a restricted range of words and even a reduced amount of combination in their proximity gives us the possibility to develop a spelling corrector as low-hanging fruit.

Here some theory http://norvig.com/spell-correct.html

Novig's spelling corrector is already implemented in Lua: https://github.com/pakozm/lua-spell-correct

It suffices to have a bit of adaptation from this and a small dictionary based on Zencode...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant