如何去修改opencc 換字的規則 #2128
Unanswered
whitemooli-a11y
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
https://github.com/BYVoid/OpenCC/blob/master/data/config/t2tw.json {
"name": "Traditional Chinese to Traditional Chinese (Taiwan standard)",
"segmentation": {
"type": "mmseg",
"dict": {
"type": "ocd2",
"file": "TWVariants.ocd2"
}
},
"conversion_chain": [{
"dict": {
"type": "ocd2",
"file": "TWVariants.ocd2"
}
}]
}可重新製作 TWVariants.ocd2 放在 用戶文件夾/opencc 即可替換原版; |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我想把拼音-台灣正體的規則t2tw.json繞過或修改opencc把污換成汙的規則「TWVariants」,請問有高手知道怎麼做嗎,
我試著Al的方法皆無法成功,使用patch也無法生效,不知為什麼。
Beta Was this translation helpful? Give feedback.
All reactions