Skip to content

Commit

Permalink
Add patch dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
danny0838 committed Apr 22, 2024
1 parent ce8b803 commit e02cc3b
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions sts/data/config/hk2s.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"mode": "load",
"src": [
"../OpenCC/dictionary/HKVariantsRevPhrases.txt",
"../dictionary/HKVariantsRev.txt",
"../OpenCC/dictionary/HKVariantsRev.list"
]
},
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/hk2t.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"mode": "load",
"src": [
"../OpenCC/dictionary/HKVariantsRevPhrases.txt",
"../dictionary/HKVariantsRev.txt",
"../OpenCC/dictionary/HKVariantsRev.list"
]
}
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/s2hk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{
"mode": "load",
"src": [
"../dictionary/STPhrases.txt",
"../OpenCC/dictionary/STPhrases.txt",
"../OpenCC/dictionary/STCharacters.txt"
]
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/s2t.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"file": "../dictionary/s2t.tlist",
"mode": "load",
"src": [
"../dictionary/STPhrases.txt",
"../OpenCC/dictionary/STPhrases.txt",
"../OpenCC/dictionary/STCharacters.txt"
]
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/s2tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{
"mode": "load",
"src": [
"../dictionary/STPhrases.txt",
"../OpenCC/dictionary/STPhrases.txt",
"../OpenCC/dictionary/STCharacters.txt"
]
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/s2twp.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{
"mode": "load",
"src": [
"../dictionary/STPhrases.txt",
"../OpenCC/dictionary/STPhrases.txt",
"../OpenCC/dictionary/STCharacters.txt"
]
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/tw2s.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"mode": "load",
"src": [
"../OpenCC/dictionary/TWVariantsRevPhrases.txt",
"../dictionary/TWVariantsRev.txt",
"../OpenCC/dictionary/TWVariantsRev.list"
]
},
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/tw2sp.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"src": [
"../OpenCC/dictionary/TWPhrasesRev.list",
"../OpenCC/dictionary/TWVariantsRevPhrases.txt",
"../dictionary/TWVariantsRev.txt",
"../OpenCC/dictionary/TWVariantsRev.list"
]
},
Expand Down
1 change: 1 addition & 0 deletions sts/data/config/tw2t.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"mode": "load",
"src": [
"../OpenCC/dictionary/TWVariantsRevPhrases.txt",
"../dictionary/TWVariantsRev.txt",
"../OpenCC/dictionary/TWVariantsRev.list"
]
}
Expand Down
4 changes: 4 additions & 0 deletions sts/data/dictionary/HKVariantsRev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
吃 喫 吃
核 核 覈
皂 皁 皂
著 着 著
1 change: 1 addition & 0 deletions sts/data/dictionary/STPhrases.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
好干 好乾 好幹
5 changes: 5 additions & 0 deletions sts/data/dictionary/TWVariantsRev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
參 參 蔘
吃 喫 吃
核 核 覈
皂 皁 皂
著 着 著

0 comments on commit e02cc3b

Please sign in to comment.