Here are
113 public repositories
matching this topic...
The gem that has been saving people from typos since 2014
SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm
hallelujahIM(哈利路亚 英文输入法) is an intelligent English input method with auto-suggestions and spell check features, Mac only.
Updated
Aug 6, 2020
Objective-C++
The most popular spellchecking library.
Hunspell dictionaries in UTF-8
Updated
Jun 16, 2020
JavaScript
Curated List of Persian Natural Language Processing and Information Retrieval Tools and Resources
Spelling, grammar and style checking on LaTeX documents
Updated
Jul 26, 2020
Java
Updated
Apr 28, 2020
Python
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
✏️ Hunspell extension for spaCy 2.0.
Updated
Sep 25, 2018
Python
Tools for Spell Checking in R
Updated
Jan 2, 2020
Vim script
SymSpellCompound: compound aware automatic spelling correction
Lightning fast spell correction / fuzzy search library based on SymSpell by Commerce-Experts
Open morphology for Finnish
Updated
Aug 21, 2020
Python
Python Library and CLI for the LanguageTool JSON API
Updated
Jul 13, 2020
Python
Vietnamese spell checking dictionaries for Firefox and OpenOffice.org
Updated
May 11, 2020
Shell
Updated
Jun 19, 2020
JavaScript
Fast approximate strings search & spelling correction
Spelling corrector in python
Updated
May 26, 2020
Python
Fast Word Segmentation with Triangular Matrix
Simple expandable tool for spell checking
Updated
Jul 17, 2020
JavaScript
💬 Project specific spellfiles
Updated
Jul 11, 2018
Vim script
fuzzy string searching, using Levenshtein automaton. Can be used for spell-checking.
Updated
May 24, 2020
OCaml
SpellcheckerWasm is an extrememly fast spellchecker for WebAssembly based on SymSpell
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.