Releases: divvun/divvunspell
Releases · divvun/divvunspell
libdivvunspell/v1.0.0-beta.6
libdivvunspell/v1.0.0-beta.5
What's Changed
- Update README.md by @trondtynnol in #42
New Contributors
- @trondtynnol made their first contribution in #42
Full Changelog: v1.0.0-alpha.5...libdivvunspell/v1.0.0-beta.5
v1.0.0-alpha.5
- Fixed character handling for combining characters.
- Split handling of reweighting and titlecasing
Release 1.0.0-alpha.2
v1.0.0-alpha.2 Bump tools version
Release 0.5.0
v0.5.0 Bump deps and update box
v0.3.0
This release adds support for an experimented chunked HFST format that guarantees 2- and 4-byte alignment to speed up reads on the ARM platforms, and stopping crashes due to unaligned reads on 32-bit ARM platforms.
- BREAKING Rename dylib output from
libhfstospelltolibdivvunspell - Introduce command line tool,
divvunspell, for testing - Implement caps heuristics for handling capitalisation in words
- Optimise tree nodes to use slightly less memory (~5% speedup in some cases)
- Add
chfstsupport, including FFI implementation (this is not stable and will change in future) - Refactor
SpellerWorkerinto its own module