mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
Merge branch 'develop' into feat/enhance-email-lookup
This commit is contained in:
@@ -34,7 +34,7 @@ extension Subcommands.Dict {
|
||||
abstract: "Read dictionary data and extract informations"
|
||||
)
|
||||
|
||||
@MainActor mutating func run() throws {
|
||||
mutating func run() throws {
|
||||
guard #available(macOS 13, *) else {
|
||||
return
|
||||
}
|
||||
|
||||
@@ -611,7 +611,6 @@ import SwiftNGram
|
||||
return nil
|
||||
}
|
||||
|
||||
print("ConvertToLattice ", zenzaiMode)
|
||||
// FIXME: enable cache based zenzai
|
||||
if zenzaiMode.enabled, let model = self.getModel(modelURL: zenzaiMode.weightURL) {
|
||||
let (result, nodes, cache) = self.converter.all_zenzai(
|
||||
|
||||
Reference in New Issue
Block a user