Releases: Darkrock-Studios/SymSpellKt
Releases · Darkrock-Studios/SymSpellKt
v3.4.0
Removed early-out optimization as it resulted in incorrect results for many queries
Full Changelog: v3.3.3...v3.4.0
v3.3.3
- Fixed issues with the publishing script, now all artifacts are successfully published to Maven Central
v3.3.0
- wasmJS: Fixed Fdic loading util starving the main thread
- wasmJS: Fixed the Korge implementation's readFdic crash
fdic CLI prebuilt binaries:
| Platform | Artifact |
|---|---|
| Windows x86_64 | fdic.exe |
| Linux x86_64 | fdic.kexe |
v3.1.0
- Optimized the single term
lookupfunction, 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
.fdicfiles from plain text frequency dictionaries - Created SymSpellKt-Fdic addon library for loading
fdicfiles into aSymSpellKtSpellCheckobject
fdic CLI prebuilt binaries:
| Platform | Artifact |
|---|---|
| Windows x86_64 | fdic.exe |
| Linux x86_64 | fdic.kexe |