123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- package chinese
- var (
- hk2s = `{
- "name": "Traditional Chinese (Hong Kong standard) to Simplified Chinese",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "TSPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "HKVariantsRevPhrases.txt"
- }, {
- "type": "txt",
- "file": "HKVariantsRev.txt"
- }]
- }
- }, {
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "TSPhrases.txt"
- }, {
- "type": "txt",
- "file": "TSCharacters.txt"
- }]
- }
- }]
- }
- `
- s2hk = `{
- "name": "Simplified Chinese to Traditional Chinese (Hong Kong standard)",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "STPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "STPhrases.txt"
- }, {
- "type": "txt",
- "file": "STCharacters.txt"
- }]
- }
- }, {
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "HKVariantsPhrases.txt"
- }, {
- "type": "txt",
- "file": "HKVariants.txt"
- }]
- }
- }]
- }
- `
- s2t = `{
- "name": "Simplified Chinese to Traditional Chinese",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "STPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "STPhrases.txt"
- }, {
- "type": "txt",
- "file": "STCharacters.txt"
- }]
- }
- }]
- }
- `
- s2tw = `{
- "name": "Simplified Chinese to Traditional Chinese (Taiwan standard)",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "STPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "STPhrases.txt"
- }, {
- "type": "txt",
- "file": "STCharacters.txt"
- }]
- }
- }, {
- "dict": {
- "type": "txt",
- "file": "TWVariants.txt"
- }
- }]
- }
- `
- s2twp = `{
- "name": "Simplified Chinese to Traditional Chinese (Taiwan standard, with phrases)",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "STPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "STPhrases.txt"
- }, {
- "type": "txt",
- "file": "STCharacters.txt"
- }]
- }
- }, {
- "dict": {
- "type": "txt",
- "file": "TWPhrases.txt"
- }
- }, {
- "dict": {
- "type": "txt",
- "file": "TWVariants.txt"
- }
- }]
- }
- `
- t2hk = `{
- "name": "Traditional Chinese to Traditional Chinese (Hong Kong standard)",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "HKVariants.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "txt",
- "file": "HKVariants.txt"
- }
- }]
- }
- `
- t2s = `{
- "name": "Traditional Chinese to Simplified Chinese",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "TSPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "TSPhrases.txt"
- }, {
- "type": "txt",
- "file": "TSCharacters.txt"
- }]
- }
- }]
- }
- `
- t2tw = `{
- "name": "Traditional Chinese to Traditional Chinese (Taiwan standard)",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "TWVariants.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "txt",
- "file": "TWVariants.txt"
- }
- }]
- }
- `
- tw2s = `{
- "name": "Traditional Chinese (Taiwan standard) to Simplified Chinese",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "TSPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "TWVariantsRevPhrases.txt"
- }, {
- "type": "txt",
- "file": "TWVariantsRev.txt"
- }]
- }
- }, {
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "TSPhrases.txt"
- }, {
- "type": "txt",
- "file": "TSCharacters.txt"
- }]
- }
- }]
- }
- `
- tw2sp = `{
- "name": "Traditional Chinese (Taiwan standard) to Simplified Chinese (with phrases)",
- "segmentation": {
- "type": "mmseg",
- "dict": {
- "type": "txt",
- "file": "TSPhrases.txt"
- }
- },
- "conversion_chain": [{
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "TWVariantsRevPhrases.txt"
- }, {
- "type": "txt",
- "file": "TWVariantsRev.txt"
- }]
- }
- }, {
- "dict": {
- "type": "txt",
- "file": "TWPhrasesRev.txt"
- }
- }, {
- "dict": {
- "type": "group",
- "dicts": [{
- "type": "txt",
- "file": "TSPhrases.txt"
- }, {
- "type": "txt",
- "file": "TSCharacters.txt"
- }]
- }
- }]
- }
- `
- )
|