transfeminine-science/scripts/s2twp.json

22 lines
544 B
JSON
Raw Permalink Normal View History

2022-11-29 01:44:55 +08:00
{
"name": "Taiwan",
"segmentation": {
"type": "mmseg",
"dict": { "type": "ocd2", "file": "STPhrases.ocd2" }
},
"conversion_chain": [
{
"dict": {
"type": "group",
"dicts": [
{ "type": "ocd2", "file": "STPhrases.ocd2" },
{ "type": "ocd2", "file": "STCharacters.ocd2" }
]
}
},
{ "dict": { "type": "ocd2", "file": "TWPhrases.ocd2" } },
{ "dict": { "type": "ocd2", "file": "TWVariants.ocd2" } },
{ "dict": { "type": "text", "file": "CustomTW.txt" } }
]
}