s2twp.json 599 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Simplified Chinese to Traditional Chinese (Taiwan standard, with phrases)",
  3. "segmentation": {
  4. "type": "mmseg",
  5. "dict": {
  6. "type": "ocd2",
  7. "file": "STPhrases.ocd2"
  8. }
  9. },
  10. "conversion_chain": [{
  11. "dict": {
  12. "type": "group",
  13. "dicts": [{
  14. "type": "ocd2",
  15. "file": "STPhrases.ocd2"
  16. }, {
  17. "type": "ocd2",
  18. "file": "STCharacters.ocd2"
  19. }]
  20. }
  21. }, {
  22. "dict": {
  23. "type": "ocd2",
  24. "file": "TWPhrases.ocd2"
  25. }
  26. }, {
  27. "dict": {
  28. "type": "ocd2",
  29. "file": "TWVariants.ocd2"
  30. }
  31. }]
  32. }