hfst-ospell
Spell checker library
A C++ library and command-line tool for spell checking using a weighted transducer lookup format
HFST spell checker library and command line tool
13 stars
9 watching
9 forks
Language: C++
last commit: 10 months ago
Linked from 1 awesome list
spellchecker
Related projects:
Repository | Description | Stars |
---|---|---|
divvun/divvunspell | Spell checking library with case handling and tokenization support | 14 |
hunspell/hunspell | A comprehensive spell checking and morphological analysis library for natural language processing. | 2,171 |
devongovett/spellchecker.js | A spellchecking library based on Hunspell, allowing users to check and suggest corrections for words in various programming environments. | 17 |
kwonoj/hunspell-asm | Provides a thin JavaScript interface to a spellchecking library using WebAssembly | 68 |
segabor/hunspell | A Ruby wrapper for a popular spell checking library | 35 |
sebastianbiallas/ht | A file viewer and editor for various types of files, including executables. | 412 |
prontolabs/pronto-spell | A tool that uses Aspell to automatically check and correct common spelling mistakes in source code | 5 |
pld-linux/aspell-gd | A language-specific dictionary for spell checking in a Linux-based environment | 1 |
bakwc/jamspell | A spell checking library that uses context and ngram information to suggest corrections | 618 |
postmodern/ffi-hunspell | FFI bindings for a spell-checking library | 48 |
tlikonen/cl-enchant | A Common Lisp interface to a spell-checker library | 17 |
linuxscout/yaraspell | An arabic spell checker designed to be embedded in web applications | 45 |
kscanne/hunspell-gd | Provides data and scripts for building spell checkers for Scottish Gaelic language | 10 |
rrthomas/enchant | Provides a simple abstraction for dealing with different spell-checking libraries in a consistent way. | 348 |
universal-automata/liblevenshtein | A library that generates finite state transducers based on Levenshtein Automata for efficient spell checking and correction. | 67 |