FrequencyDictionary

constructor(formatVersion: Int = FORMAT_VERSION.toInt(), ngrams: Int, locale: String, termCount: Int, terms: MutableMap<String, Long> = mutableMapOf<String, Long>())(source)