SymSpell Kt
Toggle table of contents
3.4.0
common
Target filter
common
Switch theme
Search in API
Skip to content
SymSpell Kt
Fdic
/
com.darkrockstudios.fdic
/
FrequencyDictionary
/
FrequencyDictionary
Frequency
Dictionary
constructor
(
formatVersion
:
Int
=
FORMAT_VERSION.toInt()
,
ngrams
:
Int
,
locale
:
String
,
termCount
:
Int
,
terms
:
MutableMap
<
String
,
Long
>
=
mutableMapOf<String, Long>()
)
(
source
)