092wb initial commit

This commit is contained in:
Zelong Kuang
2026-04-09 02:40:08 +10:00
commit 09b65144c8
62 changed files with 685966 additions and 0 deletions

22
opencc/092wb_s2t.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "Simplified Chinese to Traditional Chinese",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "ocd2",
"file": "092wb_STPhrases.ocd2"
}
},
"conversion_chain": [{
"dict": {
"type": "group",
"dicts": [{
"type": "ocd2",
"file": "092wb_STPhrases.ocd2"
}, {
"type": "ocd2",
"file": "092wb_STCharacters.ocd2"
}]
}
}]
}