@@ -0,0 +1,22 @@
+{
+ "name": "Simplified Chinese to Traditional Chinese",
+ "segmentation": {
+ "type": "mmseg",
+ "dict": {
+ "type": "ocd2",
+ "file": "STPhrases.ocd2"
+ }
+ },
+ "conversion_chain": [{
+ "type": "group",
+ "dicts": [{
+ }, {
+ "file": "STCharacters.ocd2"
+ }]
+}
@@ -0,0 +1,11 @@
+export LANG=zh_CN.UTF-8@cjknarrow
+find 策划脚本 -name '*.xml' | while read n
+do
+ echo bin/opencc -i "$n" -o "$n" -c bin/s2t.json&
+done
+
+find 工具库文件/client_csv_config -name '*.csv' | while read n
+ bin/opencc -i "$n" -o "$n" -c bin/s2t.json&