s2t.json 406 B

12345678910111213141516171819202122
  1. {
  2. "name": "Simplified Chinese to Traditional Chinese",
  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. }