hunspell-asm
Spell checker library
Provides a thin JavaScript interface to a spellchecking library using WebAssembly
WebAssembly based Javascript bindings for hunspell spellchecker
68 stars
5 watching
9 forks
Language: TypeScript
last commit: about 2 years ago
Linked from 1 awesome list
hunspellhunspell-asmspellspellcheckertypescriptwasmwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
hunspell/hunspell | A comprehensive spell checking and morphological analysis library for natural language processing. | 2,171 |
segabor/hunspell | A Ruby wrapper for a popular spell checking library | 35 |
mamantoha/crystal-hunspell | A Crystal bindings library for the Hunspell spell-checking and morphological analysis system | 7 |
devongovett/spellchecker.js | A spellchecking library based on Hunspell, allowing users to check and suggest corrections for words in various programming environments. | 17 |
postmodern/ffi-hunspell | FFI bindings for a spell-checking library | 48 |
kscanne/make-extensions | Automates creation of spell checking extensions for various software applications. | 6 |
kscanne/hunspell-gd | Provides data and scripts for building spell checkers for Scottish Gaelic language | 10 |
bakwc/jamspell | A spell checking library that uses context and ngram information to suggest corrections | 618 |
divvun/divvunspell | Spell checking library with case handling and tokenization support | 14 |
retextjs/retext-spell | A plugin to check spelling in natural language text | 73 |
prontolabs/pronto-spell | A tool that uses Aspell to automatically check and correct common spelling mistakes in source code | 5 |
hfst/hfst-ospell | A C++ library and command-line tool for spell checking using a weighted transducer lookup format | 13 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
client9/misspell | Corrects common English spelling mistakes in source code files using prebuilt word lists | 1,353 |
hunspell/mythes | A C++ library providing a simple thesaurus with binary search capabilities using an index file. | 40 |