Here are
138 public repositories
matching this topic...
SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
The gem that has been saving people from typos since 2014
Updated
Jan 21, 2022
Ruby
hallelujahIM(哈利路亚 英文输入法) is an intelligent English input method with auto-suggestions and spell check features, Mac only.
Updated
Mar 10, 2022
Objective-C++
The most popular spellchecking library.
Hunspell dictionaries in UTF-8
Updated
Feb 9, 2022
JavaScript
Spelling, grammar and style checking on LaTeX documents
Updated
Jan 24, 2022
Java
Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
Updated
Mar 4, 2022
Python
Curated List of Persian Natural Language Processing and Information Retrieval Tools and Resources
Spell checking and fuzzy search suggestion written in Go
PHP-code generator for Laravel framework, with complete support of JSON-API data format
Simple tool for fixing common misspellings, typos in source code
Notepad++ Spell-checking Plug-in
High-Performance Stemmer, Tokenizer, and Spell Checker for R
Tools for Spell Checking in R
✏️ Hunspell extension for spaCy 2.0.
Updated
Dec 5, 2020
Python
Python Library and CLI for the LanguageTool JSON API
Updated
Feb 18, 2022
Python
Updated
Jan 2, 2020
Vim script
Lightning fast spell correction / fuzzy search library based on SymSpell by Commerce-Experts
Open morphology for Finnish
Updated
Oct 2, 2021
Python
Vietnamese spell checking dictionaries for Firefox and OpenOffice.org
Updated
May 11, 2020
Shell
SymSpellCompound: compound aware automatic spelling correction
Fast Word Segmentation with Triangular Matrix
Updated
Dec 27, 2021
JavaScript
Fast approximate strings search & spelling correction
SpellcheckerWasm is an extrememly fast spellchecker for WebAssembly based on SymSpell
Updated
Feb 13, 2022
Rust
🌍 Simple JavaScript Reverso API. Context, Spell Check, Synonyms and Translation are currently available.
Updated
Feb 14, 2022
JavaScript
Spelling corrector in python
Updated
May 26, 2020
Python
Fast SymSpell written in c++ and exposes to python via pybind11
Simple expandable tool for spell checking
Updated
Feb 11, 2022
JavaScript
Improve this page
Add a description, image, and links to the
spell-check
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
spell-check
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The method
WordList.QuerySuggest.Phonethas two nested loops that query for entries from aPhoneTablethat have rules starting with a given character. Indexing these entries in the table by the first rule character may have a positive impact on performance.