Spelling, grammar and style checking on LaTeX documents
-
Updated
May 7, 2025 - Java
Spelling, grammar and style checking on LaTeX documents
Lightning fast spell correction / fuzzy search library based on SymSpell by Commerce-Experts
A Project that can correct the wrong Spelled Words and provide the best possible correct word based on the probability of most likely to happen
A Lucene 8.0.0 API based java application that, given a word from the user, scans an english dictionary and guesses the correct spell of the word
SymSpell node - based on https://github.com/MighTguY/customized-symspell
The Spell Checker is a Java project that checks for spelling mistakes in a .txt file. It uses JFileChooser to allow the user to select a dictionary and file to check, stores the dictionary words in an ArrayList for efficient searching, and compares the spelling of the words in the file to the dictionary to identify errors.
SpellChecker: an application to check for spell errors.
Takes words from the user and checks if it is spelled correctly according to a wordlist containing the 10000 most used English words.
Add a description, image, and links to the spell-checker topic page so that developers can more easily learn about it.
To associate your repository with the spell-checker topic, visit your repo's landing page and select "manage topics."