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

commonMain.com.darkrockstudios.symspellkt.common.Composition.kt Maven / Gradle / Ivy

Go to download

A Kotlin Multiplatform implementation of the SymSpell Spell Checking algorithm.

There is a newer version: 3.1.0
Show newest version
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