commonMain.com.darkrockstudios.fdic.FrequencyDictionaryIO.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Fdic-jvm Show documentation
Show all versions of Fdic-jvm Show documentation
A Kotlin Multiplatform implementation of the SymSpell Spell Checking algorithm.
The newest version!
package com.darkrockstudios.fdic
expect object FrequencyDictionaryIO {
suspend fun writeFdic(dictionary: FrequencyDictionary, path: String)
suspend fun readFdic(path: String): FrequencyDictionary
suspend fun readFdic(bytes: ByteArray): FrequencyDictionary
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy