The Wayback Machine - https://web.archive.org/web/20220718154240/https://github.com/topics/spell
Here are
62 public repositories
matching this topic...
Hunspell dictionaries in UTF-8
Updated
Apr 13, 2022
JavaScript
A Spell Checker for Code!
Updated
Jul 18, 2022
TypeScript
📝 Hunspell compatible spell-checker
Updated
Jan 17, 2021
JavaScript
Gramatika Figma Plugin: Spell Checking (Grammarly) for Bahasa Indonesia. This makes it easy to check the typo or spelling mistakes in your design.
Updated
Jul 6, 2022
TypeScript
✨ Potter-ify your Linux experience! ::
Updated
Sep 1, 2021
JavaScript
Gramatika web helps you to check spelling and typo in Bahasa Indonesia
Updated
Jul 6, 2022
TypeScript
WebAssembly based Javascript bindings for hunspell spellchecker
Updated
Jun 21, 2022
TypeScript
Updated
Jun 25, 2022
JavaScript
Spelling corrector in python
Updated
May 26, 2020
Python
Daum 맞춤법 검사기로 텍스트를 보내 손쉽게 교정 가능한 Atom package
Updated
Apr 19, 2017
CoffeeScript
Providing hunspell based spellchecker for Electron applications
Updated
Feb 26, 2020
TypeScript
tf 2.0 implementation of Listen, attend and spell
Updated
Jan 19, 2021
Python
💬 Project specific spellfiles
Updated
Jul 11, 2018
Vim script
Add words to the OS X Spell Check dictionary
Updated
Jun 16, 2020
Shell
Updated
May 2, 2019
Jupyter Notebook
비주얼 스튜디오 코드 한스펠(vscode-hanspell)은, (주)다음과 부산대학교 인공지능연구실/(주)나라인포테크의 웹 서비스를 이용해서 한글 맞춤법 검사 기능을 제공하는 비주얼 스튜디오 코드용 익스텐션입니다.
Updated
May 29, 2022
TypeScript
🚀 DidUMean, is a spelling checker application checks your spelling and recommend words for you in case of wrong spelling ...
Список заклинаний D&D5 с возможностью фильтрации
Updated
Feb 17, 2022
JavaScript
A minimal, Julia-written tool for converting numbers to words.
Updated
Jul 18, 2022
Julia
Georgian (ka_GE) word list
Fast & accurate spellchecker for node.js
Updated
Apr 5, 2017
JavaScript
Brazilian and European Portuguese Spelling Language for Sublime Text 3 - Dicionário de Português BR & PT (antes e depois AO 1990) para Sublime Text 3
New spell(1) implementation for NetBSD
Spell check module used in UyghurEdit++
It’s easy way to do spell check about various contries’ language.(一种快捷方便的方法来对各种国家的语言做拼写检查.)
Updated
May 2, 2017
Objective-C
A program that checks spelling of given word, if wrong then recommends words.
List of Harry Potter spells
Updated
Feb 12, 2022
JavaScript
Jazzy spell checker mirror
Updated
Aug 24, 2013
Java
Fast spell checking of words into english dictionary
Updated
May 22, 2017
Java
Improve this page
Add a description, image, and links to the
spell
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
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.