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

Spellchecking #8

Open
wnbittle opened this issue Mar 14, 2015 · 1 comment
Open

Spellchecking #8

wnbittle opened this issue Mar 14, 2015 · 1 comment

Comments

@wnbittle
Copy link
Collaborator

It would be really nice if we could implement some spell checking into the textfields and textareas. This would be a really good feature. I've looked into this some and the best library I've seen is Lucene. The only problem I ran into, was that it didn't validate words less than 3 characters. This could have been just a configuration problem though. More research will need to be done to support other languages other than English.

@wnbittle
Copy link
Collaborator Author

There is code to check for words less than 3 characters in the SpellChecker class for Lucene. There is also a bug report open: https://issues.apache.org/jira/browse/LUCENE-3341. This is still open as of 4.3.0

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