feat: エスケープされた辞書名をサポート(v2.3.b2) (#106)

* feat: support v2.3.b2 dictionary (https://github.com/ensan-hcl/azooKey_dictionary_storage/pull/3)

* update to v2.3.b2
This commit is contained in:
Miwa
2024-06-23 17:53:13 +09:00
committed by GitHub
parent c2e88ae720
commit fbf09a76eb
3 changed files with 44 additions and 28 deletions

View File

@ -156,7 +156,7 @@ extension DicdataStore {
continue
}
let graphNode = lookupGraph.nodes[graphNodeIndex]
guard let louds = self.loadLOUDS(identifier: String(graphNode.character.toKatakana())) else {
guard let louds = self.loadLOUDS(query: String(graphNode.character.toKatakana())) else {
continue
}
/// graphNodeIndex
@ -220,7 +220,7 @@ extension DicdataStore {
continue
}
let graphNode = lookupGraph.nodes[graphNodeIndex]
guard let louds = self.loadLOUDS(identifier: String(graphNode.character.toKatakana())) else {
guard let louds = self.loadLOUDS(query: String(graphNode.character.toKatakana())) else {
continue
}
/// graphNodeIndex