mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
Update Sources/KanaKanjiConverterModule/DicdataStore/LearningMemory.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -226,7 +226,7 @@ struct LongTermLearningMemory {
|
||||
|
||||
debug("LongTermLearningMemory merge entryCount", entryCount, ltMetadata.count)
|
||||
|
||||
let forgetTargetWords = forgetTargets.map { $0.word }
|
||||
let forgetTargetWords = Set(forgetTargets.map { $0.word })
|
||||
// それぞれのloudstxt3ファイルに対して処理を行う
|
||||
for loudstxtIndex in 0 ..< Int(entryCount) / txtFileSplit + 1 {
|
||||
let loudstxtData: Data
|
||||
|
||||
Reference in New Issue
Block a user