The Wayback Machine - https://web.archive.org/web/20220411204456/https://github.com/topics/hunspell
Here are
95 public repositories
matching this topic...
Hunspell dictionaries in UTF-8
Updated
Apr 8, 2022
JavaScript
Project to generate POS tag dictionary for Ukrainian language
Updated
Mar 26, 2022
Groovy
The Hunspell binding for NodeJS that exposes as much of Hunspell as possible and also adds new features. Hunspell is a first class spellcheck library used by Google, Apple, and Mozilla.
Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
Pure Python spell-checker, (almost) full port of Hunspell
Updated
Jan 23, 2022
Python
📝 Hunspell compatible spell-checker
Updated
Jan 17, 2021
JavaScript
Notepad++ Spell-checking Plug-in
Türkçe Eşanlamlı Kelimeler Sözlüğü (Turkish Thesaurus)
Updated
Dec 26, 2018
Python
Persian Spell Checking Dictionary
High-Performance Stemmer, Tokenizer, and Spell Checker for R
✏️ Hunspell extension for spaCy 2.0.
Updated
Dec 5, 2020
Python
My Docker scripts and Dockerfile for several frameworks.
Updated
Sep 27, 2018
Python
An auxiliary spellcheck dictionary that corresponds with the Bishop Fox Cybersecurity Style Guide
WebAssembly based Javascript bindings for hunspell spellchecker
Updated
Apr 8, 2022
TypeScript
Ruby wrapper for the famous spell checker library hunspell.
ქართული ორთოგრაფიული ლექსიკონი - Georgian Spell Checking Dictionary
Lithuanian spellchecking dictionary
Updated
Oct 16, 2021
Perl
Hindi wordlists, dictionary and affix files in hunspell format
Updated
Nov 23, 2020
Shell
Providing hunspell based spellchecker for Electron applications
Updated
Feb 26, 2020
TypeScript
HunSpell dictionary and MyThes thesaurus for the Luxembourgish language.
Spell checker, morphological analyzer & thesaurus for Icelandic
Updated
Dec 9, 2020
Python
Elasticsearch compatible Hunspell dictionary for Croatian.
Updated
Apr 18, 2020
Shell
🇳🇱 🇧🇪 🇸🇷 Dutch dictionary for spelling checker Hunspell and Nuspell
Updated
Jan 4, 2022
Shell
Stemming Algorithms for the Portuguese Language
O'zbek tilidagi matnlarda imlo xatolarini tekshirish uchun Hunspell lug'atlari (Uzbek Hunspell dictionary)
Firefox SpellChecker for Azerbaijani
Монгол үгийн алдаа шалгах толь, Mongolian spellchecking dictionary
Delphi hunspell wrapper with a spell check dialog and a red-underline `TMemo` descendent, originally written by Stefan Ascher
Updated
Jan 15, 2022
Pascal
Improve this page
Add a description, image, and links to the
hunspell
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
hunspell
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.