I just release
3.1.0 of
SymSpellKt
It is a Spell Checking library that supports all KMP targets.
This release focused on a few things:
- Optimized the single term lookup function, improving its performance by 20%
- Implemented comprehensive performance bench marking framework to help catch regressions and validate optimizations
- Created the .
fdic file format, optimized for both size on disk and loading/parsing speed
- Created
fdic-cli, command line program for producing
.fdic
files from plain text frequency dictionaries
- Created
SymSpellKt-Fdic addon library for loading fdic files into a
SymSpellKt SpellCheck
instances