goldendict-ng/opencc/jp2t.json
2022-02-11 21:54:14 +08:00

26 lines
540 B
JSON

{
"name": "New Japanese Kanji (Shinjitai) to Traditional Chinese Characters (Kyūjitai)",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "ocd2",
"file": "JPShinjitaiPhrases.ocd2"
}
},
"conversion_chain": [{
"dict": {
"type": "group",
"dicts": [{
"type": "ocd2",
"file": "JPShinjitaiPhrases.ocd2"
}, {
"type": "ocd2",
"file": "JPShinjitaiCharacters.ocd2"
}, {
"type": "ocd2",
"file": "JPVariantsRev.ocd2"
}]
}
}]
}