Skip to content

Releases: divvun/divvunspell

Release 1.0.0-alpha.2

24 Feb 17:56
Compare
Choose a tag to compare
Release 1.0.0-alpha.2 Pre-release
Pre-release
v1.0.0-alpha.2

Bump tools version

Release 0.5.0

24 Feb 15:56
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release
v0.5.0

Bump deps and update box

v0.3.0

25 Jan 09:15
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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 libhfstospell to libdivvunspell
  • 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 chfst support, including FFI implementation (this is not stable and will change in future)
  • Refactor SpellerWorker into its own module