This commit is contained in:
Miwa / Ensan
2024-03-31 01:35:52 +09:00
parent ac3b8cd4bf
commit 2e341ea40c

View File

@ -248,7 +248,6 @@ extension DicdataStore {
return (lookupGraph, ConvertGraph(input: lookupGraph, nodeIndex2LatticeNode: graphNodeIndex2LatticeNodes))
}
func getDicdataFromLoudstxt3(identifier: String, indices: some Sequence<Int>, option: ConvertRequestOptions) -> [(loudsNodeIndex: Int, dicdata: [DicdataElement])] {
// split = 2048
let dict = [Int: [Int]].init(grouping: indices, by: {$0 >> 11})