Quellcode durchsuchen

繁体版本工具

robert vor 4 Jahren
Ursprung
Commit
a40d3ee231
3 geänderte Dateien mit 32 neuen und 0 gelöschten Zeilen
  1. BIN
      bin/TWPhrases.ocd2
  2. BIN
      bin/TWVariants.ocd2
  3. 32 0
      bin/s2twp.json

BIN
bin/TWPhrases.ocd2


BIN
bin/TWVariants.ocd2


+ 32 - 0
bin/s2twp.json

@@ -0,0 +1,32 @@
+{
+  "name": "Simplified Chinese to Traditional Chinese (Taiwan standard, with phrases)",
+  "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"
+    }
+  }]
+}