commonMain.com.darkrockstudios.symspellkt.common.Composition.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SymSpellKt-jvm Show documentation
Show all versions of SymSpellKt-jvm Show documentation
A Kotlin Multiplatform implementation of the SymSpell Spell Checking algorithm.
package com.darkrockstudios.symspellkt.common
data class Composition(
var segmentedString: String? = null,
var correctedString: String? = null,
var distanceSum: Double = 0.0,
var logProbSum: Double = 0.0,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy