We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949c3ce commit abea425Copy full SHA for abea425
thaibraille/text/core.py
@@ -50,7 +50,7 @@
50
"ฮ":['123456'],
51
"ฤ":['1235', '2'],
52
"ฦ":['123', '2'],
53
- "<N>":['3456'], # UEB number prefix
+ "<N>":['3456'], # Number prefix (used by replace_number function)
54
"1":['1'],
55
"2":['12'],
56
"3":['14'],
@@ -93,9 +93,9 @@
93
"์":['356'],
94
"ๆ":['2'],
95
" ":['-1'],
96
- "ฯ":['56', '23'],
97
- "ฯลฯ":['56', '123'],
98
- ".":['456', '256'], # UEB
+ "ฯ":['56', '23'], # Thai abbreviation mark
+ "ฯลฯ":['56', '123'], # Thai abbreviation (special multi-character case)
+ ".":['456', '256'],
99
"@":['1', '1'],
100
"?":['456', '236'],
101
"!":['456', '235'],
0 commit comments