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: almost 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,149 |
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 | A tool for generating spell-checking extensions for various productivity software applications. | 6 |
kscanne/hunspell-gd | Provides data and tools for building Scottish Gaelic spell checkers | 10 |
bakwc/jamspell | A spell checking library that uses context and ngram information to suggest corrections | 613 |
divvun/divvunspell | A Rust implementation of spell checking with added features like tokenization and parallelisation. | 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,351 |
hunspell/mythes | A C++-based thesaurus implementation with binary search functionality | 39 |