All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.darkrockstudios.fdic.FrequencyDictionaryIO.kt Maven / Gradle / Ivy

Go to download

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