namespace-guard 0.20.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/dist/cli.js +389 -1796
- package/dist/cli.mjs +389 -1796
- package/dist/composability-vectors.js +385 -1794
- package/dist/composability-vectors.mjs +385 -1794
- package/dist/confusable-weights.d.mts +5 -3
- package/dist/confusable-weights.d.ts +5 -3
- package/dist/confusable-weights.js +807 -5035
- package/dist/confusable-weights.mjs +807 -5035
- package/dist/font-specific-weights.d.mts +4 -5
- package/dist/font-specific-weights.d.ts +4 -5
- package/dist/font-specific-weights.js +2848 -18740
- package/dist/font-specific-weights.mjs +2848 -18740
- package/dist/index.d.mts +11 -5
- package/dist/index.d.ts +11 -5
- package/dist/index.js +392 -1799
- package/dist/index.mjs +392 -1799
- package/dist/profanity-en.js +389 -1796
- package/dist/profanity-en.mjs +389 -1796
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -29,51 +29,33 @@ var import_path = require("path");
|
|
|
29
29
|
|
|
30
30
|
// src/llm-confusable-map.ts
|
|
31
31
|
var LLM_CONFUSABLE_MAP = {
|
|
32
|
-
"
|
|
33
|
-
{ latin: "
|
|
32
|
+
"l": [
|
|
33
|
+
{ latin: "i", visualScore: 0.3208, source: "novel", script: "Latin", codepoint: "U+006C", widthRatio: null, heightRatio: null }
|
|
34
|
+
],
|
|
35
|
+
"o": [
|
|
36
|
+
{ latin: "0", visualScore: 0.066, source: "novel", script: "Latin", codepoint: "U+006F", widthRatio: null, heightRatio: null }
|
|
34
37
|
],
|
|
35
|
-
"
|
|
36
|
-
{ latin: "
|
|
38
|
+
"|": [
|
|
39
|
+
{ latin: "l", visualScore: 0.0667, source: "novel", script: "Common", codepoint: "U+007C", widthRatio: 1, heightRatio: 1 }
|
|
37
40
|
],
|
|
38
|
-
"\
|
|
39
|
-
{ latin: "
|
|
41
|
+
"\xD7": [
|
|
42
|
+
{ latin: "x", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+00D7", widthRatio: 1, heightRatio: 1 }
|
|
40
43
|
],
|
|
41
44
|
"\xFE": [
|
|
42
45
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+00FE", widthRatio: 1.32, heightRatio: 1.29 }
|
|
43
46
|
],
|
|
44
|
-
"\u012B": [
|
|
45
|
-
{ latin: "i", visualScore: 0.7136, source: "novel", script: "Latin", codepoint: "U+012B", widthRatio: 2.5, heightRatio: 1.03 }
|
|
46
|
-
],
|
|
47
|
-
"\u0130": [
|
|
48
|
-
{ latin: "i", visualScore: 0.7005, source: "novel", script: "Latin", codepoint: "U+0130", widthRatio: 1.2, heightRatio: 1.21 },
|
|
49
|
-
{ latin: "l", visualScore: 0.6883, source: "novel", script: "Latin", codepoint: "U+0130", widthRatio: 1.2, heightRatio: 1.21 }
|
|
50
|
-
],
|
|
51
47
|
"\u0131": [
|
|
52
|
-
{ latin: "i", visualScore: 0.
|
|
53
|
-
|
|
54
|
-
"\u013A": [
|
|
55
|
-
{ latin: "l", visualScore: 0.7523, source: "novel", script: "Latin", codepoint: "U+013A", widthRatio: 1, heightRatio: 1 }
|
|
56
|
-
],
|
|
57
|
-
"\u013C": [
|
|
58
|
-
{ latin: "l", visualScore: 0.7468, source: "novel", script: "Latin", codepoint: "U+013C", widthRatio: 2, heightRatio: 1.27 }
|
|
59
|
-
],
|
|
60
|
-
"\u0142": [
|
|
61
|
-
{ latin: "l", visualScore: 0.738, source: "novel", script: "Latin", codepoint: "U+0142", widthRatio: 1, heightRatio: 1 }
|
|
62
|
-
],
|
|
63
|
-
"\u0167": [
|
|
64
|
-
{ latin: "t", visualScore: 0.7563, source: "novel", script: "Latin", codepoint: "U+0167", widthRatio: 1, heightRatio: 1 }
|
|
48
|
+
{ latin: "i", visualScore: 0.2179, source: "tr39", script: "Latin", codepoint: "U+0131", widthRatio: 1, heightRatio: 1 },
|
|
49
|
+
{ latin: "l", visualScore: 0.1154, source: "novel", script: "Latin", codepoint: "U+0131", widthRatio: null, heightRatio: null }
|
|
65
50
|
],
|
|
66
51
|
"\u017F": [
|
|
67
|
-
{ latin: "f", visualScore:
|
|
68
|
-
],
|
|
69
|
-
"\u0183": [
|
|
70
|
-
{ latin: "b", visualScore: 0.8407, source: "novel", script: "Latin", codepoint: "U+0183", widthRatio: 1, heightRatio: 1 }
|
|
52
|
+
{ latin: "f", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+017F", widthRatio: 1, heightRatio: 1 }
|
|
71
53
|
],
|
|
72
54
|
"\u0184": [
|
|
73
55
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+0184", widthRatio: 1.04, heightRatio: 1.05 }
|
|
74
56
|
],
|
|
75
|
-
"\
|
|
76
|
-
{ latin: "
|
|
57
|
+
"\u0185": [
|
|
58
|
+
{ latin: "b", visualScore: 0.25, source: "novel", script: "Latin", codepoint: "U+0185", widthRatio: null, heightRatio: null }
|
|
77
59
|
],
|
|
78
60
|
"\u018D": [
|
|
79
61
|
{ latin: "g", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+018D", widthRatio: 1, heightRatio: 1.03 }
|
|
@@ -82,13 +64,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
82
64
|
{ latin: "f", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+0192", widthRatio: 1.33, heightRatio: 1.29 }
|
|
83
65
|
],
|
|
84
66
|
"\u0196": [
|
|
85
|
-
{ latin: "l", visualScore:
|
|
86
|
-
],
|
|
87
|
-
"\u0199": [
|
|
88
|
-
{ latin: "k", visualScore: 0.8247, source: "novel", script: "Latin", codepoint: "U+0199", widthRatio: 1, heightRatio: 1 }
|
|
89
|
-
],
|
|
90
|
-
"\u019A": [
|
|
91
|
-
{ latin: "l", visualScore: 0.7518, source: "novel", script: "Latin", codepoint: "U+019A", widthRatio: 2.2, heightRatio: 1 }
|
|
67
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+0196", widthRatio: 1, heightRatio: 1 }
|
|
92
68
|
],
|
|
93
69
|
"\u01A6": [
|
|
94
70
|
{ latin: "r", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+01A6", widthRatio: 1.3, heightRatio: 1.5 }
|
|
@@ -96,23 +72,11 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
96
72
|
"\u01A7": [
|
|
97
73
|
{ latin: "2", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+01A7", widthRatio: 1, heightRatio: 1.05 }
|
|
98
74
|
],
|
|
99
|
-
"\u01AD": [
|
|
100
|
-
{ latin: "f", visualScore: 0.8013, source: "novel", script: "Latin", codepoint: "U+01AD", widthRatio: 1, heightRatio: 1 }
|
|
101
|
-
],
|
|
102
|
-
"\u01AE": [
|
|
103
|
-
{ latin: "l", visualScore: 0.7644, source: "novel", script: "Latin", codepoint: "U+01AE", widthRatio: 5.8, heightRatio: 1.29 }
|
|
104
|
-
],
|
|
105
|
-
"\u01B6": [
|
|
106
|
-
{ latin: "z", visualScore: 0.7279, source: "novel", script: "Latin", codepoint: "U+01B6", widthRatio: 1, heightRatio: 1 }
|
|
107
|
-
],
|
|
108
75
|
"\u01B7": [
|
|
109
76
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+01B7", widthRatio: 1.05, heightRatio: 1 }
|
|
110
77
|
],
|
|
111
|
-
"\u01BB": [
|
|
112
|
-
{ latin: "2", visualScore: 0.7523, source: "novel", script: "Latin", codepoint: "U+01BB", widthRatio: 1.04, heightRatio: 1 }
|
|
113
|
-
],
|
|
114
78
|
"\u01BC": [
|
|
115
|
-
{ latin: "5", visualScore:
|
|
79
|
+
{ latin: "5", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+01BC", widthRatio: 1, heightRatio: 1 }
|
|
116
80
|
],
|
|
117
81
|
"\u01BD": [
|
|
118
82
|
{ latin: "s", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+01BD", widthRatio: 1.06, heightRatio: 1 }
|
|
@@ -121,20 +85,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
121
85
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+01BF", widthRatio: 1, heightRatio: 1 }
|
|
122
86
|
],
|
|
123
87
|
"\u01C0": [
|
|
124
|
-
{ latin: "
|
|
125
|
-
|
|
126
|
-
"\u01C3": [
|
|
127
|
-
{ latin: "l", visualScore: 0.743, source: "novel", script: "Latin", codepoint: "U+01C3", widthRatio: 1, heightRatio: 1.03 },
|
|
128
|
-
{ latin: "i", visualScore: 0.7096, source: "novel", script: "Latin", codepoint: "U+01C3", widthRatio: 1, heightRatio: 1.09 }
|
|
129
|
-
],
|
|
130
|
-
"\u01CF": [
|
|
131
|
-
{ latin: "i", visualScore: 0.6788, source: "novel", script: "Latin", codepoint: "U+01CF", widthRatio: 2.8, heightRatio: 1.39 }
|
|
132
|
-
],
|
|
133
|
-
"\u01D0": [
|
|
134
|
-
{ latin: "i", visualScore: 0.7518, source: "novel", script: "Latin", codepoint: "U+01D0", widthRatio: 1, heightRatio: 1 }
|
|
135
|
-
],
|
|
136
|
-
"\u020B": [
|
|
137
|
-
{ latin: "i", visualScore: 0.739, source: "novel", script: "Latin", codepoint: "U+020B", widthRatio: 1, heightRatio: 1.03 }
|
|
88
|
+
{ latin: "i", visualScore: 0.2632, source: "novel", script: "Latin", codepoint: "U+01C0", widthRatio: null, heightRatio: null },
|
|
89
|
+
{ latin: "l", visualScore: 0.1316, source: "tr39", script: "Latin", codepoint: "U+01C0", widthRatio: 1, heightRatio: 1.03 }
|
|
138
90
|
],
|
|
139
91
|
"\u021C": [
|
|
140
92
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+021C", widthRatio: 1.08, heightRatio: 1.09 }
|
|
@@ -145,30 +97,15 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
145
97
|
"\u0223": [
|
|
146
98
|
{ latin: "8", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+0223", widthRatio: 1, heightRatio: 1.03 }
|
|
147
99
|
],
|
|
148
|
-
"\u0237": [
|
|
149
|
-
{ latin: "j", visualScore: 0.7213, source: "novel", script: "Latin", codepoint: "U+0237", widthRatio: 1.22, heightRatio: 1.29 }
|
|
150
|
-
],
|
|
151
|
-
"\u0249": [
|
|
152
|
-
{ latin: "j", visualScore: 0.7336, source: "novel", script: "Latin", codepoint: "U+0249", widthRatio: 1.3, heightRatio: 1 }
|
|
153
|
-
],
|
|
154
|
-
"\u024F": [
|
|
155
|
-
{ latin: "y", visualScore: 0.8063, source: "novel", script: "Latin", codepoint: "U+024F", widthRatio: 1, heightRatio: 1 }
|
|
156
|
-
],
|
|
157
100
|
"\u0251": [
|
|
158
|
-
{ latin: "a", visualScore: 0.
|
|
101
|
+
{ latin: "a", visualScore: 0.125, source: "tr39", script: "Latin", codepoint: "U+0251", widthRatio: 1, heightRatio: 1 }
|
|
159
102
|
],
|
|
160
103
|
"\u0261": [
|
|
161
|
-
{ latin: "g", visualScore: 0.
|
|
104
|
+
{ latin: "g", visualScore: 0.5806, source: "tr39", script: "Latin", codepoint: "U+0261", widthRatio: 1, heightRatio: 1 }
|
|
162
105
|
],
|
|
163
106
|
"\u0263": [
|
|
164
107
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+0263", widthRatio: 1, heightRatio: 1.03 }
|
|
165
108
|
],
|
|
166
|
-
"\u0266": [
|
|
167
|
-
{ latin: "h", visualScore: 0.8226, source: "novel", script: "Latin", codepoint: "U+0266", widthRatio: 1, heightRatio: 1 }
|
|
168
|
-
],
|
|
169
|
-
"\u0268": [
|
|
170
|
-
{ latin: "i", visualScore: 0.7789, source: "novel", script: "Latin", codepoint: "U+0268", widthRatio: 1, heightRatio: 1 }
|
|
171
|
-
],
|
|
172
109
|
"\u0269": [
|
|
173
110
|
{ latin: "i", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+0269", widthRatio: 1, heightRatio: 1.33 }
|
|
174
111
|
],
|
|
@@ -178,12 +115,11 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
178
115
|
"\u026F": [
|
|
179
116
|
{ latin: "w", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+026F", widthRatio: 1.24, heightRatio: 1.04 }
|
|
180
117
|
],
|
|
181
|
-
"\
|
|
182
|
-
{ latin: "
|
|
183
|
-
{ latin: "i", visualScore: 0.7047, source: "novel", script: "Latin", codepoint: "U+0283", widthRatio: 2.6, heightRatio: 1.29 }
|
|
118
|
+
"\u0275": [
|
|
119
|
+
{ latin: "e", visualScore: 0.1111, source: "novel", script: "Latin", codepoint: "U+0275", widthRatio: null, heightRatio: null }
|
|
184
120
|
],
|
|
185
|
-
"\
|
|
186
|
-
{ latin: "
|
|
121
|
+
"\u027E": [
|
|
122
|
+
{ latin: "r", visualScore: 0.1111, source: "novel", script: "Latin", codepoint: "U+027E", widthRatio: null, heightRatio: null }
|
|
187
123
|
],
|
|
188
124
|
"\u028B": [
|
|
189
125
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+028B", widthRatio: 1, heightRatio: 1 }
|
|
@@ -191,34 +127,9 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
191
127
|
"\u028F": [
|
|
192
128
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+028F", widthRatio: 1.12, heightRatio: 1.27 }
|
|
193
129
|
],
|
|
194
|
-
"\u02B0": [
|
|
195
|
-
{ latin: "b", visualScore: 0.7181, source: "novel", script: "Latin", codepoint: "U+02B0", widthRatio: 1.47, heightRatio: 1.46 }
|
|
196
|
-
],
|
|
197
|
-
"\u02B2": [
|
|
198
|
-
{ latin: "j", visualScore: 0.8825, source: "novel", script: "Latin", codepoint: "U+02B2", widthRatio: 1.43, heightRatio: 1.45 }
|
|
199
|
-
],
|
|
200
|
-
"\u02B3": [
|
|
201
|
-
{ latin: "r", visualScore: 0.8213, source: "novel", script: "Latin", codepoint: "U+02B3", widthRatio: 1.4, heightRatio: 1.35 }
|
|
202
|
-
],
|
|
203
|
-
"\u02B7": [
|
|
204
|
-
{ latin: "w", visualScore: 0.8365, source: "novel", script: "Latin", codepoint: "U+02B7", widthRatio: 1.52, heightRatio: 1.47 }
|
|
205
|
-
],
|
|
206
|
-
"\u02B8": [
|
|
207
|
-
{ latin: "y", visualScore: 0.8823, source: "novel", script: "Latin", codepoint: "U+02B8", widthRatio: 1.5, heightRatio: 1.48 }
|
|
208
|
-
],
|
|
209
130
|
"\u02DB": [
|
|
210
131
|
{ latin: "i", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+02DB", widthRatio: 1.25, heightRatio: 3.6 }
|
|
211
132
|
],
|
|
212
|
-
"\u02E1": [
|
|
213
|
-
{ latin: "l", visualScore: 0.9067, source: "novel", script: "Latin", codepoint: "U+02E1", widthRatio: 1.25, heightRatio: 1.46 },
|
|
214
|
-
{ latin: "i", visualScore: 0.8063, source: "novel", script: "Latin", codepoint: "U+02E1", widthRatio: 1.25, heightRatio: 1.46 }
|
|
215
|
-
],
|
|
216
|
-
"\u02E2": [
|
|
217
|
-
{ latin: "s", visualScore: 0.8134, source: "novel", script: "Latin", codepoint: "U+02E2", widthRatio: 1.57, heightRatio: 1.5 }
|
|
218
|
-
],
|
|
219
|
-
"\u02E3": [
|
|
220
|
-
{ latin: "x", visualScore: 0.8303, source: "novel", script: "Latin", codepoint: "U+02E3", widthRatio: 1.5, heightRatio: 1.47 }
|
|
221
|
-
],
|
|
222
133
|
"\u037A": [
|
|
223
134
|
{ latin: "i", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+037A", widthRatio: 2, heightRatio: 2.2 }
|
|
224
135
|
],
|
|
@@ -226,70 +137,74 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
226
137
|
{ latin: "j", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+037F", widthRatio: 1.67, heightRatio: 1.29 }
|
|
227
138
|
],
|
|
228
139
|
"\u0391": [
|
|
229
|
-
{ latin: "a", visualScore:
|
|
140
|
+
{ latin: "a", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+0391", widthRatio: 1, heightRatio: 1 }
|
|
230
141
|
],
|
|
231
142
|
"\u0392": [
|
|
232
|
-
{ latin: "b", visualScore:
|
|
143
|
+
{ latin: "b", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+0392", widthRatio: 1, heightRatio: 1 }
|
|
233
144
|
],
|
|
234
145
|
"\u0395": [
|
|
235
146
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+0395", widthRatio: 1.25, heightRatio: 1.22 }
|
|
236
147
|
],
|
|
237
148
|
"\u0396": [
|
|
238
|
-
{ latin: "z", visualScore:
|
|
149
|
+
{ latin: "z", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+0396", widthRatio: 1, heightRatio: 1 }
|
|
239
150
|
],
|
|
240
151
|
"\u0397": [
|
|
241
|
-
{ latin: "h", visualScore:
|
|
152
|
+
{ latin: "h", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+0397", widthRatio: 1, heightRatio: 1 }
|
|
242
153
|
],
|
|
243
154
|
"\u0399": [
|
|
244
155
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+0399", widthRatio: 1, heightRatio: 1.06 }
|
|
245
156
|
],
|
|
246
157
|
"\u039A": [
|
|
247
|
-
{ latin: "k", visualScore:
|
|
158
|
+
{ latin: "k", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+039A", widthRatio: 1, heightRatio: 1 }
|
|
248
159
|
],
|
|
249
160
|
"\u039C": [
|
|
250
|
-
{ latin: "m", visualScore:
|
|
161
|
+
{ latin: "m", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+039C", widthRatio: 1, heightRatio: 1 }
|
|
251
162
|
],
|
|
252
163
|
"\u039D": [
|
|
253
|
-
{ latin: "n", visualScore:
|
|
164
|
+
{ latin: "n", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+039D", widthRatio: 1, heightRatio: 1 }
|
|
254
165
|
],
|
|
255
166
|
"\u039F": [
|
|
256
|
-
{ latin: "o", visualScore:
|
|
167
|
+
{ latin: "o", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+039F", widthRatio: 1, heightRatio: 1 }
|
|
257
168
|
],
|
|
258
169
|
"\u03A1": [
|
|
259
|
-
{ latin: "p", visualScore:
|
|
170
|
+
{ latin: "p", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03A1", widthRatio: 1, heightRatio: 1 }
|
|
260
171
|
],
|
|
261
172
|
"\u03A4": [
|
|
262
|
-
{ latin: "t", visualScore:
|
|
173
|
+
{ latin: "t", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03A4", widthRatio: 1, heightRatio: 1 }
|
|
263
174
|
],
|
|
264
175
|
"\u03A5": [
|
|
265
|
-
{ latin: "y", visualScore:
|
|
176
|
+
{ latin: "y", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03A5", widthRatio: 1, heightRatio: 1 }
|
|
266
177
|
],
|
|
267
178
|
"\u03A7": [
|
|
268
|
-
{ latin: "x", visualScore:
|
|
179
|
+
{ latin: "x", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03A7", widthRatio: 1, heightRatio: 1 }
|
|
269
180
|
],
|
|
270
181
|
"\u03B1": [
|
|
271
|
-
{ latin: "a", visualScore: 0.
|
|
182
|
+
{ latin: "a", visualScore: 0.0612, source: "tr39", script: "Greek", codepoint: "U+03B1", widthRatio: 1, heightRatio: 1 }
|
|
272
183
|
],
|
|
273
184
|
"\u03B3": [
|
|
274
|
-
{ latin: "y", visualScore:
|
|
185
|
+
{ latin: "y", visualScore: 0.1224, source: "tr39", script: "Greek", codepoint: "U+03B3", widthRatio: 1, heightRatio: 1 }
|
|
275
186
|
],
|
|
276
187
|
"\u03B9": [
|
|
277
|
-
{ latin: "i", visualScore:
|
|
188
|
+
{ latin: "i", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03B9", widthRatio: 1, heightRatio: 1 },
|
|
189
|
+
{ latin: "l", visualScore: 0.0612, source: "novel", script: "Greek", codepoint: "U+03B9", widthRatio: null, heightRatio: null }
|
|
278
190
|
],
|
|
279
191
|
"\u03BD": [
|
|
280
|
-
{ latin: "v", visualScore: 0.
|
|
192
|
+
{ latin: "v", visualScore: 0.5306, source: "tr39", script: "Greek", codepoint: "U+03BD", widthRatio: 1, heightRatio: 1 }
|
|
281
193
|
],
|
|
282
194
|
"\u03BF": [
|
|
283
|
-
{ latin: "o", visualScore: 0.
|
|
195
|
+
{ latin: "o", visualScore: 0.8163, source: "tr39", script: "Greek", codepoint: "U+03BF", widthRatio: 1, heightRatio: 1 }
|
|
284
196
|
],
|
|
285
197
|
"\u03C1": [
|
|
286
|
-
{ latin: "p", visualScore: 0.
|
|
198
|
+
{ latin: "p", visualScore: 0.3265, source: "tr39", script: "Greek", codepoint: "U+03C1", widthRatio: 1, heightRatio: 1 }
|
|
287
199
|
],
|
|
288
200
|
"\u03C3": [
|
|
289
201
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03C3", widthRatio: 1.04, heightRatio: 1.17 }
|
|
290
202
|
],
|
|
291
203
|
"\u03C5": [
|
|
292
|
-
{ latin: "u", visualScore:
|
|
204
|
+
{ latin: "u", visualScore: 0.2245, source: "tr39", script: "Greek", codepoint: "U+03C5", widthRatio: 1, heightRatio: 1 }
|
|
205
|
+
],
|
|
206
|
+
"\u03C7": [
|
|
207
|
+
{ latin: "x", visualScore: 0.0612, source: "novel", script: "Greek", codepoint: "U+03C7", widthRatio: null, heightRatio: null }
|
|
293
208
|
],
|
|
294
209
|
"\u03D2": [
|
|
295
210
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03D2", widthRatio: 1.12, heightRatio: 1 }
|
|
@@ -310,10 +225,10 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
310
225
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03F1", widthRatio: 1, heightRatio: 1 }
|
|
311
226
|
],
|
|
312
227
|
"\u03F2": [
|
|
313
|
-
{ latin: "c", visualScore:
|
|
228
|
+
{ latin: "c", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03F2", widthRatio: 1, heightRatio: 1 }
|
|
314
229
|
],
|
|
315
230
|
"\u03F3": [
|
|
316
|
-
{ latin: "j", visualScore:
|
|
231
|
+
{ latin: "j", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03F3", widthRatio: 1, heightRatio: 1 }
|
|
317
232
|
],
|
|
318
233
|
"\u03F8": [
|
|
319
234
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03F8", widthRatio: 1, heightRatio: 1.12 }
|
|
@@ -325,7 +240,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
325
240
|
{ latin: "m", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+03FA", widthRatio: 1, heightRatio: 1.27 }
|
|
326
241
|
],
|
|
327
242
|
"\u0405": [
|
|
328
|
-
{ latin: "s", visualScore:
|
|
243
|
+
{ latin: "s", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0405", widthRatio: 1, heightRatio: 1 }
|
|
329
244
|
],
|
|
330
245
|
"\u0406": [
|
|
331
246
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0406", widthRatio: 1, heightRatio: 1 }
|
|
@@ -334,49 +249,49 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
334
249
|
{ latin: "j", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0408", widthRatio: 1, heightRatio: 1 }
|
|
335
250
|
],
|
|
336
251
|
"\u0410": [
|
|
337
|
-
{ latin: "a", visualScore:
|
|
252
|
+
{ latin: "a", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0410", widthRatio: 1, heightRatio: 1 }
|
|
338
253
|
],
|
|
339
254
|
"\u0412": [
|
|
340
|
-
{ latin: "b", visualScore:
|
|
255
|
+
{ latin: "b", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0412", widthRatio: 1, heightRatio: 1 }
|
|
341
256
|
],
|
|
342
257
|
"\u0415": [
|
|
343
258
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0415", widthRatio: 1.25, heightRatio: 1.22 }
|
|
344
259
|
],
|
|
345
260
|
"\u0417": [
|
|
346
|
-
{ latin: "3", visualScore:
|
|
261
|
+
{ latin: "3", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0417", widthRatio: 1, heightRatio: 1 }
|
|
347
262
|
],
|
|
348
263
|
"\u041A": [
|
|
349
264
|
{ latin: "k", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+041A", widthRatio: 1.21, heightRatio: 1.18 }
|
|
350
265
|
],
|
|
351
266
|
"\u041C": [
|
|
352
|
-
{ latin: "m", visualScore:
|
|
267
|
+
{ latin: "m", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+041C", widthRatio: 1, heightRatio: 1 }
|
|
353
268
|
],
|
|
354
269
|
"\u041D": [
|
|
355
|
-
{ latin: "h", visualScore:
|
|
270
|
+
{ latin: "h", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+041D", widthRatio: 1, heightRatio: 1 }
|
|
356
271
|
],
|
|
357
272
|
"\u041E": [
|
|
358
|
-
{ latin: "o", visualScore:
|
|
273
|
+
{ latin: "o", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+041E", widthRatio: 1, heightRatio: 1 }
|
|
359
274
|
],
|
|
360
275
|
"\u0420": [
|
|
361
|
-
{ latin: "p", visualScore:
|
|
276
|
+
{ latin: "p", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0420", widthRatio: 1, heightRatio: 1 }
|
|
362
277
|
],
|
|
363
278
|
"\u0421": [
|
|
364
|
-
{ latin: "c", visualScore:
|
|
279
|
+
{ latin: "c", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0421", widthRatio: 1, heightRatio: 1 }
|
|
365
280
|
],
|
|
366
281
|
"\u0422": [
|
|
367
|
-
{ latin: "t", visualScore:
|
|
282
|
+
{ latin: "t", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0422", widthRatio: 1, heightRatio: 1 }
|
|
368
283
|
],
|
|
369
284
|
"\u0423": [
|
|
370
285
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0423", widthRatio: 1.05, heightRatio: 1 }
|
|
371
286
|
],
|
|
372
287
|
"\u0425": [
|
|
373
|
-
{ latin: "x", visualScore:
|
|
288
|
+
{ latin: "x", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0425", widthRatio: 1, heightRatio: 1 }
|
|
374
289
|
],
|
|
375
290
|
"\u042C": [
|
|
376
291
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+042C", widthRatio: 1, heightRatio: 1 }
|
|
377
292
|
],
|
|
378
293
|
"\u0430": [
|
|
379
|
-
{ latin: "a", visualScore: 0.
|
|
294
|
+
{ latin: "a", visualScore: 0.8136, source: "tr39", script: "Cyrillic", codepoint: "U+0430", widthRatio: 1, heightRatio: 1 }
|
|
380
295
|
],
|
|
381
296
|
"\u0431": [
|
|
382
297
|
{ latin: "6", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0431", widthRatio: 1, heightRatio: 1.06 }
|
|
@@ -385,97 +300,84 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
385
300
|
{ latin: "r", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0433", widthRatio: 1, heightRatio: 1.04 }
|
|
386
301
|
],
|
|
387
302
|
"\u0435": [
|
|
388
|
-
{ latin: "e", visualScore: 0.
|
|
303
|
+
{ latin: "e", visualScore: 0.8305, source: "tr39", script: "Cyrillic", codepoint: "U+0435", widthRatio: 1, heightRatio: 1 }
|
|
389
304
|
],
|
|
390
305
|
"\u043E": [
|
|
391
|
-
{ latin: "o", visualScore: 0.
|
|
306
|
+
{ latin: "o", visualScore: 0.8305, source: "tr39", script: "Cyrillic", codepoint: "U+043E", widthRatio: 1, heightRatio: 1 },
|
|
307
|
+
{ latin: "0", visualScore: 0.0508, source: "novel", script: "Cyrillic", codepoint: "U+043E", widthRatio: null, heightRatio: null }
|
|
392
308
|
],
|
|
393
309
|
"\u043F": [
|
|
394
|
-
{ latin: "n", visualScore: 0.
|
|
310
|
+
{ latin: "n", visualScore: 0.0508, source: "novel", script: "Cyrillic", codepoint: "U+043F", widthRatio: 1, heightRatio: 1 }
|
|
395
311
|
],
|
|
396
312
|
"\u0440": [
|
|
397
|
-
{ latin: "p", visualScore: 0.
|
|
313
|
+
{ latin: "p", visualScore: 0.7966, source: "tr39", script: "Cyrillic", codepoint: "U+0440", widthRatio: 1, heightRatio: 1 }
|
|
398
314
|
],
|
|
399
315
|
"\u0441": [
|
|
400
|
-
{ latin: "c", visualScore: 0.
|
|
316
|
+
{ latin: "c", visualScore: 0.8305, source: "tr39", script: "Cyrillic", codepoint: "U+0441", widthRatio: 1, heightRatio: 1 }
|
|
401
317
|
],
|
|
402
318
|
"\u0443": [
|
|
403
|
-
{ latin: "y", visualScore: 0.
|
|
319
|
+
{ latin: "y", visualScore: 0.8305, source: "tr39", script: "Cyrillic", codepoint: "U+0443", widthRatio: 1, heightRatio: 1 }
|
|
404
320
|
],
|
|
405
321
|
"\u0445": [
|
|
406
|
-
{ latin: "x", visualScore: 0.
|
|
322
|
+
{ latin: "x", visualScore: 0.8136, source: "tr39", script: "Cyrillic", codepoint: "U+0445", widthRatio: 1, heightRatio: 1 }
|
|
407
323
|
],
|
|
408
324
|
"\u0448": [
|
|
409
|
-
{ latin: "w", visualScore:
|
|
325
|
+
{ latin: "w", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0448", widthRatio: 1, heightRatio: 1 }
|
|
410
326
|
],
|
|
411
327
|
"\u0455": [
|
|
412
|
-
{ latin: "s", visualScore:
|
|
328
|
+
{ latin: "s", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0455", widthRatio: 1, heightRatio: 1 }
|
|
413
329
|
],
|
|
414
330
|
"\u0456": [
|
|
415
|
-
{ latin: "i", visualScore: 0.
|
|
416
|
-
],
|
|
417
|
-
"\u0457": [
|
|
418
|
-
{ latin: "i", visualScore: 0.7465, source: "novel", script: "Cyrillic", codepoint: "U+0457", widthRatio: 2.2, heightRatio: 1 }
|
|
331
|
+
{ latin: "i", visualScore: 0.9804, source: "tr39", script: "Cyrillic", codepoint: "U+0456", widthRatio: 1, heightRatio: 1 }
|
|
419
332
|
],
|
|
420
333
|
"\u0458": [
|
|
421
|
-
{ latin: "j", visualScore: 0.
|
|
334
|
+
{ latin: "j", visualScore: 0.9412, source: "tr39", script: "Cyrillic", codepoint: "U+0458", widthRatio: 1, heightRatio: 1 }
|
|
422
335
|
],
|
|
423
336
|
"\u0461": [
|
|
424
337
|
{ latin: "w", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0461", widthRatio: 1.05, heightRatio: 1 }
|
|
425
338
|
],
|
|
426
|
-
"\u0473": [
|
|
427
|
-
{ latin: "o", visualScore: 0.7095, source: "novel", script: "Cyrillic", codepoint: "U+0473", widthRatio: 1, heightRatio: 1 }
|
|
428
|
-
],
|
|
429
339
|
"\u0474": [
|
|
430
340
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+0474", widthRatio: 1.26, heightRatio: 1.52 }
|
|
431
341
|
],
|
|
432
342
|
"\u0475": [
|
|
433
|
-
{ latin: "v", visualScore:
|
|
434
|
-
],
|
|
435
|
-
"\u048F": [
|
|
436
|
-
{ latin: "p", visualScore: 0.8143, source: "novel", script: "Cyrillic", codepoint: "U+048F", widthRatio: 1, heightRatio: 1 }
|
|
343
|
+
{ latin: "v", visualScore: 0.2424, source: "tr39", script: "Cyrillic", codepoint: "U+0475", widthRatio: 1, heightRatio: 1 }
|
|
437
344
|
],
|
|
438
345
|
"\u04AE": [
|
|
439
|
-
{ latin: "y", visualScore:
|
|
346
|
+
{ latin: "y", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+04AE", widthRatio: 1, heightRatio: 1 }
|
|
440
347
|
],
|
|
441
348
|
"\u04AF": [
|
|
442
|
-
{ latin: "y", visualScore: 0.
|
|
349
|
+
{ latin: "y", visualScore: 0.0909, source: "tr39", script: "Cyrillic", codepoint: "U+04AF", widthRatio: 1, heightRatio: 1 }
|
|
443
350
|
],
|
|
444
351
|
"\u04BB": [
|
|
445
|
-
{ latin: "h", visualScore: 0.
|
|
352
|
+
{ latin: "h", visualScore: 0.8235, source: "tr39", script: "Cyrillic", codepoint: "U+04BB", widthRatio: 1, heightRatio: 1 }
|
|
446
353
|
],
|
|
447
354
|
"\u04BD": [
|
|
448
355
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+04BD", widthRatio: 1.26, heightRatio: 1 }
|
|
449
356
|
],
|
|
450
357
|
"\u04C0": [
|
|
451
|
-
{ latin: "l", visualScore:
|
|
358
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+04C0", widthRatio: 1, heightRatio: 1 }
|
|
452
359
|
],
|
|
453
360
|
"\u04CF": [
|
|
454
|
-
{ latin: "
|
|
361
|
+
{ latin: "i", visualScore: 0.45, source: "novel", script: "Cyrillic", codepoint: "U+04CF", widthRatio: null, heightRatio: null },
|
|
362
|
+
{ latin: "l", visualScore: 0.35, source: "tr39", script: "Cyrillic", codepoint: "U+04CF", widthRatio: 1, heightRatio: 1 }
|
|
455
363
|
],
|
|
456
364
|
"\u04E0": [
|
|
457
365
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+04E0", widthRatio: 1.16, heightRatio: 1 }
|
|
458
366
|
],
|
|
459
|
-
"\u04E9": [
|
|
460
|
-
{ latin: "o", visualScore: 0.7217, source: "novel", script: "Cyrillic", codepoint: "U+04E9", widthRatio: 1, heightRatio: 1 }
|
|
461
|
-
],
|
|
462
|
-
"\u04FF": [
|
|
463
|
-
{ latin: "x", visualScore: 0.7109, source: "novel", script: "Cyrillic", codepoint: "U+04FF", widthRatio: 1, heightRatio: 1 }
|
|
464
|
-
],
|
|
465
367
|
"\u0501": [
|
|
466
|
-
{ latin: "d", visualScore: 0.
|
|
368
|
+
{ latin: "d", visualScore: 0.8667, source: "tr39", script: "Cyrillic", codepoint: "U+0501", widthRatio: 1, heightRatio: 1 }
|
|
467
369
|
],
|
|
468
370
|
"\u050C": [
|
|
469
371
|
{ latin: "g", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+050C", widthRatio: 1.15, heightRatio: 1.18 }
|
|
470
372
|
],
|
|
471
373
|
"\u051B": [
|
|
472
|
-
{ latin: "q", visualScore:
|
|
374
|
+
{ latin: "q", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+051B", widthRatio: 1, heightRatio: 1 }
|
|
473
375
|
],
|
|
474
376
|
"\u051C": [
|
|
475
377
|
{ latin: "w", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+051C", widthRatio: 1.16, heightRatio: 1.18 }
|
|
476
378
|
],
|
|
477
379
|
"\u051D": [
|
|
478
|
-
{ latin: "w", visualScore:
|
|
380
|
+
{ latin: "w", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+051D", widthRatio: 1, heightRatio: 1 }
|
|
479
381
|
],
|
|
480
382
|
"\u054D": [
|
|
481
383
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Armenian", codepoint: "U+054D", widthRatio: 1.45, heightRatio: 1.4 }
|
|
@@ -520,7 +422,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
520
422
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Armenian", codepoint: "U+0585", widthRatio: 1.15, heightRatio: 1.04 }
|
|
521
423
|
],
|
|
522
424
|
"\u05C0": [
|
|
523
|
-
{ latin: "l", visualScore: 0.
|
|
425
|
+
{ latin: "l", visualScore: 0.4286, source: "tr39", script: "Hebrew", codepoint: "U+05C0", widthRatio: 1, heightRatio: 1 }
|
|
524
426
|
],
|
|
525
427
|
"\u05D5": [
|
|
526
428
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Hebrew", codepoint: "U+05D5", widthRatio: 1.2, heightRatio: 1.35 }
|
|
@@ -534,20 +436,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
534
436
|
"\u05E1": [
|
|
535
437
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Hebrew", codepoint: "U+05E1", widthRatio: 1.08, heightRatio: 1 }
|
|
536
438
|
],
|
|
537
|
-
"\u0622": [
|
|
538
|
-
{ latin: "l", visualScore: 0.789, source: "novel", script: "Arabic", codepoint: "U+0622", widthRatio: 2.6, heightRatio: 1.16 },
|
|
539
|
-
{ latin: "i", visualScore: 0.7222, source: "novel", script: "Arabic", codepoint: "U+0622", widthRatio: 2.6, heightRatio: 1.19 }
|
|
540
|
-
],
|
|
541
|
-
"\u0623": [
|
|
542
|
-
{ latin: "l", visualScore: 0.774, source: "novel", script: "Arabic", codepoint: "U+0623", widthRatio: 1.8, heightRatio: 1.32 },
|
|
543
|
-
{ latin: "i", visualScore: 0.739, source: "novel", script: "Arabic", codepoint: "U+0623", widthRatio: 1.4, heightRatio: 1.29 }
|
|
544
|
-
],
|
|
545
|
-
"\u0625": [
|
|
546
|
-
{ latin: "l", visualScore: 0.7878, source: "novel", script: "Arabic", codepoint: "U+0625", widthRatio: 1.8, heightRatio: 1.27 },
|
|
547
|
-
{ latin: "i", visualScore: 0.7264, source: "novel", script: "Arabic", codepoint: "U+0625", widthRatio: 1.8, heightRatio: 1.31 }
|
|
548
|
-
],
|
|
549
439
|
"\u0627": [
|
|
550
|
-
{ latin: "l", visualScore: 0.
|
|
440
|
+
{ latin: "l", visualScore: 0.5, source: "tr39", script: "Arabic", codepoint: "U+0627", widthRatio: 1, heightRatio: 1 }
|
|
551
441
|
],
|
|
552
442
|
"\u0647": [
|
|
553
443
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+0647", widthRatio: 1.26, heightRatio: 1.23 }
|
|
@@ -561,16 +451,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
561
451
|
"\u0667": [
|
|
562
452
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+0667", widthRatio: 1, heightRatio: 1.16 }
|
|
563
453
|
],
|
|
564
|
-
"\u0671": [
|
|
565
|
-
{ latin: "l", visualScore: 0.7549, source: "novel", script: "Arabic", codepoint: "U+0671", widthRatio: 2.4, heightRatio: 1.27 },
|
|
566
|
-
{ latin: "i", visualScore: 0.7241, source: "novel", script: "Arabic", codepoint: "U+0671", widthRatio: 2.8, heightRatio: 1.29 }
|
|
567
|
-
],
|
|
568
|
-
"\u0672": [
|
|
569
|
-
{ latin: "l", visualScore: 0.7011, source: "novel", script: "Arabic", codepoint: "U+0672", widthRatio: 2.4, heightRatio: 1.3 }
|
|
570
|
-
],
|
|
571
|
-
"\u0673": [
|
|
572
|
-
{ latin: "l", visualScore: 0.7234, source: "novel", script: "Arabic", codepoint: "U+0673", widthRatio: 2.4, heightRatio: 1.27 }
|
|
573
|
-
],
|
|
574
454
|
"\u06BE": [
|
|
575
455
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+06BE", widthRatio: 1.25, heightRatio: 1.11 }
|
|
576
456
|
],
|
|
@@ -589,64 +469,19 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
589
469
|
"\u06F7": [
|
|
590
470
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+06F7", widthRatio: 1.08, heightRatio: 1.22 }
|
|
591
471
|
],
|
|
592
|
-
"\u0719": [
|
|
593
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+0719", widthRatio: 1.4, heightRatio: 1.43 },
|
|
594
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+0719", widthRatio: 1.14, heightRatio: 2.13 },
|
|
595
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+0719", widthRatio: 1.4, heightRatio: 1.52 }
|
|
596
|
-
],
|
|
597
|
-
"\u074D": [
|
|
598
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+074D", widthRatio: 1, heightRatio: 1.25 }
|
|
599
|
-
],
|
|
600
472
|
"\u07C0": [
|
|
601
|
-
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+07C0", widthRatio: 1.1, heightRatio: 1.21 }
|
|
602
|
-
|
|
603
|
-
"\u07C5": [
|
|
604
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+07C5", widthRatio: 1.2, heightRatio: 1.17 }
|
|
605
|
-
],
|
|
606
|
-
"\u07C6": [
|
|
607
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Common", codepoint: "U+07C6", widthRatio: 1.18, heightRatio: 1.17 }
|
|
473
|
+
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+07C0", widthRatio: 1.1, heightRatio: 1.21 },
|
|
474
|
+
{ latin: "0", visualScore: 0.2381, source: "novel", script: "Common", codepoint: "U+07C0", widthRatio: null, heightRatio: null }
|
|
608
475
|
],
|
|
609
476
|
"\u07CA": [
|
|
610
|
-
{ latin: "l", visualScore: 0, source: "tr39", script: "Other", codepoint: "U+07CA", widthRatio: 1, heightRatio: 1 }
|
|
477
|
+
{ latin: "l", visualScore: 0.4286, source: "tr39", script: "Other", codepoint: "U+07CA", widthRatio: 1, heightRatio: 1 },
|
|
478
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+07CA", widthRatio: null, heightRatio: null }
|
|
611
479
|
],
|
|
612
480
|
"\u07CB": [
|
|
613
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07CB", widthRatio: 1.08, heightRatio: 1.17 }
|
|
614
|
-
],
|
|
615
|
-
"\u07CD": [
|
|
616
|
-
{ latin: "a", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07CD", widthRatio: 1.08, heightRatio: 1.18 }
|
|
617
|
-
],
|
|
618
|
-
"\u07CE": [
|
|
619
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07CE", widthRatio: 1.33, heightRatio: 1.18 },
|
|
620
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07CE", widthRatio: 1, heightRatio: 1 }
|
|
621
|
-
],
|
|
622
|
-
"\u07D5": [
|
|
623
|
-
{ latin: "b", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07D5", widthRatio: 1.2, heightRatio: 1.2 },
|
|
624
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07D5", widthRatio: 1.4, heightRatio: 1.03 }
|
|
481
|
+
{ latin: "o", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+07CB", widthRatio: 1.08, heightRatio: 1.17 }
|
|
625
482
|
],
|
|
626
483
|
"\u07D7": [
|
|
627
|
-
{ latin: "
|
|
628
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07D7", widthRatio: 1.15, heightRatio: 1.34 }
|
|
629
|
-
],
|
|
630
|
-
"\u07E0": [
|
|
631
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07E0", widthRatio: 4.2, heightRatio: 1.06 },
|
|
632
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07E0", widthRatio: 2.63, heightRatio: 1.4 },
|
|
633
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07E0", widthRatio: 1.05, heightRatio: 1.09 },
|
|
634
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+07E0", widthRatio: 1.1, heightRatio: 1.21 }
|
|
635
|
-
],
|
|
636
|
-
"\u080B": [
|
|
637
|
-
{ latin: "2", visualScore: 0, source: "novel", script: "Other", codepoint: "U+080B", widthRatio: 1.39, heightRatio: 1.33 }
|
|
638
|
-
],
|
|
639
|
-
"\u0846": [
|
|
640
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+0846", widthRatio: 1.25, heightRatio: 1.27 },
|
|
641
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+0846", widthRatio: 2, heightRatio: 1.17 },
|
|
642
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+0846", widthRatio: 1.25, heightRatio: 1.2 },
|
|
643
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+0846", widthRatio: 3.5, heightRatio: 1.2 }
|
|
644
|
-
],
|
|
645
|
-
"\u084B": [
|
|
646
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+084B", widthRatio: 1.06, heightRatio: 1.26 }
|
|
647
|
-
],
|
|
648
|
-
"\u084D": [
|
|
649
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+084D", widthRatio: 1.09, heightRatio: 1.15 }
|
|
484
|
+
{ latin: "1", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+07D7", widthRatio: null, heightRatio: null }
|
|
650
485
|
],
|
|
651
486
|
"\u0966": [
|
|
652
487
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Devanagari", codepoint: "U+0966", widthRatio: 1.25, heightRatio: 1.25 }
|
|
@@ -664,13 +499,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
664
499
|
{ latin: "9", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+09ED", widthRatio: 1.25, heightRatio: 1.12 }
|
|
665
500
|
],
|
|
666
501
|
"\u09F7": [
|
|
667
|
-
{ latin: "
|
|
668
|
-
{ latin: "
|
|
669
|
-
{ latin: "t", visualScore: 0.7276, source: "novel", script: "Common", codepoint: "U+09F7", widthRatio: 3.5, heightRatio: 1.13 },
|
|
670
|
-
{ latin: "j", visualScore: 0.6959, source: "novel", script: "Common", codepoint: "U+09F7", widthRatio: 2, heightRatio: 1.58 }
|
|
671
|
-
],
|
|
672
|
-
"\u09F9": [
|
|
673
|
-
{ latin: "o", visualScore: 0.7223, source: "novel", script: "Common", codepoint: "U+09F9", widthRatio: 1.48, heightRatio: 1.37 }
|
|
502
|
+
{ latin: "i", visualScore: 0.1524, source: "novel", script: "Common", codepoint: "U+09F7", widthRatio: 1.25, heightRatio: 1.18 },
|
|
503
|
+
{ latin: "l", visualScore: 0.1333, source: "novel", script: "Common", codepoint: "U+09F7", widthRatio: 1.25, heightRatio: 1.25 }
|
|
674
504
|
],
|
|
675
505
|
"\u0A66": [
|
|
676
506
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0A66", widthRatio: 1.04, heightRatio: 1.13 }
|
|
@@ -693,6 +523,13 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
693
523
|
"\u0B20": [
|
|
694
524
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+0B20", widthRatio: 1.17, heightRatio: 1.22 }
|
|
695
525
|
],
|
|
526
|
+
"\u0B3E": [
|
|
527
|
+
{ latin: "l", visualScore: 0.2024, source: "novel", script: "Common", codepoint: "U+0B3E", widthRatio: null, heightRatio: null },
|
|
528
|
+
{ latin: "i", visualScore: 0.1071, source: "novel", script: "Common", codepoint: "U+0B3E", widthRatio: null, heightRatio: null }
|
|
529
|
+
],
|
|
530
|
+
"\u0B40": [
|
|
531
|
+
{ latin: "1", visualScore: 0.1786, source: "novel", script: "Common", codepoint: "U+0B40", widthRatio: null, heightRatio: null }
|
|
532
|
+
],
|
|
696
533
|
"\u0B66": [
|
|
697
534
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0B66", widthRatio: 1.17, heightRatio: 1.13 }
|
|
698
535
|
],
|
|
@@ -700,10 +537,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
700
537
|
{ latin: "9", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0B68", widthRatio: 1.1, heightRatio: 1.03 }
|
|
701
538
|
],
|
|
702
539
|
"\u0B72": [
|
|
703
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0B72", widthRatio: 1.25, heightRatio: 1.18 }
|
|
704
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0B72", widthRatio: 2.67, heightRatio: 1.58 },
|
|
705
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0B72", widthRatio: 1.25, heightRatio: 1.25 },
|
|
706
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0B72", widthRatio: 3.5, heightRatio: 1.25 }
|
|
540
|
+
{ latin: "i", visualScore: 0.1111, source: "novel", script: "Common", codepoint: "U+0B72", widthRatio: 1.25, heightRatio: 1.18 }
|
|
707
541
|
],
|
|
708
542
|
"\u0BE6": [
|
|
709
543
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0BE6", widthRatio: 1.09, heightRatio: 1.08 }
|
|
@@ -715,10 +549,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
715
549
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0C66", widthRatio: 1.04, heightRatio: 1 }
|
|
716
550
|
],
|
|
717
551
|
"\u0C79": [
|
|
718
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0C79", widthRatio: 1.25, heightRatio: 1.22 }
|
|
719
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0C79", widthRatio: 2, heightRatio: 1.81 },
|
|
720
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0C79", widthRatio: 1.25, heightRatio: 1.3 },
|
|
721
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+0C79", widthRatio: 3.5, heightRatio: 1.3 }
|
|
552
|
+
{ latin: "i", visualScore: 0.1905, source: "novel", script: "Common", codepoint: "U+0C79", widthRatio: 1.25, heightRatio: 1.22 }
|
|
722
553
|
],
|
|
723
554
|
"\u0C82": [
|
|
724
555
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0C82", widthRatio: 3.13, heightRatio: 1.53 }
|
|
@@ -730,13 +561,16 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
730
561
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0D02", widthRatio: 1.5, heightRatio: 1.39 }
|
|
731
562
|
],
|
|
732
563
|
"\u0D1F": [
|
|
733
|
-
{ latin: "s", visualScore:
|
|
564
|
+
{ latin: "s", visualScore: 0.2381, source: "tr39", script: "Other", codepoint: "U+0D1F", widthRatio: 1.11, heightRatio: 1.12 }
|
|
734
565
|
],
|
|
735
566
|
"\u0D20": [
|
|
736
|
-
{ latin: "o", visualScore:
|
|
567
|
+
{ latin: "o", visualScore: 0.2222, source: "tr39", script: "Other", codepoint: "U+0D20", widthRatio: 1.04, heightRatio: 1 }
|
|
568
|
+
],
|
|
569
|
+
"\u0D3F": [
|
|
570
|
+
{ latin: "1", visualScore: 0.2381, source: "novel", script: "Common", codepoint: "U+0D3F", widthRatio: null, heightRatio: null }
|
|
737
571
|
],
|
|
738
572
|
"\u0D66": [
|
|
739
|
-
{ latin: "o", visualScore:
|
|
573
|
+
{ latin: "o", visualScore: 0.1587, source: "tr39", script: "Common", codepoint: "U+0D66", widthRatio: 1.04, heightRatio: 1.04 }
|
|
740
574
|
],
|
|
741
575
|
"\u0D6D": [
|
|
742
576
|
{ latin: "9", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+0D6D", widthRatio: 1.39, heightRatio: 1.48 }
|
|
@@ -748,7 +582,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
748
582
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Thai", codepoint: "U+0E50", widthRatio: 1, heightRatio: 1 }
|
|
749
583
|
],
|
|
750
584
|
"\u0ED0": [
|
|
751
|
-
{ latin: "o", visualScore:
|
|
585
|
+
{ latin: "o", visualScore: 0.1746, source: "tr39", script: "Common", codepoint: "U+0ED0", widthRatio: 1.19, heightRatio: 1.18 }
|
|
752
586
|
],
|
|
753
587
|
"\u1004": [
|
|
754
588
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1004", widthRatio: 1.14, heightRatio: 1.09 }
|
|
@@ -762,75 +596,36 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
762
596
|
"\u105A": [
|
|
763
597
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+105A", widthRatio: 1.38, heightRatio: 1.78 }
|
|
764
598
|
],
|
|
765
|
-
"\u1090": [
|
|
766
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1090", widthRatio: 2.07, heightRatio: 1.85 },
|
|
767
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1090", widthRatio: 2.07, heightRatio: 1.92 }
|
|
768
|
-
],
|
|
769
|
-
"\u1099": [
|
|
770
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1099", widthRatio: 1.43, heightRatio: 1.37 }
|
|
771
|
-
],
|
|
772
|
-
"\u10B6": [
|
|
773
|
-
{ latin: "n", visualScore: 0.7497, source: "novel", script: "Georgian", codepoint: "U+10B6", widthRatio: 1.19, heightRatio: 1.38 }
|
|
774
|
-
],
|
|
775
|
-
"\u10BD": [
|
|
776
|
-
{ latin: "s", visualScore: 0.7286, source: "novel", script: "Georgian", codepoint: "U+10BD", widthRatio: 1.27, heightRatio: 1.37 }
|
|
777
|
-
],
|
|
778
|
-
"\u10D5": [
|
|
779
|
-
{ latin: "8", visualScore: 0.7708, source: "novel", script: "Georgian", codepoint: "U+10D5", widthRatio: 1.04, heightRatio: 1 }
|
|
780
|
-
],
|
|
781
|
-
"\u10D8": [
|
|
782
|
-
{ latin: "o", visualScore: 0.726, source: "novel", script: "Georgian", codepoint: "U+10D8", widthRatio: 1.04, heightRatio: 1.17 }
|
|
783
|
-
],
|
|
784
|
-
"\u10DC": [
|
|
785
|
-
{ latin: "6", visualScore: 0.7309, source: "novel", script: "Georgian", codepoint: "U+10DC", widthRatio: 1.05, heightRatio: 1 }
|
|
786
|
-
],
|
|
787
599
|
"\u10E7": [
|
|
788
600
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Georgian", codepoint: "U+10E7", widthRatio: 1.2, heightRatio: 1.03 }
|
|
789
601
|
],
|
|
790
|
-
"\u10FC": [
|
|
791
|
-
{ latin: "6", visualScore: 0.7054, source: "novel", script: "Georgian", codepoint: "U+10FC", widthRatio: 1.71, heightRatio: 1.71 }
|
|
792
|
-
],
|
|
793
|
-
"\u10FD": [
|
|
794
|
-
{ latin: "8", visualScore: 0.7149, source: "novel", script: "Georgian", codepoint: "U+10FD", widthRatio: 1.04, heightRatio: 1.06 }
|
|
795
|
-
],
|
|
796
602
|
"\u10FF": [
|
|
797
|
-
{ latin: "o", visualScore:
|
|
603
|
+
{ latin: "o", visualScore: 1, source: "tr39", script: "Georgian", codepoint: "U+10FF", widthRatio: 1.04, heightRatio: 1.04 }
|
|
604
|
+
],
|
|
605
|
+
"\u1175": [
|
|
606
|
+
{ latin: "l", visualScore: 0.3095, source: "novel", script: "Hangul", codepoint: "U+1175", widthRatio: 1.25, heightRatio: 1.23 }
|
|
798
607
|
],
|
|
799
608
|
"\u1200": [
|
|
800
609
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Ethiopic", codepoint: "U+1200", widthRatio: 1.5, heightRatio: 1.43 }
|
|
801
610
|
],
|
|
802
611
|
"\u12D0": [
|
|
803
|
-
{ latin: "o", visualScore: 1, source: "tr39", script: "Ethiopic", codepoint: "U+12D0", widthRatio: 1.15, heightRatio: 1.17 }
|
|
804
|
-
|
|
805
|
-
"\u12D8": [
|
|
806
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+12D8", widthRatio: 1.33, heightRatio: 1.21 }
|
|
807
|
-
],
|
|
808
|
-
"\u12DB": [
|
|
809
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+12DB", widthRatio: 1.15, heightRatio: 1 }
|
|
612
|
+
{ latin: "o", visualScore: 1, source: "tr39", script: "Ethiopic", codepoint: "U+12D0", widthRatio: 1.15, heightRatio: 1.17 },
|
|
613
|
+
{ latin: "0", visualScore: 1, source: "novel", script: "Ethiopic", codepoint: "U+12D0", widthRatio: null, heightRatio: null }
|
|
810
614
|
],
|
|
811
615
|
"\u1340": [
|
|
812
|
-
{ latin: "6", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+1340", widthRatio: 1.04, heightRatio: 1.06 }
|
|
813
|
-
],
|
|
814
|
-
"\u1350": [
|
|
815
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+1350", widthRatio: 6.8, heightRatio: 1.06 },
|
|
816
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+1350", widthRatio: 4.25, heightRatio: 1.4 },
|
|
817
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+1350", widthRatio: 1.55, heightRatio: 1.09 },
|
|
818
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+1350", widthRatio: 1.48, heightRatio: 1.21 }
|
|
819
|
-
],
|
|
820
|
-
"\u1352": [
|
|
821
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Ethiopic", codepoint: "U+1352", widthRatio: 1.48, heightRatio: 1.31 }
|
|
616
|
+
{ latin: "6", visualScore: 0.1429, source: "novel", script: "Ethiopic", codepoint: "U+1340", widthRatio: 1.04, heightRatio: 1.06 }
|
|
822
617
|
],
|
|
823
618
|
"\u13A0": [
|
|
824
619
|
{ latin: "d", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13A0", widthRatio: 1.43, heightRatio: 1.55 }
|
|
825
620
|
],
|
|
826
621
|
"\u13A1": [
|
|
827
|
-
{ latin: "r", visualScore:
|
|
622
|
+
{ latin: "r", visualScore: 0.2698, source: "tr39", script: "Cherokee", codepoint: "U+13A1", widthRatio: 1.48, heightRatio: 1.48 }
|
|
828
623
|
],
|
|
829
624
|
"\u13A2": [
|
|
830
625
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13A2", widthRatio: 1.55, heightRatio: 1.55 }
|
|
831
626
|
],
|
|
832
627
|
"\u13A5": [
|
|
833
|
-
{ latin: "i", visualScore:
|
|
628
|
+
{ latin: "i", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13A5", widthRatio: 3.2, heightRatio: 1 }
|
|
834
629
|
],
|
|
835
630
|
"\u13A9": [
|
|
836
631
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13A9", widthRatio: 1.04, heightRatio: 1.03 }
|
|
@@ -839,7 +634,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
839
634
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13AA", widthRatio: 1.46, heightRatio: 1.46 }
|
|
840
635
|
],
|
|
841
636
|
"\u13AB": [
|
|
842
|
-
{ latin: "j", visualScore:
|
|
637
|
+
{ latin: "j", visualScore: 0.2698, source: "tr39", script: "Cherokee", codepoint: "U+13AB", widthRatio: 1.92, heightRatio: 1.31 }
|
|
843
638
|
],
|
|
844
639
|
"\u13AC": [
|
|
845
640
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13AC", widthRatio: 1.8, heightRatio: 1.1 }
|
|
@@ -856,9 +651,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
856
651
|
"\u13BD": [
|
|
857
652
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13BD", widthRatio: 1.44, heightRatio: 1.06 }
|
|
858
653
|
],
|
|
859
|
-
"\u13BE": [
|
|
860
|
-
{ latin: "e", visualScore: 0.723, source: "novel", script: "Cherokee", codepoint: "U+13BE", widthRatio: 1.26, heightRatio: 1.28 }
|
|
861
|
-
],
|
|
862
654
|
"\u13C0": [
|
|
863
655
|
{ latin: "g", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13C0", widthRatio: 1.55, heightRatio: 1.46 }
|
|
864
656
|
],
|
|
@@ -872,10 +664,10 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
872
664
|
{ latin: "4", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13CE", widthRatio: 1, heightRatio: 1 }
|
|
873
665
|
],
|
|
874
666
|
"\u13CF": [
|
|
875
|
-
{ latin: "b", visualScore:
|
|
667
|
+
{ latin: "b", visualScore: 0.2063, source: "tr39", script: "Cherokee", codepoint: "U+13CF", widthRatio: 1.07, heightRatio: 1.15 }
|
|
876
668
|
],
|
|
877
669
|
"\u13D2": [
|
|
878
|
-
{ latin: "r", visualScore:
|
|
670
|
+
{ latin: "r", visualScore: 0.2063, source: "tr39", script: "Cherokee", codepoint: "U+13D2", widthRatio: 2.07, heightRatio: 1.26 }
|
|
879
671
|
],
|
|
880
672
|
"\u13D4": [
|
|
881
673
|
{ latin: "w", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13D4", widthRatio: 1.29, heightRatio: 1.48 }
|
|
@@ -899,13 +691,16 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
899
691
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13E2", widthRatio: 1.53, heightRatio: 1.48 }
|
|
900
692
|
],
|
|
901
693
|
"\u13E6": [
|
|
902
|
-
{ latin: "k", visualScore:
|
|
694
|
+
{ latin: "k", visualScore: 0.3968, source: "tr39", script: "Cherokee", codepoint: "U+13E6", widthRatio: 1.42, heightRatio: 1.55 }
|
|
903
695
|
],
|
|
904
696
|
"\u13E7": [
|
|
905
697
|
{ latin: "d", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13E7", widthRatio: 1.12, heightRatio: 1.06 }
|
|
906
698
|
],
|
|
699
|
+
"\u13ED": [
|
|
700
|
+
{ latin: "9", visualScore: 0.127, source: "novel", script: "Cherokee", codepoint: "U+13ED", widthRatio: null, heightRatio: null }
|
|
701
|
+
],
|
|
907
702
|
"\u13EE": [
|
|
908
|
-
{ latin: "6", visualScore:
|
|
703
|
+
{ latin: "6", visualScore: 0.1429, source: "tr39", script: "Cherokee", codepoint: "U+13EE", widthRatio: 1.04, heightRatio: 1 }
|
|
909
704
|
],
|
|
910
705
|
"\u13F3": [
|
|
911
706
|
{ latin: "g", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13F3", widthRatio: 1.52, heightRatio: 1.13 }
|
|
@@ -913,58 +708,32 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
913
708
|
"\u13F4": [
|
|
914
709
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+13F4", widthRatio: 1.56, heightRatio: 1.48 }
|
|
915
710
|
],
|
|
916
|
-
"\u1424": [
|
|
917
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1424", widthRatio: 1.09, heightRatio: 1.23 }
|
|
918
|
-
],
|
|
919
711
|
"\u142F": [
|
|
920
712
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+142F", widthRatio: 1.5, heightRatio: 1.5 }
|
|
921
713
|
],
|
|
922
|
-
"\u144A": [
|
|
923
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+144A", widthRatio: 1.25, heightRatio: 1.5 },
|
|
924
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+144A", widthRatio: 2, heightRatio: 2.23 },
|
|
925
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+144A", widthRatio: 1.25, heightRatio: 1.59 }
|
|
926
|
-
],
|
|
927
714
|
"\u144C": [
|
|
928
715
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+144C", widthRatio: 1.19, heightRatio: 1.38 }
|
|
929
716
|
],
|
|
717
|
+
"\u1455": [
|
|
718
|
+
{ latin: "c", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+1455", widthRatio: null, heightRatio: null }
|
|
719
|
+
],
|
|
930
720
|
"\u146D": [
|
|
931
721
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+146D", widthRatio: 1.05, heightRatio: 1 }
|
|
932
722
|
],
|
|
933
723
|
"\u146F": [
|
|
934
|
-
{ latin: "d", visualScore:
|
|
724
|
+
{ latin: "d", visualScore: 0.381, source: "tr39", script: "Other", codepoint: "U+146F", widthRatio: 1, heightRatio: 1.11 }
|
|
935
725
|
],
|
|
936
726
|
"\u1472": [
|
|
937
|
-
{ latin: "b", visualScore:
|
|
727
|
+
{ latin: "b", visualScore: 0.5238, source: "tr39", script: "Other", codepoint: "U+1472", widthRatio: 1.04, heightRatio: 1.03 }
|
|
938
728
|
],
|
|
939
729
|
"\u148D": [
|
|
940
730
|
{ latin: "j", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+148D", widthRatio: 1.37, heightRatio: 1.73 }
|
|
941
731
|
],
|
|
942
732
|
"\u14AA": [
|
|
943
|
-
{ latin: "l", visualScore:
|
|
944
|
-
],
|
|
945
|
-
"\u14AB": [
|
|
946
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+14AB", widthRatio: 1.26, heightRatio: 1.45 }
|
|
947
|
-
],
|
|
948
|
-
"\u14B3": [
|
|
949
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+14B3", widthRatio: 2.06, heightRatio: 1.16 }
|
|
950
|
-
],
|
|
951
|
-
"\u14B5": [
|
|
952
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+14B5", widthRatio: 1.94, heightRatio: 1.05 }
|
|
953
|
-
],
|
|
954
|
-
"\u14BC": [
|
|
955
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+14BC", widthRatio: 1.31, heightRatio: 1.23 }
|
|
956
|
-
],
|
|
957
|
-
"\u14BD": [
|
|
958
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+14BD", widthRatio: 1.27, heightRatio: 1.16 }
|
|
733
|
+
{ latin: "l", visualScore: 0.1429, source: "tr39", script: "Other", codepoint: "U+14AA", widthRatio: 1.05, heightRatio: 1.59 }
|
|
959
734
|
],
|
|
960
735
|
"\u14BF": [
|
|
961
|
-
{ latin: "2", visualScore:
|
|
962
|
-
],
|
|
963
|
-
"\u14D1": [
|
|
964
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+14D1", widthRatio: 1.11, heightRatio: 1.18 }
|
|
965
|
-
],
|
|
966
|
-
"\u1506": [
|
|
967
|
-
{ latin: "s", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1506", widthRatio: 1.47, heightRatio: 1.47 }
|
|
736
|
+
{ latin: "2", visualScore: 0.1429, source: "tr39", script: "Other", codepoint: "U+14BF", widthRatio: 1.2, heightRatio: 1.09 }
|
|
968
737
|
],
|
|
969
738
|
"\u1541": [
|
|
970
739
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1541", widthRatio: 1.5, heightRatio: 1.53 }
|
|
@@ -988,7 +757,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
988
757
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+15C5", widthRatio: 1.46, heightRatio: 1.68 }
|
|
989
758
|
],
|
|
990
759
|
"\u15DE": [
|
|
991
|
-
{ latin: "d", visualScore:
|
|
760
|
+
{ latin: "d", visualScore: 0.1905, source: "tr39", script: "Other", codepoint: "U+15DE", widthRatio: 1.39, heightRatio: 1.77 }
|
|
992
761
|
],
|
|
993
762
|
"\u15EA": [
|
|
994
763
|
{ latin: "d", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+15EA", widthRatio: 1.52, heightRatio: 1.59 }
|
|
@@ -999,18 +768,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
999
768
|
"\u15F7": [
|
|
1000
769
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+15F7", widthRatio: 1.26, heightRatio: 1.77 }
|
|
1001
770
|
],
|
|
1002
|
-
"\u1601": [
|
|
1003
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1601", widthRatio: 1.19, heightRatio: 1.18 }
|
|
1004
|
-
],
|
|
1005
|
-
"\u1627": [
|
|
1006
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1627", widthRatio: 1.64, heightRatio: 1.65 }
|
|
1007
|
-
],
|
|
1008
|
-
"\u1633": [
|
|
1009
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1633", widthRatio: 1.68, heightRatio: 1.7 }
|
|
1010
|
-
],
|
|
1011
|
-
"\u1646": [
|
|
1012
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1646", widthRatio: 1.24, heightRatio: 1.23 }
|
|
1013
|
-
],
|
|
1014
771
|
"\u166D": [
|
|
1015
772
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+166D", widthRatio: 1.76, heightRatio: 1.61 }
|
|
1016
773
|
],
|
|
@@ -1020,21 +777,11 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1020
777
|
"\u16B7": [
|
|
1021
778
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16B7", widthRatio: 1.69, heightRatio: 1.29 }
|
|
1022
779
|
],
|
|
1023
|
-
"\u16BD": [
|
|
1024
|
-
{ latin: "l", visualScore: 0.867, source: "novel", script: "Other", codepoint: "U+16BD", widthRatio: 1.8, heightRatio: 1.03 },
|
|
1025
|
-
{ latin: "i", visualScore: 0.8221, source: "novel", script: "Other", codepoint: "U+16BD", widthRatio: 1.8, heightRatio: 1 }
|
|
1026
|
-
],
|
|
1027
780
|
"\u16C1": [
|
|
1028
|
-
{ latin: "l", visualScore:
|
|
781
|
+
{ latin: "l", visualScore: 0.4286, source: "tr39", script: "Other", codepoint: "U+16C1", widthRatio: 1, heightRatio: 1.11 }
|
|
1029
782
|
],
|
|
1030
|
-
"\
|
|
1031
|
-
{ latin: "
|
|
1032
|
-
{ latin: "i", visualScore: 0.8195, source: "novel", script: "Other", codepoint: "U+16C2", widthRatio: 1.8, heightRatio: 1.03 }
|
|
1033
|
-
],
|
|
1034
|
-
"\u16CC": [
|
|
1035
|
-
{ latin: "l", visualScore: 0.8207, source: "novel", script: "Other", codepoint: "U+16CC", widthRatio: 1.2, heightRatio: 1.59 },
|
|
1036
|
-
{ latin: "i", visualScore: 0.7673, source: "novel", script: "Other", codepoint: "U+16CC", widthRatio: 1.2, heightRatio: 1.5 },
|
|
1037
|
-
{ latin: "j", visualScore: 0.633, source: "novel", script: "Other", codepoint: "U+16CC", widthRatio: 1.33, heightRatio: 2.23 }
|
|
783
|
+
"\u16D0": [
|
|
784
|
+
{ latin: "1", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+16D0", widthRatio: null, heightRatio: null }
|
|
1038
785
|
],
|
|
1039
786
|
"\u16D5": [
|
|
1040
787
|
{ latin: "k", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16D5", widthRatio: 1.09, heightRatio: 1.11 }
|
|
@@ -1042,162 +789,59 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1042
789
|
"\u16D6": [
|
|
1043
790
|
{ latin: "m", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16D6", widthRatio: 1.12, heightRatio: 1.64 }
|
|
1044
791
|
],
|
|
1045
|
-
"\u16D9": [
|
|
1046
|
-
{ latin: "l", visualScore: 0.8745, source: "novel", script: "Other", codepoint: "U+16D9", widthRatio: 2, heightRatio: 1 },
|
|
1047
|
-
{ latin: "i", visualScore: 0.8254, source: "novel", script: "Other", codepoint: "U+16D9", widthRatio: 2, heightRatio: 1.03 }
|
|
1048
|
-
],
|
|
1049
|
-
"\u16E7": [
|
|
1050
|
-
{ latin: "l", visualScore: 0.8194, source: "novel", script: "Other", codepoint: "U+16E7", widthRatio: 1.2, heightRatio: 1.59 },
|
|
1051
|
-
{ latin: "i", visualScore: 0.7671, source: "novel", script: "Other", codepoint: "U+16E7", widthRatio: 1.2, heightRatio: 1.5 },
|
|
1052
|
-
{ latin: "j", visualScore: 0.6392, source: "novel", script: "Other", codepoint: "U+16E7", widthRatio: 1.33, heightRatio: 2.23 }
|
|
1053
|
-
],
|
|
1054
|
-
"\u172A": [
|
|
1055
|
-
{ latin: "7", visualScore: 0, source: "novel", script: "Other", codepoint: "U+172A", widthRatio: 1.05, heightRatio: 1.13 }
|
|
1056
|
-
],
|
|
1057
|
-
"\u176A": [
|
|
1058
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+176A", widthRatio: 1.19, heightRatio: 1.15 }
|
|
1059
|
-
],
|
|
1060
792
|
"\u17E0": [
|
|
1061
793
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+17E0", widthRatio: 1.1, heightRatio: 1.1 }
|
|
1062
794
|
],
|
|
1063
|
-
"\
|
|
1064
|
-
{ latin: "
|
|
1065
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+17F2", widthRatio: 2.67, heightRatio: 2.45 },
|
|
1066
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+17F2", widthRatio: 1.67, heightRatio: 1.75 },
|
|
1067
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+17F2", widthRatio: 3.5, heightRatio: 2.06 }
|
|
1068
|
-
],
|
|
1069
|
-
"\u17F4": [
|
|
1070
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Common", codepoint: "U+17F4", widthRatio: 1.6, heightRatio: 1.59 }
|
|
1071
|
-
],
|
|
1072
|
-
"\u18D8": [
|
|
1073
|
-
{ latin: "r", visualScore: 0, source: "novel", script: "Other", codepoint: "U+18D8", widthRatio: 1.13, heightRatio: 1.37 }
|
|
1074
|
-
],
|
|
1075
|
-
"\u18F3": [
|
|
1076
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+18F3", widthRatio: 1.25, heightRatio: 1.84 }
|
|
1077
|
-
],
|
|
1078
|
-
"\u18F4": [
|
|
1079
|
-
{ latin: "r", visualScore: 0, source: "novel", script: "Other", codepoint: "U+18F4", widthRatio: 1.27, heightRatio: 1.37 }
|
|
1080
|
-
],
|
|
1081
|
-
"\u1901": [
|
|
1082
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1901", widthRatio: 1.09, heightRatio: 1.12 }
|
|
1083
|
-
],
|
|
1084
|
-
"\u190F": [
|
|
1085
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+190F", widthRatio: 1.09, heightRatio: 1.12 }
|
|
1086
|
-
],
|
|
1087
|
-
"\u191A": [
|
|
1088
|
-
{ latin: "q", visualScore: 0, source: "novel", script: "Other", codepoint: "U+191A", widthRatio: 1.1, heightRatio: 1.28 }
|
|
1089
|
-
],
|
|
1090
|
-
"\u1946": [
|
|
1091
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1946", widthRatio: 1.26, heightRatio: 1.26 }
|
|
1092
|
-
],
|
|
1093
|
-
"\u1949": [
|
|
1094
|
-
{ latin: "s", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1949", widthRatio: 1.33, heightRatio: 1.16 }
|
|
1095
|
-
],
|
|
1096
|
-
"\u194A": [
|
|
1097
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Common", codepoint: "U+194A", widthRatio: 1.09, heightRatio: 1.12 }
|
|
1098
|
-
],
|
|
1099
|
-
"\u194E": [
|
|
1100
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Common", codepoint: "U+194E", widthRatio: 1.47, heightRatio: 1.26 }
|
|
795
|
+
"\u1810": [
|
|
796
|
+
{ latin: "0", visualScore: 0.2222, source: "novel", script: "Common", codepoint: "U+1810", widthRatio: null, heightRatio: null }
|
|
1101
797
|
],
|
|
1102
798
|
"\u1952": [
|
|
1103
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1952", widthRatio: 1.05, heightRatio: 1 }
|
|
799
|
+
{ latin: "n", visualScore: 0.2857, source: "novel", script: "Other", codepoint: "U+1952", widthRatio: 1.05, heightRatio: 1 }
|
|
1104
800
|
],
|
|
1105
801
|
"\u1959": [
|
|
1106
|
-
{ latin: "
|
|
1107
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1959", widthRatio: 1.29, heightRatio: 1.17 }
|
|
1108
|
-
],
|
|
1109
|
-
"\u195D": [
|
|
1110
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+195D", widthRatio: 1.09, heightRatio: 1.13 }
|
|
1111
|
-
],
|
|
1112
|
-
"\u1963": [
|
|
1113
|
-
{ latin: "f", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1963", widthRatio: 1.4, heightRatio: 1.07 },
|
|
1114
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1963", widthRatio: 2, heightRatio: 1.26 }
|
|
802
|
+
{ latin: "u", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+1959", widthRatio: 1.29, heightRatio: 1.17 }
|
|
1115
803
|
],
|
|
1116
804
|
"\u1974": [
|
|
1117
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1974", widthRatio: 1.11, heightRatio: 1.17 }
|
|
1118
|
-
],
|
|
1119
|
-
"\u1985": [
|
|
1120
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1985", widthRatio: 1.04, heightRatio: 1 }
|
|
1121
|
-
],
|
|
1122
|
-
"\u1986": [
|
|
1123
|
-
{ latin: "6", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1986", widthRatio: 1.09, heightRatio: 1.17 }
|
|
805
|
+
{ latin: "c", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+1974", widthRatio: 1.11, heightRatio: 1.17 }
|
|
1124
806
|
],
|
|
1125
807
|
"\u199E": [
|
|
1126
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+199E", widthRatio: 1.04, heightRatio: 1 }
|
|
1127
|
-
],
|
|
1128
|
-
"\u19A2": [
|
|
1129
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+19A2", widthRatio: 1.32, heightRatio: 1.35 },
|
|
1130
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+19A2", widthRatio: 1.04, heightRatio: 1 }
|
|
1131
|
-
],
|
|
1132
|
-
"\u19B1": [
|
|
1133
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+19B1", widthRatio: 1, heightRatio: 1.04 }
|
|
1134
|
-
],
|
|
1135
|
-
"\u19C9": [
|
|
1136
|
-
{ latin: "e", visualScore: 0, source: "novel", script: "Other", codepoint: "U+19C9", widthRatio: 1.1, heightRatio: 1.07 }
|
|
808
|
+
{ latin: "o", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+199E", widthRatio: 1.04, heightRatio: 1 }
|
|
1137
809
|
],
|
|
1138
810
|
"\u19D0": [
|
|
1139
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+19D0", widthRatio: 1.04, heightRatio: 1 }
|
|
1140
|
-
],
|
|
1141
|
-
"\u19D1": [
|
|
1142
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+19D1", widthRatio: 1, heightRatio: 1.04 }
|
|
1143
|
-
],
|
|
1144
|
-
"\u19D2": [
|
|
1145
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+19D2", widthRatio: 1.12, heightRatio: 1.08 }
|
|
1146
|
-
],
|
|
1147
|
-
"\u1A24": [
|
|
1148
|
-
{ latin: "6", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1A24", widthRatio: 1.04, heightRatio: 1.14 }
|
|
811
|
+
{ latin: "o", visualScore: 0.381, source: "novel", script: "Common", codepoint: "U+19D0", widthRatio: 1.04, heightRatio: 1 }
|
|
1149
812
|
],
|
|
1150
|
-
"\
|
|
1151
|
-
{ latin: "
|
|
813
|
+
"\u1A21": [
|
|
814
|
+
{ latin: "a", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+1A21", widthRatio: null, heightRatio: null }
|
|
1152
815
|
],
|
|
1153
|
-
"\
|
|
1154
|
-
{ latin: "
|
|
816
|
+
"\u1A45": [
|
|
817
|
+
{ latin: "o", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+1A45", widthRatio: null, heightRatio: null }
|
|
1155
818
|
],
|
|
1156
|
-
"\
|
|
1157
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Common", codepoint: "U+
|
|
1158
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1B50", widthRatio: 1.33, heightRatio: 1.32 }
|
|
819
|
+
"\u1A6E": [
|
|
820
|
+
{ latin: "c", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+1A6E", widthRatio: null, heightRatio: null }
|
|
1159
821
|
],
|
|
1160
|
-
"\
|
|
1161
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "
|
|
822
|
+
"\u1A80": [
|
|
823
|
+
{ latin: "o", visualScore: 0.3333, source: "novel", script: "Common", codepoint: "U+1A80", widthRatio: null, heightRatio: null }
|
|
1162
824
|
],
|
|
1163
|
-
"\
|
|
1164
|
-
{ latin: "
|
|
825
|
+
"\u1A90": [
|
|
826
|
+
{ latin: "o", visualScore: 0.3333, source: "novel", script: "Common", codepoint: "U+1A90", widthRatio: null, heightRatio: null }
|
|
1165
827
|
],
|
|
1166
|
-
"\
|
|
1167
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+
|
|
828
|
+
"\u1BB0": [
|
|
829
|
+
{ latin: "o", visualScore: 0.3333, source: "novel", script: "Common", codepoint: "U+1BB0", widthRatio: null, heightRatio: null }
|
|
1168
830
|
],
|
|
1169
831
|
"\u1C50": [
|
|
1170
|
-
{ latin: "
|
|
832
|
+
{ latin: "0", visualScore: 0.6667, source: "novel", script: "Common", codepoint: "U+1C50", widthRatio: null, heightRatio: null }
|
|
1171
833
|
],
|
|
1172
834
|
"\u1C5B": [
|
|
1173
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1C5B", widthRatio: 1.43, heightRatio: 1.57 }
|
|
835
|
+
{ latin: "o", visualScore: 0.5714, source: "novel", script: "Other", codepoint: "U+1C5B", widthRatio: 1.43, heightRatio: 1.57 }
|
|
1174
836
|
],
|
|
1175
837
|
"\u1C60": [
|
|
1176
|
-
{ latin: "b", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1C60", widthRatio: 1.05, heightRatio: 1 }
|
|
1177
|
-
],
|
|
1178
|
-
"\u1C67": [
|
|
1179
|
-
{ latin: "q", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1C67", widthRatio: 1, heightRatio: 1.03 }
|
|
1180
|
-
],
|
|
1181
|
-
"\u1C95": [
|
|
1182
|
-
{ latin: "8", visualScore: 0.7631, source: "novel", script: "Georgian", codepoint: "U+1C95", widthRatio: 1.04, heightRatio: 1.03 }
|
|
1183
|
-
],
|
|
1184
|
-
"\u1CAB": [
|
|
1185
|
-
{ latin: "d", visualScore: 0.7227, source: "novel", script: "Georgian", codepoint: "U+1CAB", widthRatio: 1, heightRatio: 1.03 }
|
|
1186
|
-
],
|
|
1187
|
-
"\u1CAE": [
|
|
1188
|
-
{ latin: "b", visualScore: 0.7061, source: "novel", script: "Georgian", codepoint: "U+1CAE", widthRatio: 1.04, heightRatio: 1.03 }
|
|
1189
|
-
],
|
|
1190
|
-
"\u1CBD": [
|
|
1191
|
-
{ latin: "s", visualScore: 0.8246, source: "novel", script: "Georgian", codepoint: "U+1CBD", widthRatio: 1.32, heightRatio: 1.32 }
|
|
1192
|
-
],
|
|
1193
|
-
"\u1CBF": [
|
|
1194
|
-
{ latin: "o", visualScore: 0.7867, source: "novel", script: "Georgian", codepoint: "U+1CBF", widthRatio: 1.29, heightRatio: 1.32 }
|
|
838
|
+
{ latin: "b", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+1C60", widthRatio: 1.05, heightRatio: 1 }
|
|
1195
839
|
],
|
|
1196
840
|
"\u1D00": [
|
|
1197
841
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D00", widthRatio: null, heightRatio: null }
|
|
1198
842
|
],
|
|
1199
843
|
"\u1D04": [
|
|
1200
|
-
{ latin: "c", visualScore: 0.
|
|
844
|
+
{ latin: "c", visualScore: 0.625, source: "tr39", script: "Latin", codepoint: "U+1D04", widthRatio: 1, heightRatio: 1 }
|
|
1201
845
|
],
|
|
1202
846
|
"\u1D05": [
|
|
1203
847
|
{ latin: "d", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D05", widthRatio: null, heightRatio: null }
|
|
@@ -1205,10 +849,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1205
849
|
"\u1D07": [
|
|
1206
850
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D07", widthRatio: null, heightRatio: null }
|
|
1207
851
|
],
|
|
1208
|
-
"\u1D09": [
|
|
1209
|
-
{ latin: "l", visualScore: 0.8003, source: "novel", script: "Latin", codepoint: "U+1D09", widthRatio: 1, heightRatio: 1 },
|
|
1210
|
-
{ latin: "i", visualScore: 0.7254, source: "novel", script: "Latin", codepoint: "U+1D09", widthRatio: 1, heightRatio: 1 }
|
|
1211
|
-
],
|
|
1212
852
|
"\u1D0A": [
|
|
1213
853
|
{ latin: "j", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D0A", widthRatio: null, heightRatio: null }
|
|
1214
854
|
],
|
|
@@ -1219,10 +859,10 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1219
859
|
{ latin: "m", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D0D", widthRatio: null, heightRatio: null }
|
|
1220
860
|
],
|
|
1221
861
|
"\u1D0F": [
|
|
1222
|
-
{ latin: "o", visualScore:
|
|
862
|
+
{ latin: "o", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D0F", widthRatio: 1, heightRatio: 1 }
|
|
1223
863
|
],
|
|
1224
864
|
"\u1D11": [
|
|
1225
|
-
{ latin: "o", visualScore:
|
|
865
|
+
{ latin: "o", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D11", widthRatio: 1, heightRatio: 1 }
|
|
1226
866
|
],
|
|
1227
867
|
"\u1D18": [
|
|
1228
868
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D18", widthRatio: null, heightRatio: null }
|
|
@@ -1231,155 +871,31 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1231
871
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D1B", widthRatio: null, heightRatio: null }
|
|
1232
872
|
],
|
|
1233
873
|
"\u1D1C": [
|
|
1234
|
-
{ latin: "u", visualScore:
|
|
874
|
+
{ latin: "u", visualScore: 0.3889, source: "tr39", script: "Latin", codepoint: "U+1D1C", widthRatio: 1, heightRatio: 1 }
|
|
1235
875
|
],
|
|
1236
876
|
"\u1D20": [
|
|
1237
|
-
{ latin: "v", visualScore: 0.
|
|
877
|
+
{ latin: "v", visualScore: 0.875, source: "tr39", script: "Latin", codepoint: "U+1D20", widthRatio: 1, heightRatio: 1 }
|
|
1238
878
|
],
|
|
1239
879
|
"\u1D21": [
|
|
1240
|
-
{ latin: "w", visualScore: 0.
|
|
880
|
+
{ latin: "w", visualScore: 0.875, source: "tr39", script: "Latin", codepoint: "U+1D21", widthRatio: 1, heightRatio: 1 }
|
|
1241
881
|
],
|
|
1242
882
|
"\u1D22": [
|
|
1243
|
-
{ latin: "z", visualScore: 0.
|
|
883
|
+
{ latin: "z", visualScore: 0.9375, source: "tr39", script: "Latin", codepoint: "U+1D22", widthRatio: 1, heightRatio: 1 }
|
|
1244
884
|
],
|
|
1245
885
|
"\u1D26": [
|
|
1246
886
|
{ latin: "r", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+1D26", widthRatio: 1, heightRatio: 1.04 }
|
|
1247
887
|
],
|
|
1248
|
-
"\u1D35": [
|
|
1249
|
-
{ latin: "l", visualScore: 0.7327, source: "novel", script: "Latin", codepoint: "U+1D35", widthRatio: 1.25, heightRatio: 1.46 }
|
|
1250
|
-
],
|
|
1251
|
-
"\u1D3C": [
|
|
1252
|
-
{ latin: "o", visualScore: 0.708, source: "novel", script: "Latin", codepoint: "U+1D3C", widthRatio: 1.08, heightRatio: 1.04 }
|
|
1253
|
-
],
|
|
1254
|
-
"\u1D42": [
|
|
1255
|
-
{ latin: "w", visualScore: 0.7051, source: "novel", script: "Latin", codepoint: "U+1D42", widthRatio: 1.13, heightRatio: 1.04 }
|
|
1256
|
-
],
|
|
1257
|
-
"\u1D43": [
|
|
1258
|
-
{ latin: "a", visualScore: 0.7755, source: "novel", script: "Latin", codepoint: "U+1D43", widthRatio: 1.39, heightRatio: 1.4 }
|
|
1259
|
-
],
|
|
1260
|
-
"\u1D47": [
|
|
1261
|
-
{ latin: "b", visualScore: 0.8305, source: "novel", script: "Latin", codepoint: "U+1D47", widthRatio: 1.47, heightRatio: 1.5 },
|
|
1262
|
-
{ latin: "h", visualScore: 0.7119, source: "novel", script: "Latin", codepoint: "U+1D47", widthRatio: 1.4, heightRatio: 1.46 }
|
|
1263
|
-
],
|
|
1264
|
-
"\u1D48": [
|
|
1265
|
-
{ latin: "d", visualScore: 0.8371, source: "novel", script: "Latin", codepoint: "U+1D48", widthRatio: 1.53, heightRatio: 1.5 }
|
|
1266
|
-
],
|
|
1267
|
-
"\u1D49": [
|
|
1268
|
-
{ latin: "e", visualScore: 0.8026, source: "novel", script: "Latin", codepoint: "U+1D49", widthRatio: 1.33, heightRatio: 1.3 }
|
|
1269
|
-
],
|
|
1270
|
-
"\u1D4D": [
|
|
1271
|
-
{ latin: "g", visualScore: 0.83, source: "novel", script: "Latin", codepoint: "U+1D4D", widthRatio: 1.33, heightRatio: 1.36 }
|
|
1272
|
-
],
|
|
1273
|
-
"\u1D4E": [
|
|
1274
|
-
{ latin: "l", visualScore: 0.7654, source: "novel", script: "Latin", codepoint: "U+1D4E", widthRatio: 1.25, heightRatio: 1.52 }
|
|
1275
|
-
],
|
|
1276
|
-
"\u1D4F": [
|
|
1277
|
-
{ latin: "k", visualScore: 0.8338, source: "novel", script: "Latin", codepoint: "U+1D4F", widthRatio: 1.5, heightRatio: 1.46 }
|
|
1278
|
-
],
|
|
1279
|
-
"\u1D50": [
|
|
1280
|
-
{ latin: "m", visualScore: 0.8183, source: "novel", script: "Latin", codepoint: "U+1D50", widthRatio: 1.48, heightRatio: 1.44 }
|
|
1281
|
-
],
|
|
1282
|
-
"\u1D52": [
|
|
1283
|
-
{ latin: "o", visualScore: 0.8135, source: "novel", script: "Latin", codepoint: "U+1D52", widthRatio: 1.41, heightRatio: 1.53 }
|
|
1284
|
-
],
|
|
1285
|
-
"\u1D56": [
|
|
1286
|
-
{ latin: "p", visualScore: 0.7682, source: "novel", script: "Latin", codepoint: "U+1D56", widthRatio: 1.53, heightRatio: 1.52 }
|
|
1287
|
-
],
|
|
1288
|
-
"\u1D57": [
|
|
1289
|
-
{ latin: "t", visualScore: 0.8449, source: "novel", script: "Latin", codepoint: "U+1D57", widthRatio: 1.46, heightRatio: 1.36 }
|
|
1290
|
-
],
|
|
1291
|
-
"\u1D58": [
|
|
1292
|
-
{ latin: "u", visualScore: 0.7931, source: "novel", script: "Latin", codepoint: "U+1D58", widthRatio: 1.4, heightRatio: 1.42 }
|
|
1293
|
-
],
|
|
1294
|
-
"\u1D5B": [
|
|
1295
|
-
{ latin: "v", visualScore: 0.8392, source: "novel", script: "Latin", codepoint: "U+1D5B", widthRatio: 1.5, heightRatio: 1.5 }
|
|
1296
|
-
],
|
|
1297
|
-
"\u1D62": [
|
|
1298
|
-
{ latin: "i", visualScore: 0.8996, source: "novel", script: "Latin", codepoint: "U+1D62", widthRatio: 1.25, heightRatio: 1.46 },
|
|
1299
|
-
{ latin: "l", visualScore: 0.7669, source: "novel", script: "Latin", codepoint: "U+1D62", widthRatio: 1.25, heightRatio: 1.46 }
|
|
1300
|
-
],
|
|
1301
|
-
"\u1D63": [
|
|
1302
|
-
{ latin: "r", visualScore: 0.7965, source: "novel", script: "Latin", codepoint: "U+1D63", widthRatio: 1.44, heightRatio: 1.42 }
|
|
1303
|
-
],
|
|
1304
|
-
"\u1D64": [
|
|
1305
|
-
{ latin: "u", visualScore: 0.7954, source: "novel", script: "Latin", codepoint: "U+1D64", widthRatio: 1.4, heightRatio: 1.42 }
|
|
1306
|
-
],
|
|
1307
|
-
"\u1D65": [
|
|
1308
|
-
{ latin: "v", visualScore: 0.8145, source: "novel", script: "Latin", codepoint: "U+1D65", widthRatio: 1.5, heightRatio: 1.5 }
|
|
1309
|
-
],
|
|
1310
|
-
"\u1D74": [
|
|
1311
|
-
{ latin: "s", visualScore: 0.7964, source: "novel", script: "Latin", codepoint: "U+1D74", widthRatio: 1, heightRatio: 1 }
|
|
1312
|
-
],
|
|
1313
888
|
"\u1D83": [
|
|
1314
889
|
{ latin: "g", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D83", widthRatio: 1.02, heightRatio: 1 }
|
|
1315
890
|
],
|
|
1316
|
-
"\u1D85": [
|
|
1317
|
-
{ latin: "l", visualScore: 0.7578, source: "novel", script: "Latin", codepoint: "U+1D85", widthRatio: 2.8, heightRatio: 1.27 }
|
|
1318
|
-
],
|
|
1319
|
-
"\u1D88": [
|
|
1320
|
-
{ latin: "p", visualScore: 0.8417, source: "novel", script: "Latin", codepoint: "U+1D88", widthRatio: 1, heightRatio: 1 }
|
|
1321
|
-
],
|
|
1322
891
|
"\u1D8C": [
|
|
1323
892
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1D8C", widthRatio: 1, heightRatio: 1 }
|
|
1324
893
|
],
|
|
1325
|
-
"\u1D9C": [
|
|
1326
|
-
{ latin: "c", visualScore: 0.8234, source: "novel", script: "Latin", codepoint: "U+1D9C", widthRatio: 1.15, heightRatio: 1.3 }
|
|
1327
|
-
],
|
|
1328
|
-
"\u1DA0": [
|
|
1329
|
-
{ latin: "f", visualScore: 0.8398, source: "novel", script: "Latin", codepoint: "U+1DA0", widthRatio: 1.5, heightRatio: 1.44 }
|
|
1330
|
-
],
|
|
1331
|
-
"\u1DA4": [
|
|
1332
|
-
{ latin: "i", visualScore: 0.7644, source: "novel", script: "Latin", codepoint: "U+1DA4", widthRatio: 1.5, heightRatio: 1.62 }
|
|
1333
|
-
],
|
|
1334
|
-
"\u1DA8": [
|
|
1335
|
-
{ latin: "j", visualScore: 0.7352, source: "novel", script: "Latin", codepoint: "U+1DA8", widthRatio: 1.56, heightRatio: 1.67 }
|
|
1336
|
-
],
|
|
1337
|
-
"\u1DAA": [
|
|
1338
|
-
{ latin: "l", visualScore: 0.7435, source: "novel", script: "Latin", codepoint: "U+1DAA", widthRatio: 2, heightRatio: 1.06 }
|
|
1339
|
-
],
|
|
1340
|
-
"\u1DB4": [
|
|
1341
|
-
{ latin: "l", visualScore: 0.7749, source: "novel", script: "Latin", codepoint: "U+1DB4", widthRatio: 2.4, heightRatio: 1.13 },
|
|
1342
|
-
{ latin: "i", visualScore: 0.7006, source: "novel", script: "Latin", codepoint: "U+1DB4", widthRatio: 2, heightRatio: 1.06 }
|
|
1343
|
-
],
|
|
1344
|
-
"\u1DBB": [
|
|
1345
|
-
{ latin: "z", visualScore: 0.8097, source: "novel", script: "Latin", codepoint: "U+1DBB", widthRatio: 1.43, heightRatio: 1.5 }
|
|
1346
|
-
],
|
|
1347
|
-
"\u1E2D": [
|
|
1348
|
-
{ latin: "i", visualScore: 0.6886, source: "novel", script: "Latin", codepoint: "U+1E2D", widthRatio: 3.6, heightRatio: 1.3 }
|
|
1349
|
-
],
|
|
1350
|
-
"\u1E37": [
|
|
1351
|
-
{ latin: "l", visualScore: 0.8022, source: "novel", script: "Latin", codepoint: "U+1E37", widthRatio: 1, heightRatio: 1.17 },
|
|
1352
|
-
{ latin: "i", visualScore: 0.6857, source: "novel", script: "Latin", codepoint: "U+1E37", widthRatio: 1, heightRatio: 1.24 }
|
|
1353
|
-
],
|
|
1354
|
-
"\u1E39": [
|
|
1355
|
-
{ latin: "l", visualScore: 0.7164, source: "novel", script: "Latin", codepoint: "U+1E39", widthRatio: 1.25, heightRatio: 1.17 }
|
|
1356
|
-
],
|
|
1357
|
-
"\u1E3B": [
|
|
1358
|
-
{ latin: "l", visualScore: 0.7816, source: "novel", script: "Latin", codepoint: "U+1E3B", widthRatio: 2.8, heightRatio: 1.26 }
|
|
1359
|
-
],
|
|
1360
|
-
"\u1E3D": [
|
|
1361
|
-
{ latin: "l", visualScore: 0.756, source: "novel", script: "Latin", codepoint: "U+1E3D", widthRatio: 1.22, heightRatio: 1.12 }
|
|
1362
|
-
],
|
|
1363
894
|
"\u1E9D": [
|
|
1364
895
|
{ latin: "f", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1E9D", widthRatio: 1.06, heightRatio: 1 }
|
|
1365
896
|
],
|
|
1366
|
-
"\u1EC8": [
|
|
1367
|
-
{ latin: "i", visualScore: 0.7201, source: "novel", script: "Latin", codepoint: "U+1EC8", widthRatio: 1.4, heightRatio: 1.29 },
|
|
1368
|
-
{ latin: "l", visualScore: 0.7156, source: "novel", script: "Latin", codepoint: "U+1EC8", widthRatio: 1.4, heightRatio: 1.29 }
|
|
1369
|
-
],
|
|
1370
|
-
"\u1EC9": [
|
|
1371
|
-
{ latin: "i", visualScore: 0.7985, source: "novel", script: "Latin", codepoint: "U+1EC9", widthRatio: 1.6, heightRatio: 1 },
|
|
1372
|
-
{ latin: "l", visualScore: 0.7432, source: "novel", script: "Latin", codepoint: "U+1EC9", widthRatio: 1.4, heightRatio: 1.06 }
|
|
1373
|
-
],
|
|
1374
|
-
"\u1ECA": [
|
|
1375
|
-
{ latin: "l", visualScore: 0.7079, source: "novel", script: "Latin", codepoint: "U+1ECA", widthRatio: 1.2, heightRatio: 1.26 }
|
|
1376
|
-
],
|
|
1377
|
-
"\u1ECB": [
|
|
1378
|
-
{ latin: "i", visualScore: 0.7428, source: "novel", script: "Latin", codepoint: "U+1ECB", widthRatio: 1, heightRatio: 1.2 },
|
|
1379
|
-
{ latin: "l", visualScore: 0.7166, source: "novel", script: "Latin", codepoint: "U+1ECB", widthRatio: 1.2, heightRatio: 1.22 }
|
|
1380
|
-
],
|
|
1381
897
|
"\u1EF5": [
|
|
1382
|
-
{ latin: "y", visualScore: 0.
|
|
898
|
+
{ latin: "y", visualScore: 0.3902, source: "novel", script: "Latin", codepoint: "U+1EF5", widthRatio: 1, heightRatio: 1.07 }
|
|
1383
899
|
],
|
|
1384
900
|
"\u1EFF": [
|
|
1385
901
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+1EFF", widthRatio: 1.04, heightRatio: 1.03 }
|
|
@@ -1387,61 +903,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1387
903
|
"\u1FBE": [
|
|
1388
904
|
{ latin: "i", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+1FBE", widthRatio: 1.14, heightRatio: 1.16 }
|
|
1389
905
|
],
|
|
1390
|
-
"\u2071": [
|
|
1391
|
-
{ latin: "i", visualScore: 0.8889, source: "novel", script: "Latin", codepoint: "U+2071", widthRatio: 1.67, heightRatio: 1.65 },
|
|
1392
|
-
{ latin: "l", visualScore: 0.7834, source: "novel", script: "Latin", codepoint: "U+2071", widthRatio: 1.67, heightRatio: 1.75 }
|
|
1393
|
-
],
|
|
1394
|
-
"\u2074": [
|
|
1395
|
-
{ latin: "4", visualScore: 0.7369, source: "novel", script: "Common", codepoint: "U+2074", widthRatio: 1.64, heightRatio: 1.62 }
|
|
1396
|
-
],
|
|
1397
|
-
"\u2075": [
|
|
1398
|
-
{ latin: "5", visualScore: 0.7474, source: "novel", script: "Common", codepoint: "U+2075", widthRatio: 1.53, heightRatio: 1.48 }
|
|
1399
|
-
],
|
|
1400
|
-
"\u2076": [
|
|
1401
|
-
{ latin: "6", visualScore: 0.7246, source: "novel", script: "Common", codepoint: "U+2076", widthRatio: 1.5, heightRatio: 1.52 }
|
|
1402
|
-
],
|
|
1403
|
-
"\u2077": [
|
|
1404
|
-
{ latin: "7", visualScore: 0.7932, source: "novel", script: "Common", codepoint: "U+2077", widthRatio: 1.73, heightRatio: 1.68 }
|
|
1405
|
-
],
|
|
1406
|
-
"\u2078": [
|
|
1407
|
-
{ latin: "8", visualScore: 0.7523, source: "novel", script: "Common", codepoint: "U+2078", widthRatio: 1.5, heightRatio: 1.57 }
|
|
1408
|
-
],
|
|
1409
|
-
"\u2079": [
|
|
1410
|
-
{ latin: "9", visualScore: 0.7568, source: "novel", script: "Common", codepoint: "U+2079", widthRatio: 1.67, heightRatio: 1.67 }
|
|
1411
|
-
],
|
|
1412
|
-
"\u207F": [
|
|
1413
|
-
{ latin: "n", visualScore: 0.7358, source: "novel", script: "Latin", codepoint: "U+207F", widthRatio: 1, heightRatio: 1 }
|
|
1414
|
-
],
|
|
1415
|
-
"\u2084": [
|
|
1416
|
-
{ latin: "4", visualScore: 0.7248, source: "novel", script: "Common", codepoint: "U+2084", widthRatio: 1.92, heightRatio: 2.06 }
|
|
1417
|
-
],
|
|
1418
|
-
"\u2085": [
|
|
1419
|
-
{ latin: "5", visualScore: 0.7427, source: "novel", script: "Common", codepoint: "U+2085", widthRatio: 1.85, heightRatio: 1.94 }
|
|
1420
|
-
],
|
|
1421
|
-
"\u2086": [
|
|
1422
|
-
{ latin: "6", visualScore: 0.7303, source: "novel", script: "Common", codepoint: "U+2086", widthRatio: 1.56, heightRatio: 1.67 }
|
|
1423
|
-
],
|
|
1424
|
-
"\u2087": [
|
|
1425
|
-
{ latin: "7", visualScore: 0.8043, source: "novel", script: "Common", codepoint: "U+2087", widthRatio: 1.57, heightRatio: 1.63 }
|
|
1426
|
-
],
|
|
1427
|
-
"\u2088": [
|
|
1428
|
-
{ latin: "8", visualScore: 0.7709, source: "novel", script: "Common", codepoint: "U+2088", widthRatio: 1.73, heightRatio: 1.67 }
|
|
1429
|
-
],
|
|
1430
|
-
"\u2089": [
|
|
1431
|
-
{ latin: "9", visualScore: 0.7568, source: "novel", script: "Common", codepoint: "U+2089", widthRatio: 1.67, heightRatio: 1.67 }
|
|
1432
|
-
],
|
|
1433
|
-
"\u2090": [
|
|
1434
|
-
{ latin: "a", visualScore: 0.7909, source: "novel", script: "Latin", codepoint: "U+2090", widthRatio: 1.53, heightRatio: 1.5 }
|
|
1435
|
-
],
|
|
1436
|
-
"\u2091": [
|
|
1437
|
-
{ latin: "e", visualScore: 0.786, source: "novel", script: "Latin", codepoint: "U+2091", widthRatio: 1.5, heightRatio: 1.5 }
|
|
1438
|
-
],
|
|
1439
|
-
"\u2092": [
|
|
1440
|
-
{ latin: "o", visualScore: 0.8377, source: "novel", script: "Latin", codepoint: "U+2092", widthRatio: 1.5, heightRatio: 1.5 }
|
|
1441
|
-
],
|
|
1442
|
-
"\u2093": [
|
|
1443
|
-
{ latin: "x", visualScore: 0.7891, source: "novel", script: "Latin", codepoint: "U+2093", widthRatio: 1.5, heightRatio: 1.42 }
|
|
1444
|
-
],
|
|
1445
906
|
"\u2102": [
|
|
1446
907
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2102", widthRatio: 1.58, heightRatio: 1.62 }
|
|
1447
908
|
],
|
|
@@ -1497,7 +958,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1497
958
|
{ latin: "z", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2128", widthRatio: 1.27, heightRatio: 1.36 }
|
|
1498
959
|
],
|
|
1499
960
|
"\u212A": [
|
|
1500
|
-
{ latin: "k", visualScore:
|
|
961
|
+
{ latin: "k", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+212A", widthRatio: 1, heightRatio: 1 }
|
|
1501
962
|
],
|
|
1502
963
|
"\u212C": [
|
|
1503
964
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+212C", widthRatio: 1.15, heightRatio: 1.24 }
|
|
@@ -1548,49 +1009,46 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1548
1009
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+2160", widthRatio: 1, heightRatio: 1 }
|
|
1549
1010
|
],
|
|
1550
1011
|
"\u2164": [
|
|
1551
|
-
{ latin: "v", visualScore:
|
|
1012
|
+
{ latin: "v", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+2164", widthRatio: 1, heightRatio: 1 }
|
|
1552
1013
|
],
|
|
1553
1014
|
"\u2169": [
|
|
1554
|
-
{ latin: "x", visualScore:
|
|
1015
|
+
{ latin: "x", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+2169", widthRatio: 1, heightRatio: 1 }
|
|
1555
1016
|
],
|
|
1556
1017
|
"\u216C": [
|
|
1557
|
-
{ latin: "l", visualScore:
|
|
1018
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+216C", widthRatio: 1, heightRatio: 1 }
|
|
1558
1019
|
],
|
|
1559
1020
|
"\u216D": [
|
|
1560
|
-
{ latin: "c", visualScore:
|
|
1021
|
+
{ latin: "c", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+216D", widthRatio: 1, heightRatio: 1 }
|
|
1561
1022
|
],
|
|
1562
1023
|
"\u216E": [
|
|
1563
|
-
{ latin: "d", visualScore:
|
|
1024
|
+
{ latin: "d", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+216E", widthRatio: 1, heightRatio: 1 }
|
|
1564
1025
|
],
|
|
1565
1026
|
"\u216F": [
|
|
1566
|
-
{ latin: "m", visualScore:
|
|
1027
|
+
{ latin: "m", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+216F", widthRatio: 1, heightRatio: 1 }
|
|
1567
1028
|
],
|
|
1568
1029
|
"\u2170": [
|
|
1569
|
-
{ latin: "i", visualScore:
|
|
1030
|
+
{ latin: "i", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+2170", widthRatio: 1, heightRatio: 1 }
|
|
1570
1031
|
],
|
|
1571
1032
|
"\u2174": [
|
|
1572
|
-
{ latin: "v", visualScore:
|
|
1033
|
+
{ latin: "v", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+2174", widthRatio: 1, heightRatio: 1 }
|
|
1573
1034
|
],
|
|
1574
1035
|
"\u2179": [
|
|
1575
|
-
{ latin: "x", visualScore:
|
|
1036
|
+
{ latin: "x", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+2179", widthRatio: 1, heightRatio: 1 }
|
|
1576
1037
|
],
|
|
1577
1038
|
"\u217C": [
|
|
1578
|
-
{ latin: "l", visualScore:
|
|
1039
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+217C", widthRatio: 1, heightRatio: 1 }
|
|
1579
1040
|
],
|
|
1580
1041
|
"\u217D": [
|
|
1581
|
-
{ latin: "c", visualScore:
|
|
1042
|
+
{ latin: "c", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+217D", widthRatio: 1, heightRatio: 1 }
|
|
1582
1043
|
],
|
|
1583
1044
|
"\u217E": [
|
|
1584
|
-
{ latin: "d", visualScore:
|
|
1585
|
-
],
|
|
1586
|
-
"\u217F": [
|
|
1587
|
-
{ latin: "m", visualScore: 0.9732, source: "novel", script: "Latin", codepoint: "U+217F", widthRatio: 1, heightRatio: 1 }
|
|
1045
|
+
{ latin: "d", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+217E", widthRatio: 1, heightRatio: 1 }
|
|
1588
1046
|
],
|
|
1589
1047
|
"\u2223": [
|
|
1590
|
-
{ latin: "l", visualScore:
|
|
1048
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+2223", widthRatio: 1, heightRatio: 1.02 }
|
|
1591
1049
|
],
|
|
1592
1050
|
"\u2228": [
|
|
1593
|
-
{ latin: "v", visualScore: 0.
|
|
1051
|
+
{ latin: "v", visualScore: 0.1875, source: "tr39", script: "Common", codepoint: "U+2228", widthRatio: 1, heightRatio: 1 }
|
|
1594
1052
|
],
|
|
1595
1053
|
"\u222A": [
|
|
1596
1054
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+222A", widthRatio: 1.18, heightRatio: 1.11 }
|
|
@@ -1617,7 +1075,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1617
1075
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+237A", widthRatio: 1.21, heightRatio: 1.37 }
|
|
1618
1076
|
],
|
|
1619
1077
|
"\u23FD": [
|
|
1620
|
-
{ latin: "l", visualScore: 0.
|
|
1078
|
+
{ latin: "l", visualScore: 0.2857, source: "tr39", script: "Common", codepoint: "U+23FD", widthRatio: 1.25, heightRatio: 1.12 },
|
|
1079
|
+
{ latin: "i", visualScore: 0.1905, source: "novel", script: "Common", codepoint: "U+23FD", widthRatio: null, heightRatio: null }
|
|
1621
1080
|
],
|
|
1622
1081
|
"\u2573": [
|
|
1623
1082
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+2573", widthRatio: 1.04, heightRatio: 1.1 }
|
|
@@ -1634,45 +1093,23 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1634
1093
|
"\u2A2F": [
|
|
1635
1094
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+2A2F", widthRatio: 1.69, heightRatio: 1.56 }
|
|
1636
1095
|
],
|
|
1637
|
-
"\u2C0F": [
|
|
1638
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C0F", widthRatio: 1.28, heightRatio: 1.29 }
|
|
1639
|
-
],
|
|
1640
|
-
"\u2C13": [
|
|
1641
|
-
{ latin: "b", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C13", widthRatio: 1.2, heightRatio: 1.2 }
|
|
1642
|
-
],
|
|
1643
|
-
"\u2C22": [
|
|
1644
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C22", widthRatio: 1.29, heightRatio: 1.34 }
|
|
1645
|
-
],
|
|
1646
|
-
"\u2C2C": [
|
|
1647
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C2C", widthRatio: 1.09, heightRatio: 1.35 }
|
|
1648
|
-
],
|
|
1649
|
-
"\u2C43": [
|
|
1650
|
-
{ latin: "b", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C43", widthRatio: 1.5, heightRatio: 1.56 }
|
|
1651
|
-
],
|
|
1652
|
-
"\u2C7A": [
|
|
1653
|
-
{ latin: "o", visualScore: 0.7028, source: "novel", script: "Latin", codepoint: "U+2C7A", widthRatio: 1, heightRatio: 1 }
|
|
1654
|
-
],
|
|
1655
1096
|
"\u2C82": [
|
|
1656
1097
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2C82", widthRatio: 1.39, heightRatio: 1.52 }
|
|
1657
1098
|
],
|
|
1658
1099
|
"\u2C85": [
|
|
1659
|
-
{ latin: "r", visualScore:
|
|
1100
|
+
{ latin: "r", visualScore: 0.1429, source: "tr39", script: "Other", codepoint: "U+2C85", widthRatio: 1.07, heightRatio: 1 }
|
|
1660
1101
|
],
|
|
1661
1102
|
"\u2C8E": [
|
|
1662
1103
|
{ latin: "h", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2C8E", widthRatio: 1.08, heightRatio: 1.21 }
|
|
1663
1104
|
],
|
|
1664
|
-
"\u2C8F": [
|
|
1665
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C8F", widthRatio: 1.04, heightRatio: 1.23 }
|
|
1666
|
-
],
|
|
1667
1105
|
"\u2C91": [
|
|
1668
|
-
{ latin: "e", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C91", widthRatio: 1.04, heightRatio: 1 }
|
|
1669
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C91", widthRatio: 1.04, heightRatio: 1 }
|
|
1106
|
+
{ latin: "e", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+2C91", widthRatio: 1.04, heightRatio: 1 }
|
|
1670
1107
|
],
|
|
1671
1108
|
"\u2C92": [
|
|
1672
|
-
{ latin: "l", visualScore:
|
|
1109
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2C92", widthRatio: 1, heightRatio: 1 }
|
|
1673
1110
|
],
|
|
1674
1111
|
"\u2C93": [
|
|
1675
|
-
{ latin: "i", visualScore: 0, source: "tr39", script: "Other", codepoint: "U+2C93", widthRatio: 1.2, heightRatio: 1.22 }
|
|
1112
|
+
{ latin: "i", visualScore: 0.1429, source: "tr39", script: "Other", codepoint: "U+2C93", widthRatio: 1.2, heightRatio: 1.22 }
|
|
1676
1113
|
],
|
|
1677
1114
|
"\u2C94": [
|
|
1678
1115
|
{ latin: "k", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2C94", widthRatio: 1.08, heightRatio: 1.59 }
|
|
@@ -1683,9 +1120,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1683
1120
|
"\u2C9A": [
|
|
1684
1121
|
{ latin: "n", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2C9A", widthRatio: 1.27, heightRatio: 1.52 }
|
|
1685
1122
|
],
|
|
1686
|
-
"\u2C9B": [
|
|
1687
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2C9B", widthRatio: 1.13, heightRatio: 1.23 }
|
|
1688
|
-
],
|
|
1689
1123
|
"\u2C9C": [
|
|
1690
1124
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2C9C", widthRatio: 1.37, heightRatio: 1.11 }
|
|
1691
1125
|
],
|
|
@@ -1693,10 +1127,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1693
1127
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2C9E", widthRatio: 1.5, heightRatio: 1.71 }
|
|
1694
1128
|
],
|
|
1695
1129
|
"\u2C9F": [
|
|
1696
|
-
{ latin: "o", visualScore:
|
|
1697
|
-
],
|
|
1698
|
-
"\u2CA1": [
|
|
1699
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CA1", widthRatio: 1.05, heightRatio: 1.04 }
|
|
1130
|
+
{ latin: "o", visualScore: 0.4286, source: "tr39", script: "Other", codepoint: "U+2C9F", widthRatio: 1.04, heightRatio: 1 }
|
|
1700
1131
|
],
|
|
1701
1132
|
"\u2CA2": [
|
|
1702
1133
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CA2", widthRatio: 1.04, heightRatio: 1.03 }
|
|
@@ -1708,7 +1139,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1708
1139
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CA4", widthRatio: 1.23, heightRatio: 1.24 }
|
|
1709
1140
|
],
|
|
1710
1141
|
"\u2CA5": [
|
|
1711
|
-
{ latin: "c", visualScore:
|
|
1142
|
+
{ latin: "c", visualScore: 0.1905, source: "tr39", script: "Other", codepoint: "U+2CA5", widthRatio: 1.11, heightRatio: 1.04 }
|
|
1712
1143
|
],
|
|
1713
1144
|
"\u2CA6": [
|
|
1714
1145
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CA6", widthRatio: 1.26, heightRatio: 1.21 }
|
|
@@ -1723,7 +1154,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1723
1154
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CAC", widthRatio: 1.27, heightRatio: 1.4 }
|
|
1724
1155
|
],
|
|
1725
1156
|
"\u2CAD": [
|
|
1726
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CAD", widthRatio: 1.04, heightRatio: 1 }
|
|
1157
|
+
{ latin: "x", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+2CAD", widthRatio: 1.04, heightRatio: 1 }
|
|
1727
1158
|
],
|
|
1728
1159
|
"\u2CBD": [
|
|
1729
1160
|
{ latin: "w", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CBD", widthRatio: 1.12, heightRatio: 1 }
|
|
@@ -1731,15 +1162,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1731
1162
|
"\u2CC4": [
|
|
1732
1163
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CC4", widthRatio: 1.04, heightRatio: 1 }
|
|
1733
1164
|
],
|
|
1734
|
-
"\u2CC5": [
|
|
1735
|
-
{ latin: "3", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CC5", widthRatio: 1.21, heightRatio: 1.03 }
|
|
1736
|
-
],
|
|
1737
|
-
"\u2CC6": [
|
|
1738
|
-
{ latin: "7", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CC6", widthRatio: 1.1, heightRatio: 1 }
|
|
1739
|
-
],
|
|
1740
|
-
"\u2CC7": [
|
|
1741
|
-
{ latin: "7", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CC7", widthRatio: 1.28, heightRatio: 1.3 }
|
|
1742
|
-
],
|
|
1743
1165
|
"\u2CCA": [
|
|
1744
1166
|
{ latin: "9", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CCA", widthRatio: 1.04, heightRatio: 1.03 }
|
|
1745
1167
|
],
|
|
@@ -1764,76 +1186,47 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1764
1186
|
"\u2CD3": [
|
|
1765
1187
|
{ latin: "6", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CD3", widthRatio: 1.08, heightRatio: 1 }
|
|
1766
1188
|
],
|
|
1767
|
-
"\u2CD8": [
|
|
1768
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CD8", widthRatio: 1.23, heightRatio: 1.25 }
|
|
1769
|
-
],
|
|
1770
|
-
"\u2CD9": [
|
|
1771
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CD9", widthRatio: 1.05, heightRatio: 1.04 }
|
|
1772
|
-
],
|
|
1773
1189
|
"\u2CDC": [
|
|
1774
1190
|
{ latin: "6", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+2CDC", widthRatio: 1, heightRatio: 1.05 }
|
|
1775
1191
|
],
|
|
1776
|
-
"\u2CDF": [
|
|
1777
|
-
{ latin: "r", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2CDF", widthRatio: 1.06, heightRatio: 1.04 }
|
|
1778
|
-
],
|
|
1779
|
-
"\u2D30": [
|
|
1780
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D30", widthRatio: 1.42, heightRatio: 1.42 }
|
|
1781
|
-
],
|
|
1782
|
-
"\u2D31": [
|
|
1783
|
-
{ latin: "e", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D31", widthRatio: 1.38, heightRatio: 1.33 }
|
|
1784
|
-
],
|
|
1785
|
-
"\u2D33": [
|
|
1786
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D33", widthRatio: 1.2, heightRatio: 1.4 }
|
|
1787
|
-
],
|
|
1788
|
-
"\u2D34": [
|
|
1789
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D34", widthRatio: 1.2, heightRatio: 1.3 }
|
|
1790
|
-
],
|
|
1791
|
-
"\u2D35": [
|
|
1792
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D35", widthRatio: 1.16, heightRatio: 1.4 }
|
|
1793
|
-
],
|
|
1794
|
-
"\u2D36": [
|
|
1795
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D36", widthRatio: 5, heightRatio: 1.06 },
|
|
1796
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D36", widthRatio: 3.13, heightRatio: 1.4 }
|
|
1797
|
-
],
|
|
1798
1192
|
"\u2D38": [
|
|
1799
|
-
{ latin: "v", visualScore:
|
|
1193
|
+
{ latin: "v", visualScore: 0.4286, source: "tr39", script: "Other", codepoint: "U+2D38", widthRatio: 1.36, heightRatio: 1.4 }
|
|
1800
1194
|
],
|
|
1801
1195
|
"\u2D39": [
|
|
1802
|
-
{ latin: "e", visualScore:
|
|
1803
|
-
],
|
|
1804
|
-
"\u2D42": [
|
|
1805
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D42", widthRatio: 1.4, heightRatio: 1.12 },
|
|
1806
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D42", widthRatio: 1.14, heightRatio: 1.32 },
|
|
1807
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D42", widthRatio: 1.4, heightRatio: 1.06 }
|
|
1196
|
+
{ latin: "e", visualScore: 0.5238, source: "tr39", script: "Other", codepoint: "U+2D39", widthRatio: 1.1, heightRatio: 1.3 }
|
|
1808
1197
|
],
|
|
1809
1198
|
"\u2D4A": [
|
|
1810
|
-
{ latin: "
|
|
1811
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D4A", widthRatio: 1.1, heightRatio: 1.21 }
|
|
1199
|
+
{ latin: "i", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+2D4A", widthRatio: null, heightRatio: null }
|
|
1812
1200
|
],
|
|
1813
1201
|
"\u2D4F": [
|
|
1814
|
-
{ latin: "l", visualScore: 0, source: "tr39", script: "Other", codepoint: "U+2D4F", widthRatio: 1, heightRatio: 1 }
|
|
1815
|
-
|
|
1816
|
-
"\u2D51": [
|
|
1817
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D51", widthRatio: 1.4, heightRatio: 1.06 },
|
|
1818
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D51", widthRatio: 1.14, heightRatio: 1.4 },
|
|
1819
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D51", widthRatio: 1.4, heightRatio: 1 },
|
|
1820
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D51", widthRatio: 2, heightRatio: 1 }
|
|
1202
|
+
{ latin: "l", visualScore: 0.4286, source: "tr39", script: "Other", codepoint: "U+2D4F", widthRatio: 1, heightRatio: 1 },
|
|
1203
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+2D4F", widthRatio: null, heightRatio: null }
|
|
1821
1204
|
],
|
|
1822
1205
|
"\u2D54": [
|
|
1823
|
-
{ latin: "o", visualScore:
|
|
1206
|
+
{ latin: "o", visualScore: 0.5238, source: "tr39", script: "Other", codepoint: "U+2D54", widthRatio: 1.38, heightRatio: 1.44 }
|
|
1824
1207
|
],
|
|
1825
1208
|
"\u2D55": [
|
|
1826
|
-
{ latin: "q", visualScore:
|
|
1209
|
+
{ latin: "q", visualScore: 0.1905, source: "tr39", script: "Other", codepoint: "U+2D55", widthRatio: 1.26, heightRatio: 1.42 }
|
|
1827
1210
|
],
|
|
1828
1211
|
"\u2D5D": [
|
|
1829
|
-
{ latin: "x", visualScore:
|
|
1830
|
-
],
|
|
1831
|
-
"\u2D61": [
|
|
1832
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+2D61", widthRatio: 1.37, heightRatio: 1.35 }
|
|
1212
|
+
{ latin: "x", visualScore: 0.4762, source: "tr39", script: "Other", codepoint: "U+2D5D", widthRatio: 1.32, heightRatio: 1.4 }
|
|
1833
1213
|
],
|
|
1834
1214
|
"\u3007": [
|
|
1835
1215
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Han", codepoint: "U+3007", widthRatio: 1.91, heightRatio: 1.87 }
|
|
1836
1216
|
],
|
|
1217
|
+
"\u4E28": [
|
|
1218
|
+
{ latin: "i", visualScore: 0.1952, source: "novel", script: "Han", codepoint: "U+4E28", widthRatio: 1.2, heightRatio: 1.33 },
|
|
1219
|
+
{ latin: "l", visualScore: 0.1905, source: "novel", script: "Han", codepoint: "U+4E28", widthRatio: 1.2, heightRatio: 1.26 }
|
|
1220
|
+
],
|
|
1221
|
+
"\u4E85": [
|
|
1222
|
+
{ latin: "j", visualScore: 0.1376, source: "novel", script: "Han", codepoint: "U+4E85", widthRatio: null, heightRatio: null }
|
|
1223
|
+
],
|
|
1224
|
+
"\uA024": [
|
|
1225
|
+
{ latin: "i", visualScore: 0.3016, source: "novel", script: "Other", codepoint: "U+A024", widthRatio: 3.4, heightRatio: 1.06 }
|
|
1226
|
+
],
|
|
1227
|
+
"\uA254": [
|
|
1228
|
+
{ latin: "c", visualScore: 0.1111, source: "novel", script: "Other", codepoint: "U+A254", widthRatio: null, heightRatio: null }
|
|
1229
|
+
],
|
|
1837
1230
|
"\uA4D0": [
|
|
1838
1231
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4D0", widthRatio: 1.39, heightRatio: 1.52 }
|
|
1839
1232
|
],
|
|
@@ -1841,7 +1234,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1841
1234
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4D1", widthRatio: 1.04, heightRatio: 1.03 }
|
|
1842
1235
|
],
|
|
1843
1236
|
"\uA4D2": [
|
|
1844
|
-
{ latin: "d", visualScore:
|
|
1237
|
+
{ latin: "d", visualScore: 0.2143, source: "tr39", script: "Other", codepoint: "U+A4D2", widthRatio: 1.04, heightRatio: 1.03 }
|
|
1845
1238
|
],
|
|
1846
1239
|
"\uA4D3": [
|
|
1847
1240
|
{ latin: "d", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4D3", widthRatio: 1.26, heightRatio: 1.59 }
|
|
@@ -1849,10 +1242,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1849
1242
|
"\uA4D4": [
|
|
1850
1243
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4D4", widthRatio: 1.17, heightRatio: 1.21 }
|
|
1851
1244
|
],
|
|
1852
|
-
"\uA4D5": [
|
|
1853
|
-
{ latin: "l", visualScore: 0.861, source: "novel", script: "Other", codepoint: "U+A4D5", widthRatio: 6, heightRatio: 1.03 },
|
|
1854
|
-
{ latin: "i", visualScore: 0.7979, source: "novel", script: "Other", codepoint: "U+A4D5", widthRatio: 6, heightRatio: 1 }
|
|
1855
|
-
],
|
|
1856
1245
|
"\uA4D6": [
|
|
1857
1246
|
{ latin: "g", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4D6", widthRatio: 1.36, heightRatio: 1.5 }
|
|
1858
1247
|
],
|
|
@@ -1886,6 +1275,9 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1886
1275
|
"\uA4E3": [
|
|
1887
1276
|
{ latin: "r", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4E3", widthRatio: 1.19, heightRatio: 1.52 }
|
|
1888
1277
|
],
|
|
1278
|
+
"\uA4E5": [
|
|
1279
|
+
{ latin: "a", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+A4E5", widthRatio: null, heightRatio: null }
|
|
1280
|
+
],
|
|
1889
1281
|
"\uA4E6": [
|
|
1890
1282
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4E6", widthRatio: 1.32, heightRatio: 1.4 }
|
|
1891
1283
|
],
|
|
@@ -1908,7 +1300,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1908
1300
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4F0", widthRatio: 1, heightRatio: 1.3 }
|
|
1909
1301
|
],
|
|
1910
1302
|
"\uA4F2": [
|
|
1911
|
-
{ latin: "l", visualScore:
|
|
1303
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4F2", widthRatio: 1, heightRatio: 1 },
|
|
1304
|
+
{ latin: "i", visualScore: 1, source: "novel", script: "Other", codepoint: "U+A4F2", widthRatio: null, heightRatio: null }
|
|
1912
1305
|
],
|
|
1913
1306
|
"\uA4F3": [
|
|
1914
1307
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4F3", widthRatio: 1.28, heightRatio: 1.43 }
|
|
@@ -1916,42 +1309,27 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1916
1309
|
"\uA4F4": [
|
|
1917
1310
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+A4F4", widthRatio: 1.35, heightRatio: 1.46 }
|
|
1918
1311
|
],
|
|
1919
|
-
"\uA4F5": [
|
|
1920
|
-
{ latin: "n", visualScore: 0.6743, source: "novel", script: "Other", codepoint: "U+A4F5", widthRatio: 1.29, heightRatio: 1.38 }
|
|
1921
|
-
],
|
|
1922
1312
|
"\uA50B": [
|
|
1923
|
-
{ latin: "
|
|
1924
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A50B", widthRatio: 3.75, heightRatio: 1.4 },
|
|
1925
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A50B", widthRatio: 1.36, heightRatio: 1.09 },
|
|
1926
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A50B", widthRatio: 1.3, heightRatio: 1.21 }
|
|
1313
|
+
{ latin: "t", visualScore: 0.2857, source: "novel", script: "Other", codepoint: "U+A50B", widthRatio: 1.3, heightRatio: 1.21 }
|
|
1927
1314
|
],
|
|
1928
1315
|
"\uA543": [
|
|
1929
|
-
{ latin: "6", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A543", widthRatio: 1, heightRatio: 1.06 }
|
|
1316
|
+
{ latin: "6", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+A543", widthRatio: 1, heightRatio: 1.06 }
|
|
1930
1317
|
],
|
|
1931
|
-
"\
|
|
1932
|
-
{ latin: "
|
|
1318
|
+
"\uA557": [
|
|
1319
|
+
{ latin: "b", visualScore: 0.2857, source: "novel", script: "Other", codepoint: "U+A557", widthRatio: null, heightRatio: null }
|
|
1933
1320
|
],
|
|
1934
1321
|
"\uA56F": [
|
|
1935
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A56F", widthRatio: 4.8, heightRatio: 1.06 }
|
|
1936
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A56F", widthRatio: 3, heightRatio: 1.4 },
|
|
1937
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A56F", widthRatio: 1.09, heightRatio: 1.09 },
|
|
1938
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A56F", widthRatio: 1.04, heightRatio: 1.21 }
|
|
1322
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+A56F", widthRatio: 4.8, heightRatio: 1.06 }
|
|
1939
1323
|
],
|
|
1940
1324
|
"\uA576": [
|
|
1941
|
-
{ latin: "
|
|
1942
|
-
{ latin: "s", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A576", widthRatio: 1.53, heightRatio: 1.57 }
|
|
1325
|
+
{ latin: "s", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+A576", widthRatio: 1.53, heightRatio: 1.57 }
|
|
1943
1326
|
],
|
|
1944
|
-
"\
|
|
1945
|
-
{ latin: "
|
|
1327
|
+
"\uA5CB": [
|
|
1328
|
+
{ latin: "e", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+A5CB", widthRatio: null, heightRatio: null }
|
|
1946
1329
|
],
|
|
1947
1330
|
"\uA621": [
|
|
1948
|
-
{ latin: "
|
|
1949
|
-
{ latin: "
|
|
1950
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A621", widthRatio: 1, heightRatio: 1 },
|
|
1951
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A621", widthRatio: 2.8, heightRatio: 1 }
|
|
1952
|
-
],
|
|
1953
|
-
"\uA628": [
|
|
1954
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A628", widthRatio: 1.16, heightRatio: 1.13 }
|
|
1331
|
+
{ latin: "l", visualScore: 0.381, source: "novel", script: "Common", codepoint: "U+A621", widthRatio: 1, heightRatio: 1 },
|
|
1332
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+A621", widthRatio: 1, heightRatio: 1.06 }
|
|
1955
1333
|
],
|
|
1956
1334
|
"\uA644": [
|
|
1957
1335
|
{ latin: "2", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+A644", widthRatio: 1.08, heightRatio: 1.05 }
|
|
@@ -1960,30 +1338,19 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1960
1338
|
{ latin: "i", visualScore: 1, source: "tr39", script: "Cyrillic", codepoint: "U+A647", widthRatio: 1.4, heightRatio: 1.68 }
|
|
1961
1339
|
],
|
|
1962
1340
|
"\uA6C9": [
|
|
1963
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A6C9", widthRatio: 1.19, heightRatio: 1.3 }
|
|
1341
|
+
{ latin: "z", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+A6C9", widthRatio: 1.19, heightRatio: 1.3 }
|
|
1964
1342
|
],
|
|
1965
|
-
"\
|
|
1966
|
-
{ latin: "
|
|
1343
|
+
"\uA6CE": [
|
|
1344
|
+
{ latin: "a", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+A6CE", widthRatio: null, heightRatio: null }
|
|
1967
1345
|
],
|
|
1968
1346
|
"\uA6DF": [
|
|
1969
|
-
{ latin: "v", visualScore:
|
|
1970
|
-
],
|
|
1971
|
-
"\uA6EC": [
|
|
1972
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A6EC", widthRatio: 2.5, heightRatio: 1.4 },
|
|
1973
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A6EC", widthRatio: 4, heightRatio: 1 }
|
|
1347
|
+
{ latin: "v", visualScore: 0.4286, source: "tr39", script: "Other", codepoint: "U+A6DF", widthRatio: 1.32, heightRatio: 1.4 }
|
|
1974
1348
|
],
|
|
1975
1349
|
"\uA6EF": [
|
|
1976
1350
|
{ latin: "2", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+A6EF", widthRatio: 1.05, heightRatio: 1.06 }
|
|
1977
1351
|
],
|
|
1978
1352
|
"\uA731": [
|
|
1979
|
-
{ latin: "s", visualScore:
|
|
1980
|
-
],
|
|
1981
|
-
"\uA743": [
|
|
1982
|
-
{ latin: "k", visualScore: 0.8592, source: "novel", script: "Latin", codepoint: "U+A743", widthRatio: 1, heightRatio: 1 }
|
|
1983
|
-
],
|
|
1984
|
-
"\uA749": [
|
|
1985
|
-
{ latin: "l", visualScore: 0.786, source: "novel", script: "Latin", codepoint: "U+A749", widthRatio: 2.8, heightRatio: 1 },
|
|
1986
|
-
{ latin: "i", visualScore: 0.7409, source: "novel", script: "Latin", codepoint: "U+A749", widthRatio: 2.8, heightRatio: 1.03 }
|
|
1353
|
+
{ latin: "s", visualScore: 0.75, source: "tr39", script: "Latin", codepoint: "U+A731", widthRatio: 1, heightRatio: 1 }
|
|
1987
1354
|
],
|
|
1988
1355
|
"\uA75A": [
|
|
1989
1356
|
{ latin: "2", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+A75A", widthRatio: 1.04, heightRatio: 1.03 }
|
|
@@ -1991,30 +1358,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
1991
1358
|
"\uA76A": [
|
|
1992
1359
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+A76A", widthRatio: 1.04, heightRatio: 1.23 }
|
|
1993
1360
|
],
|
|
1994
|
-
"\uA76C": [
|
|
1995
|
-
{ latin: "f", visualScore: 0.7236, source: "novel", script: "Latin", codepoint: "U+A76C", widthRatio: 1.47, heightRatio: 1 }
|
|
1996
|
-
],
|
|
1997
1361
|
"\uA76E": [
|
|
1998
|
-
{ latin: "9", visualScore:
|
|
1999
|
-
],
|
|
2000
|
-
"\uA76F": [
|
|
2001
|
-
{ latin: "9", visualScore: 0.9583, source: "novel", script: "Latin", codepoint: "U+A76F", widthRatio: 1, heightRatio: 1 }
|
|
2002
|
-
],
|
|
2003
|
-
"\uA770": [
|
|
2004
|
-
{ latin: "9", visualScore: 0.8288, source: "novel", script: "Latin", codepoint: "U+A770", widthRatio: 1.32, heightRatio: 1.38 }
|
|
2005
|
-
],
|
|
2006
|
-
"\uA771": [
|
|
2007
|
-
{ latin: "d", visualScore: 0.985, source: "novel", script: "Latin", codepoint: "U+A771", widthRatio: 1.04, heightRatio: 1 }
|
|
2008
|
-
],
|
|
2009
|
-
"\uA779": [
|
|
2010
|
-
{ latin: "o", visualScore: 0.7814, source: "novel", script: "Latin", codepoint: "U+A779", widthRatio: 1.32, heightRatio: 1.43 }
|
|
2011
|
-
],
|
|
2012
|
-
"\uA781": [
|
|
2013
|
-
{ latin: "l", visualScore: 0.9856, source: "novel", script: "Latin", codepoint: "U+A781", widthRatio: 1, heightRatio: 1.03 },
|
|
2014
|
-
{ latin: "i", visualScore: 0.9222, source: "novel", script: "Latin", codepoint: "U+A781", widthRatio: 1, heightRatio: 1.05 }
|
|
2015
|
-
],
|
|
2016
|
-
"\uA78B": [
|
|
2017
|
-
{ latin: "l", visualScore: 0.738, source: "novel", script: "Latin", codepoint: "U+A78B", widthRatio: 1.4, heightRatio: 1.36 }
|
|
1362
|
+
{ latin: "9", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+A76E", widthRatio: 1, heightRatio: 1 }
|
|
2018
1363
|
],
|
|
2019
1364
|
"\uA798": [
|
|
2020
1365
|
{ latin: "f", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+A798", widthRatio: null, heightRatio: null }
|
|
@@ -2025,15 +1370,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2025
1370
|
"\uA79F": [
|
|
2026
1371
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+A79F", widthRatio: null, heightRatio: null }
|
|
2027
1372
|
],
|
|
2028
|
-
"\uA7A1": [
|
|
2029
|
-
{ latin: "g", visualScore: 0.8138, source: "novel", script: "Latin", codepoint: "U+A7A1", widthRatio: 1.33, heightRatio: 1 }
|
|
2030
|
-
],
|
|
2031
|
-
"\uA7A5": [
|
|
2032
|
-
{ latin: "n", visualScore: 0.7087, source: "novel", script: "Latin", codepoint: "U+A7A5", widthRatio: 1.23, heightRatio: 1 }
|
|
2033
|
-
],
|
|
2034
|
-
"\uA7A9": [
|
|
2035
|
-
{ latin: "s", visualScore: 0.7327, source: "novel", script: "Latin", codepoint: "U+A7A9", widthRatio: 1.18, heightRatio: 1 }
|
|
2036
|
-
],
|
|
2037
1373
|
"\uA7AB": [
|
|
2038
1374
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+A7AB", widthRatio: null, heightRatio: null }
|
|
2039
1375
|
],
|
|
@@ -2046,59 +1382,21 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2046
1382
|
"\uA7B4": [
|
|
2047
1383
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+A7B4", widthRatio: null, heightRatio: null }
|
|
2048
1384
|
],
|
|
2049
|
-
"\uA7FE": [
|
|
2050
|
-
{ latin: "l", visualScore: 0.9983, source: "novel", script: "Latin", codepoint: "U+A7FE", widthRatio: 1.2, heightRatio: 1.21 },
|
|
2051
|
-
{ latin: "i", visualScore: 0.935, source: "novel", script: "Latin", codepoint: "U+A7FE", widthRatio: 1.2, heightRatio: 1.24 }
|
|
2052
|
-
],
|
|
2053
1385
|
"\uA830": [
|
|
2054
|
-
{ latin: "
|
|
2055
|
-
{ latin: "
|
|
2056
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A830", widthRatio: 1, heightRatio: 1.13 },
|
|
2057
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A830", widthRatio: 2.8, heightRatio: 1.21 }
|
|
2058
|
-
],
|
|
2059
|
-
"\uA872": [
|
|
2060
|
-
{ latin: "f", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A872", widthRatio: 1.27, heightRatio: 1.09 },
|
|
2061
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A872", widthRatio: 1.2, heightRatio: 1.14 }
|
|
1386
|
+
{ latin: "l", visualScore: 1, source: "novel", script: "Common", codepoint: "U+A830", widthRatio: 1, heightRatio: 1.13 },
|
|
1387
|
+
{ latin: "i", visualScore: 0.2698, source: "novel", script: "Common", codepoint: "U+A830", widthRatio: 1, heightRatio: 1.06 }
|
|
2062
1388
|
],
|
|
2063
1389
|
"\uA89D": [
|
|
2064
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A89D", widthRatio: 1.17, heightRatio: 1.22 }
|
|
2065
|
-
],
|
|
2066
|
-
"\uA900": [
|
|
2067
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A900", widthRatio: 1.32, heightRatio: 1.17 }
|
|
2068
|
-
],
|
|
2069
|
-
"\uA902": [
|
|
2070
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A902", widthRatio: 1.07, heightRatio: 1 }
|
|
2071
|
-
],
|
|
2072
|
-
"\uA908": [
|
|
2073
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A908", widthRatio: 1.12, heightRatio: 1.04 }
|
|
2074
|
-
],
|
|
2075
|
-
"\uA909": [
|
|
2076
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A909", widthRatio: 1.12, heightRatio: 1.04 }
|
|
2077
|
-
],
|
|
2078
|
-
"\uA90D": [
|
|
2079
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A90D", widthRatio: 1.32, heightRatio: 1.17 }
|
|
2080
|
-
],
|
|
2081
|
-
"\uA91A": [
|
|
2082
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+A91A", widthRatio: 1.26, heightRatio: 1.41 }
|
|
1390
|
+
{ latin: "o", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+A89D", widthRatio: 1.17, heightRatio: 1.22 }
|
|
2083
1391
|
],
|
|
2084
|
-
"\
|
|
2085
|
-
{ latin: "
|
|
1392
|
+
"\uA8D0": [
|
|
1393
|
+
{ latin: "o", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+A8D0", widthRatio: null, heightRatio: null }
|
|
2086
1394
|
],
|
|
2087
1395
|
"\uA9D0": [
|
|
2088
|
-
{ latin: "
|
|
2089
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+A9D0", widthRatio: 1.04, heightRatio: 1 }
|
|
2090
|
-
],
|
|
2091
|
-
"\uAA50": [
|
|
2092
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Common", codepoint: "U+AA50", widthRatio: 1.37, heightRatio: 1.5 },
|
|
2093
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+AA50", widthRatio: 1.08, heightRatio: 1.11 }
|
|
2094
|
-
],
|
|
2095
|
-
"\uAA92": [
|
|
2096
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+AA92", widthRatio: 1.04, heightRatio: 1 }
|
|
1396
|
+
{ latin: "o", visualScore: 0.4286, source: "novel", script: "Common", codepoint: "U+A9D0", widthRatio: 1.04, heightRatio: 1 }
|
|
2097
1397
|
],
|
|
2098
1398
|
"\uAAB1": [
|
|
2099
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+AAB1", widthRatio: 1.4, heightRatio: 1.22 }
|
|
2100
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+AAB1", widthRatio: 1.14, heightRatio: 1.81 },
|
|
2101
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+AAB1", widthRatio: 1.4, heightRatio: 1.3 }
|
|
1399
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+AAB1", widthRatio: 1.4, heightRatio: 1.22 }
|
|
2102
1400
|
],
|
|
2103
1401
|
"\uAB32": [
|
|
2104
1402
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+AB32", widthRatio: null, heightRatio: null }
|
|
@@ -2118,6 +1416,9 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2118
1416
|
"\uAB4E": [
|
|
2119
1417
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+AB4E", widthRatio: null, heightRatio: null }
|
|
2120
1418
|
],
|
|
1419
|
+
"\uAB51": [
|
|
1420
|
+
{ latin: "m", visualScore: 1, source: "novel", script: "Latin", codepoint: "U+AB51", widthRatio: null, heightRatio: null }
|
|
1421
|
+
],
|
|
2121
1422
|
"\uAB52": [
|
|
2122
1423
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+AB52", widthRatio: null, heightRatio: null }
|
|
2123
1424
|
],
|
|
@@ -2125,38 +1426,28 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2125
1426
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+AB5A", widthRatio: null, heightRatio: null }
|
|
2126
1427
|
],
|
|
2127
1428
|
"\uAB75": [
|
|
2128
|
-
{ latin: "i", visualScore:
|
|
1429
|
+
{ latin: "i", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+AB75", widthRatio: 1.14, heightRatio: 1.56 }
|
|
2129
1430
|
],
|
|
2130
1431
|
"\uAB81": [
|
|
2131
1432
|
{ latin: "r", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+AB81", widthRatio: 1.13, heightRatio: 1 }
|
|
2132
1433
|
],
|
|
2133
1434
|
"\uAB83": [
|
|
2134
|
-
{ latin: "w", visualScore:
|
|
2135
|
-
],
|
|
2136
|
-
"\uAB8E": [
|
|
2137
|
-
{ latin: "e", visualScore: 0.7513, source: "novel", script: "Cherokee", codepoint: "U+AB8E", widthRatio: 1, heightRatio: 1 }
|
|
1435
|
+
{ latin: "w", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+AB83", widthRatio: 1, heightRatio: 1 }
|
|
2138
1436
|
],
|
|
2139
1437
|
"\uAB93": [
|
|
2140
|
-
{ latin: "z", visualScore:
|
|
2141
|
-
],
|
|
2142
|
-
"\uABA5": [
|
|
2143
|
-
{ latin: "s", visualScore: 0.711, source: "novel", script: "Cherokee", codepoint: "U+ABA5", widthRatio: 1.14, heightRatio: 1 }
|
|
1438
|
+
{ latin: "z", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+AB93", widthRatio: 1.05, heightRatio: 1 }
|
|
2144
1439
|
],
|
|
2145
1440
|
"\uABA9": [
|
|
2146
|
-
{ latin: "v", visualScore:
|
|
1441
|
+
{ latin: "v", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+ABA9", widthRatio: 1.08, heightRatio: 1 }
|
|
2147
1442
|
],
|
|
2148
1443
|
"\uABAA": [
|
|
2149
|
-
{ latin: "s", visualScore:
|
|
1444
|
+
{ latin: "s", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+ABAA", widthRatio: 1, heightRatio: 1 }
|
|
2150
1445
|
],
|
|
2151
1446
|
"\uABAF": [
|
|
2152
|
-
{ latin: "c", visualScore:
|
|
1447
|
+
{ latin: "c", visualScore: 1, source: "tr39", script: "Cherokee", codepoint: "U+ABAF", widthRatio: 1, heightRatio: 1 }
|
|
2153
1448
|
],
|
|
2154
1449
|
"\uABF0": [
|
|
2155
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+ABF0", widthRatio: 1.13, heightRatio: 1.26 }
|
|
2156
|
-
],
|
|
2157
|
-
"\uFB50": [
|
|
2158
|
-
{ latin: "l", visualScore: 0.7549, source: "novel", script: "Arabic", codepoint: "U+FB50", widthRatio: 2.4, heightRatio: 1.27 },
|
|
2159
|
-
{ latin: "i", visualScore: 0.7241, source: "novel", script: "Arabic", codepoint: "U+FB50", widthRatio: 2.8, heightRatio: 1.29 }
|
|
1450
|
+
{ latin: "o", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+ABF0", widthRatio: 1.13, heightRatio: 1.26 }
|
|
2160
1451
|
],
|
|
2161
1452
|
"\uFBA6": [
|
|
2162
1453
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+FBA6", widthRatio: 1.26, heightRatio: 1.23 }
|
|
@@ -2182,19 +1473,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2182
1473
|
"\uFBAD": [
|
|
2183
1474
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+FBAD", widthRatio: 1.42, heightRatio: 1.07 }
|
|
2184
1475
|
],
|
|
2185
|
-
"\uFE81": [
|
|
2186
|
-
{ latin: "l", visualScore: 0.789, source: "novel", script: "Arabic", codepoint: "U+FE81", widthRatio: 2.6, heightRatio: 1.16 }
|
|
2187
|
-
],
|
|
2188
|
-
"\uFE83": [
|
|
2189
|
-
{ latin: "l", visualScore: 0.774, source: "novel", script: "Arabic", codepoint: "U+FE83", widthRatio: 1.8, heightRatio: 1.32 },
|
|
2190
|
-
{ latin: "i", visualScore: 0.739, source: "novel", script: "Arabic", codepoint: "U+FE83", widthRatio: 1.4, heightRatio: 1.29 }
|
|
2191
|
-
],
|
|
2192
|
-
"\uFE87": [
|
|
2193
|
-
{ latin: "l", visualScore: 0.7892, source: "novel", script: "Arabic", codepoint: "U+FE87", widthRatio: 1.8, heightRatio: 1.26 },
|
|
2194
|
-
{ latin: "i", visualScore: 0.7276, source: "novel", script: "Arabic", codepoint: "U+FE87", widthRatio: 1.8, heightRatio: 1.33 }
|
|
2195
|
-
],
|
|
2196
1476
|
"\uFE8D": [
|
|
2197
|
-
{ latin: "l", visualScore:
|
|
1477
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+FE8D", widthRatio: 1.33, heightRatio: 1.2 }
|
|
2198
1478
|
],
|
|
2199
1479
|
"\uFE8E": [
|
|
2200
1480
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+FE8E", widthRatio: 1.2, heightRatio: 1.06 }
|
|
@@ -2211,24 +1491,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2211
1491
|
"\uFEEC": [
|
|
2212
1492
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+FEEC", widthRatio: 1.69, heightRatio: 1.54 }
|
|
2213
1493
|
],
|
|
2214
|
-
"\uFF14": [
|
|
2215
|
-
{ latin: "4", visualScore: 0.908, source: "novel", script: "Common", codepoint: "U+FF14", widthRatio: 1.04, heightRatio: 1.03 }
|
|
2216
|
-
],
|
|
2217
|
-
"\uFF15": [
|
|
2218
|
-
{ latin: "5", visualScore: 0.9866, source: "novel", script: "Common", codepoint: "U+FF15", widthRatio: 1.04, heightRatio: 1 }
|
|
2219
|
-
],
|
|
2220
|
-
"\uFF16": [
|
|
2221
|
-
{ latin: "6", visualScore: 0.8725, source: "novel", script: "Common", codepoint: "U+FF16", widthRatio: 1.08, heightRatio: 1.08 }
|
|
2222
|
-
],
|
|
2223
|
-
"\uFF17": [
|
|
2224
|
-
{ latin: "7", visualScore: 0.9872, source: "novel", script: "Common", codepoint: "U+FF17", widthRatio: 1.04, heightRatio: 1 }
|
|
2225
|
-
],
|
|
2226
|
-
"\uFF18": [
|
|
2227
|
-
{ latin: "8", visualScore: 0.8686, source: "novel", script: "Common", codepoint: "U+FF18", widthRatio: 1.09, heightRatio: 1.06 }
|
|
2228
|
-
],
|
|
2229
|
-
"\uFF19": [
|
|
2230
|
-
{ latin: "9", visualScore: 0.88, source: "novel", script: "Common", codepoint: "U+FF19", widthRatio: 1.08, heightRatio: 1.05 }
|
|
2231
|
-
],
|
|
2232
1494
|
"\uFF21": [
|
|
2233
1495
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF21", widthRatio: 1.46, heightRatio: 1.42 }
|
|
2234
1496
|
],
|
|
@@ -2271,9 +1533,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2271
1533
|
"\uFF34": [
|
|
2272
1534
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF34", widthRatio: 1.04, heightRatio: 1.14 }
|
|
2273
1535
|
],
|
|
2274
|
-
"\uFF36": [
|
|
2275
|
-
{ latin: "v", visualScore: 0.7938, source: "novel", script: "Latin", codepoint: "U+FF36", widthRatio: 1.45, heightRatio: 1.55 }
|
|
2276
|
-
],
|
|
2277
1536
|
"\uFF38": [
|
|
2278
1537
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF38", widthRatio: 1.57, heightRatio: 1.58 }
|
|
2279
1538
|
],
|
|
@@ -2286,21 +1545,12 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2286
1545
|
"\uFF41": [
|
|
2287
1546
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF41", widthRatio: 1, heightRatio: 1 }
|
|
2288
1547
|
],
|
|
2289
|
-
"\uFF42": [
|
|
2290
|
-
{ latin: "b", visualScore: 0.9999, source: "novel", script: "Latin", codepoint: "U+FF42", widthRatio: 1, heightRatio: 1 }
|
|
2291
|
-
],
|
|
2292
1548
|
"\uFF43": [
|
|
2293
1549
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF43", widthRatio: 1.05, heightRatio: 1 }
|
|
2294
1550
|
],
|
|
2295
|
-
"\uFF44": [
|
|
2296
|
-
{ latin: "d", visualScore: 0.9719, source: "novel", script: "Latin", codepoint: "U+FF44", widthRatio: 1.05, heightRatio: 1 }
|
|
2297
|
-
],
|
|
2298
1551
|
"\uFF45": [
|
|
2299
1552
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF45", widthRatio: 1, heightRatio: 1 }
|
|
2300
1553
|
],
|
|
2301
|
-
"\uFF46": [
|
|
2302
|
-
{ latin: "f", visualScore: 0.961, source: "novel", script: "Latin", codepoint: "U+FF46", widthRatio: 1.07, heightRatio: 1 }
|
|
2303
|
-
],
|
|
2304
1554
|
"\uFF47": [
|
|
2305
1555
|
{ latin: "g", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF47", widthRatio: 1.05, heightRatio: 1 }
|
|
2306
1556
|
],
|
|
@@ -2308,16 +1558,13 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2308
1558
|
{ latin: "h", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF48", widthRatio: 1.1, heightRatio: 1.08 }
|
|
2309
1559
|
],
|
|
2310
1560
|
"\uFF49": [
|
|
2311
|
-
{ latin: "i", visualScore:
|
|
1561
|
+
{ latin: "i", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF49", widthRatio: 1.25, heightRatio: 1.09 }
|
|
2312
1562
|
],
|
|
2313
1563
|
"\uFF4A": [
|
|
2314
1564
|
{ latin: "j", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF4A", widthRatio: 1.1, heightRatio: 1 }
|
|
2315
1565
|
],
|
|
2316
1566
|
"\uFF4C": [
|
|
2317
|
-
{ latin: "l", visualScore:
|
|
2318
|
-
],
|
|
2319
|
-
"\uFF4E": [
|
|
2320
|
-
{ latin: "n", visualScore: 0.9606, source: "novel", script: "Latin", codepoint: "U+FF4E", widthRatio: 1.05, heightRatio: 1 }
|
|
1567
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF4C", widthRatio: 1.2, heightRatio: 1.11 }
|
|
2321
1568
|
],
|
|
2322
1569
|
"\uFF4F": [
|
|
2323
1570
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF4F", widthRatio: 1.04, heightRatio: 1.04 }
|
|
@@ -2325,72 +1572,45 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2325
1572
|
"\uFF50": [
|
|
2326
1573
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF50", widthRatio: 1, heightRatio: 1 }
|
|
2327
1574
|
],
|
|
2328
|
-
"\uFF52": [
|
|
2329
|
-
{ latin: "r", visualScore: 0.9872, source: "novel", script: "Latin", codepoint: "U+FF52", widthRatio: 1, heightRatio: 1 }
|
|
2330
|
-
],
|
|
2331
1575
|
"\uFF53": [
|
|
2332
1576
|
{ latin: "s", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF53", widthRatio: 1, heightRatio: 1 }
|
|
2333
1577
|
],
|
|
2334
|
-
"\uFF54": [
|
|
2335
|
-
{ latin: "t", visualScore: 0.985, source: "novel", script: "Latin", codepoint: "U+FF54", widthRatio: 1, heightRatio: 1 }
|
|
2336
|
-
],
|
|
2337
|
-
"\uFF55": [
|
|
2338
|
-
{ latin: "u", visualScore: 0.9571, source: "novel", script: "Latin", codepoint: "U+FF55", widthRatio: 1.05, heightRatio: 1 }
|
|
2339
|
-
],
|
|
2340
1578
|
"\uFF56": [
|
|
2341
1579
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF56", widthRatio: 1, heightRatio: 1 }
|
|
2342
1580
|
],
|
|
2343
|
-
"\uFF57": [
|
|
2344
|
-
{ latin: "w", visualScore: 0.9539, source: "novel", script: "Latin", codepoint: "U+FF57", widthRatio: 1.03, heightRatio: 1 }
|
|
2345
|
-
],
|
|
2346
1581
|
"\uFF58": [
|
|
2347
1582
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF58", widthRatio: 1, heightRatio: 1 }
|
|
2348
1583
|
],
|
|
2349
1584
|
"\uFF59": [
|
|
2350
1585
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Latin", codepoint: "U+FF59", widthRatio: 1.14, heightRatio: 1.09 }
|
|
2351
1586
|
],
|
|
2352
|
-
"\uFF5A": [
|
|
2353
|
-
{ latin: "z", visualScore: 1, source: "novel", script: "Latin", codepoint: "U+FF5A", widthRatio: 1, heightRatio: 1 }
|
|
2354
|
-
],
|
|
2355
1587
|
"\uFFE8": [
|
|
2356
1588
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+FFE8", widthRatio: 1.2, heightRatio: 1.26 }
|
|
2357
1589
|
],
|
|
2358
|
-
"\u{10005}": [
|
|
2359
|
-
{ latin: "f", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10005", widthRatio: 1.19, heightRatio: 1.18 }
|
|
2360
|
-
],
|
|
2361
|
-
"\u{1002B}": [
|
|
2362
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1002B", widthRatio: 3.8, heightRatio: 1.11 },
|
|
2363
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1002B", widthRatio: 1.36, heightRatio: 1.11 }
|
|
2364
|
-
],
|
|
2365
|
-
"\u{10035}": [
|
|
2366
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10035", widthRatio: 1.46, heightRatio: 1.18 }
|
|
2367
|
-
],
|
|
2368
|
-
"\u{1004C}": [
|
|
2369
|
-
{ latin: "b", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1004C", widthRatio: 1, heightRatio: 1.3 }
|
|
2370
|
-
],
|
|
2371
|
-
"\u{10152}": [
|
|
2372
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Greek", codepoint: "U+10152", widthRatio: 1.25, heightRatio: 1.12 }
|
|
2373
|
-
],
|
|
2374
1590
|
"\u{10282}": [
|
|
2375
|
-
{ latin: "b", visualScore:
|
|
1591
|
+
{ latin: "b", visualScore: 0.2619, source: "tr39", script: "Other", codepoint: "U+10282", widthRatio: 1.39, heightRatio: 1.52 }
|
|
2376
1592
|
],
|
|
2377
1593
|
"\u{10286}": [
|
|
2378
|
-
{ latin: "e", visualScore:
|
|
1594
|
+
{ latin: "e", visualScore: 0.2619, source: "tr39", script: "Other", codepoint: "U+10286", widthRatio: 1.33, heightRatio: 1.13 }
|
|
2379
1595
|
],
|
|
2380
1596
|
"\u{10287}": [
|
|
2381
|
-
{ latin: "f", visualScore:
|
|
1597
|
+
{ latin: "f", visualScore: 0.1905, source: "tr39", script: "Other", codepoint: "U+10287", widthRatio: 1.05, heightRatio: 1.06 }
|
|
1598
|
+
],
|
|
1599
|
+
"\u{10288}": [
|
|
1600
|
+
{ latin: "i", visualScore: 0.1667, source: "novel", script: "Other", codepoint: "U+10288", widthRatio: null, heightRatio: null }
|
|
2382
1601
|
],
|
|
2383
1602
|
"\u{1028A}": [
|
|
2384
|
-
{ latin: "l", visualScore: 0.
|
|
1603
|
+
{ latin: "l", visualScore: 0.3333, source: "tr39", script: "Other", codepoint: "U+1028A", widthRatio: 1, heightRatio: 1.06 },
|
|
1604
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+1028A", widthRatio: null, heightRatio: null }
|
|
2385
1605
|
],
|
|
2386
1606
|
"\u{10290}": [
|
|
2387
|
-
{ latin: "x", visualScore:
|
|
1607
|
+
{ latin: "x", visualScore: 0.3333, source: "tr39", script: "Other", codepoint: "U+10290", widthRatio: 1.22, heightRatio: 1.41 }
|
|
2388
1608
|
],
|
|
2389
1609
|
"\u{10292}": [
|
|
2390
|
-
{ latin: "o", visualScore:
|
|
1610
|
+
{ latin: "o", visualScore: 0.3095, source: "tr39", script: "Other", codepoint: "U+10292", widthRatio: 1.5, heightRatio: 1.71 }
|
|
2391
1611
|
],
|
|
2392
1612
|
"\u{10295}": [
|
|
2393
|
-
{ latin: "p", visualScore:
|
|
1613
|
+
{ latin: "p", visualScore: 0.2381, source: "tr39", script: "Other", codepoint: "U+10295", widthRatio: 1.04, heightRatio: 1.03 }
|
|
2394
1614
|
],
|
|
2395
1615
|
"\u{10296}": [
|
|
2396
1616
|
{ latin: "s", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10296", widthRatio: 1.07, heightRatio: 1.16 }
|
|
@@ -2399,19 +1619,25 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2399
1619
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10297", widthRatio: 1.17, heightRatio: 1.21 }
|
|
2400
1620
|
],
|
|
2401
1621
|
"\u{102A0}": [
|
|
2402
|
-
{ latin: "a", visualScore:
|
|
1622
|
+
{ latin: "a", visualScore: 0.3333, source: "tr39", script: "Other", codepoint: "U+102A0", widthRatio: 1.19, heightRatio: 1.59 }
|
|
2403
1623
|
],
|
|
2404
1624
|
"\u{102A1}": [
|
|
2405
|
-
{ latin: "b", visualScore:
|
|
1625
|
+
{ latin: "b", visualScore: 0.2619, source: "tr39", script: "Other", codepoint: "U+102A1", widthRatio: 1.39, heightRatio: 1.52 }
|
|
2406
1626
|
],
|
|
2407
1627
|
"\u{102A2}": [
|
|
2408
|
-
{ latin: "c", visualScore:
|
|
1628
|
+
{ latin: "c", visualScore: 0.1429, source: "tr39", script: "Other", codepoint: "U+102A2", widthRatio: 1.23, heightRatio: 1.24 }
|
|
2409
1629
|
],
|
|
2410
1630
|
"\u{102A5}": [
|
|
2411
1631
|
{ latin: "f", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+102A5", widthRatio: 1.22, heightRatio: 1.46 }
|
|
2412
1632
|
],
|
|
1633
|
+
"\u{102A6}": [
|
|
1634
|
+
{ latin: "i", visualScore: 0.2857, source: "novel", script: "Other", codepoint: "U+102A6", widthRatio: null, heightRatio: null }
|
|
1635
|
+
],
|
|
1636
|
+
"\u{102A7}": [
|
|
1637
|
+
{ latin: "b", visualScore: 0.1667, source: "novel", script: "Other", codepoint: "U+102A7", widthRatio: null, heightRatio: null }
|
|
1638
|
+
],
|
|
2413
1639
|
"\u{102AB}": [
|
|
2414
|
-
{ latin: "o", visualScore:
|
|
1640
|
+
{ latin: "o", visualScore: 0.3095, source: "tr39", script: "Other", codepoint: "U+102AB", widthRatio: 1.5, heightRatio: 1.71 }
|
|
2415
1641
|
],
|
|
2416
1642
|
"\u{102B0}": [
|
|
2417
1643
|
{ latin: "m", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+102B0", widthRatio: 1.69, heightRatio: 1.52 }
|
|
@@ -2420,20 +1646,17 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2420
1646
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+102B1", widthRatio: 1.17, heightRatio: 1.21 }
|
|
2421
1647
|
],
|
|
2422
1648
|
"\u{102B2}": [
|
|
2423
|
-
{ latin: "y", visualScore:
|
|
1649
|
+
{ latin: "y", visualScore: 0.1905, source: "tr39", script: "Other", codepoint: "U+102B2", widthRatio: 1.04, heightRatio: 1.06 }
|
|
2424
1650
|
],
|
|
2425
1651
|
"\u{102B4}": [
|
|
2426
|
-
{ latin: "x", visualScore:
|
|
1652
|
+
{ latin: "x", visualScore: 0.3333, source: "tr39", script: "Other", codepoint: "U+102B4", widthRatio: 1.22, heightRatio: 1.41 }
|
|
2427
1653
|
],
|
|
2428
|
-
"\u{
|
|
2429
|
-
{ latin: "
|
|
1654
|
+
"\u{102CE}": [
|
|
1655
|
+
{ latin: "a", visualScore: 0.1667, source: "novel", script: "Other", codepoint: "U+102CE", widthRatio: null, heightRatio: null }
|
|
2430
1656
|
],
|
|
2431
1657
|
"\u{102CF}": [
|
|
2432
1658
|
{ latin: "h", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+102CF", widthRatio: 1.08, heightRatio: 1.21 }
|
|
2433
1659
|
],
|
|
2434
|
-
"\u{102EA}": [
|
|
2435
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+102EA", widthRatio: 2.1, heightRatio: 1.38 }
|
|
2436
|
-
],
|
|
2437
1660
|
"\u{102F5}": [
|
|
2438
1661
|
{ latin: "z", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+102F5", widthRatio: 1.16, heightRatio: 1.18 }
|
|
2439
1662
|
],
|
|
@@ -2444,7 +1667,8 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2444
1667
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10302", widthRatio: 1.16, heightRatio: 1.48 }
|
|
2445
1668
|
],
|
|
2446
1669
|
"\u{10309}": [
|
|
2447
|
-
{ latin: "l", visualScore: 0.
|
|
1670
|
+
{ latin: "l", visualScore: 0.3333, source: "tr39", script: "Other", codepoint: "U+10309", widthRatio: 1, heightRatio: 1 },
|
|
1671
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+10309", widthRatio: null, heightRatio: null }
|
|
2448
1672
|
],
|
|
2449
1673
|
"\u{10311}": [
|
|
2450
1674
|
{ latin: "m", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10311", widthRatio: 1.07, heightRatio: 1.59 }
|
|
@@ -2459,82 +1683,20 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2459
1683
|
{ latin: "8", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1031A", widthRatio: 1.04, heightRatio: 1.06 }
|
|
2460
1684
|
],
|
|
2461
1685
|
"\u{10320}": [
|
|
2462
|
-
{ latin: "l", visualScore: 0.
|
|
1686
|
+
{ latin: "l", visualScore: 0.3333, source: "tr39", script: "Common", codepoint: "U+10320", widthRatio: 1, heightRatio: 1 },
|
|
1687
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Common", codepoint: "U+10320", widthRatio: null, heightRatio: null }
|
|
2463
1688
|
],
|
|
2464
1689
|
"\u{10322}": [
|
|
2465
1690
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+10322", widthRatio: 1.27, heightRatio: 1.38 }
|
|
2466
1691
|
],
|
|
2467
|
-
"\u{10334}": [
|
|
2468
|
-
{ latin: "e", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10334", widthRatio: 1.21, heightRatio: 1.19 }
|
|
2469
|
-
],
|
|
2470
|
-
"\u{10336}": [
|
|
2471
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10336", widthRatio: 1.33, heightRatio: 1.19 }
|
|
2472
|
-
],
|
|
2473
1692
|
"\u{10339}": [
|
|
2474
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10339", widthRatio: 1, heightRatio: 1.03 }
|
|
2475
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10339", widthRatio: 1.6, heightRatio: 1.53 },
|
|
2476
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10339", widthRatio: 1, heightRatio: 1.09 },
|
|
2477
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10339", widthRatio: 2.8, heightRatio: 1.09 }
|
|
1693
|
+
{ latin: "i", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+10339", widthRatio: 1, heightRatio: 1.03 }
|
|
2478
1694
|
],
|
|
2479
1695
|
"\u{10344}": [
|
|
2480
|
-
{ latin: "
|
|
2481
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10344", widthRatio: 3.38, heightRatio: 1.53 },
|
|
2482
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10344", widthRatio: 1.23, heightRatio: 1.19 },
|
|
2483
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10344", widthRatio: 1.17, heightRatio: 1.1 }
|
|
2484
|
-
],
|
|
2485
|
-
"\u{10345}": [
|
|
2486
|
-
{ latin: "y", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10345", widthRatio: 1.28, heightRatio: 1.16 }
|
|
2487
|
-
],
|
|
2488
|
-
"\u{10347}": [
|
|
2489
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10347", widthRatio: 1.12, heightRatio: 1.19 }
|
|
2490
|
-
],
|
|
2491
|
-
"\u{1034A}": [
|
|
2492
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1034A", widthRatio: 2.75, heightRatio: 1.11 },
|
|
2493
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1034A", widthRatio: 4.4, heightRatio: 1.26 }
|
|
1696
|
+
{ latin: "t", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+10344", widthRatio: 1.17, heightRatio: 1.1 }
|
|
2494
1697
|
],
|
|
2495
1698
|
"\u{10358}": [
|
|
2496
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10358", widthRatio: 1, heightRatio: 1.03 }
|
|
2497
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10358", widthRatio: 1.6, heightRatio: 1.53 },
|
|
2498
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10358", widthRatio: 1, heightRatio: 1.09 },
|
|
2499
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10358", widthRatio: 2.8, heightRatio: 1.09 }
|
|
2500
|
-
],
|
|
2501
|
-
"\u{1036D}": [
|
|
2502
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1036D", widthRatio: 1, heightRatio: 1.24 },
|
|
2503
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1036D", widthRatio: 1.6, heightRatio: 1.2 },
|
|
2504
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1036D", widthRatio: 1, heightRatio: 1.17 },
|
|
2505
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1036D", widthRatio: 2.8, heightRatio: 1.17 }
|
|
2506
|
-
],
|
|
2507
|
-
"\u{1036E}": [
|
|
2508
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1036E", widthRatio: 1.04, heightRatio: 1.28 }
|
|
2509
|
-
],
|
|
2510
|
-
"\u{10382}": [
|
|
2511
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10382", widthRatio: 2.4, heightRatio: 1.24 },
|
|
2512
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10382", widthRatio: 1.5, heightRatio: 1.2 },
|
|
2513
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10382", widthRatio: 2.4, heightRatio: 1.17 }
|
|
2514
|
-
],
|
|
2515
|
-
"\u{10383}": [
|
|
2516
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10383", widthRatio: 2.2, heightRatio: 1.24 },
|
|
2517
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10383", widthRatio: 1.38, heightRatio: 1.2 },
|
|
2518
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10383", widthRatio: 2.2, heightRatio: 1.17 }
|
|
2519
|
-
],
|
|
2520
|
-
"\u{10387}": [
|
|
2521
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10387", widthRatio: 2.2, heightRatio: 1.24 },
|
|
2522
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10387", widthRatio: 1.38, heightRatio: 1.2 },
|
|
2523
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10387", widthRatio: 2.2, heightRatio: 1.17 },
|
|
2524
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10387", widthRatio: 1.27, heightRatio: 1.17 }
|
|
2525
|
-
],
|
|
2526
|
-
"\u{10392}": [
|
|
2527
|
-
{ latin: "y", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10392", widthRatio: 1.29, heightRatio: 1.17 }
|
|
2528
|
-
],
|
|
2529
|
-
"\u{103D1}": [
|
|
2530
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+103D1", widthRatio: 2.2, heightRatio: 1.24 },
|
|
2531
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+103D1", widthRatio: 1.38, heightRatio: 1.2 },
|
|
2532
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+103D1", widthRatio: 2.2, heightRatio: 1.17 }
|
|
2533
|
-
],
|
|
2534
|
-
"\u{103D2}": [
|
|
2535
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+103D2", widthRatio: 2.2, heightRatio: 1.27 },
|
|
2536
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+103D2", widthRatio: 1.38, heightRatio: 1.17 },
|
|
2537
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+103D2", widthRatio: 2.2, heightRatio: 1.2 }
|
|
1699
|
+
{ latin: "i", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+10358", widthRatio: 1, heightRatio: 1.03 }
|
|
2538
1700
|
],
|
|
2539
1701
|
"\u{10404}": [
|
|
2540
1702
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10404", widthRatio: 1.45, heightRatio: 1.48 }
|
|
@@ -2545,12 +1707,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2545
1707
|
"\u{1041B}": [
|
|
2546
1708
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1041B", widthRatio: 1.14, heightRatio: 1.68 }
|
|
2547
1709
|
],
|
|
2548
|
-
"\u{1041D}": [
|
|
2549
|
-
{ latin: "8", visualScore: 0.7849, source: "novel", script: "Other", codepoint: "U+1041D", widthRatio: 1.35, heightRatio: 1 }
|
|
2550
|
-
],
|
|
2551
|
-
"\u{1041E}": [
|
|
2552
|
-
{ latin: "6", visualScore: 0.9101, source: "novel", script: "Other", codepoint: "U+1041E", widthRatio: 1, heightRatio: 1 }
|
|
2553
|
-
],
|
|
2554
1710
|
"\u{10420}": [
|
|
2555
1711
|
{ latin: "s", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10420", widthRatio: 1.53, heightRatio: 1.54 }
|
|
2556
1712
|
],
|
|
@@ -2561,33 +1717,25 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2561
1717
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1043D", widthRatio: 1, heightRatio: 1 }
|
|
2562
1718
|
],
|
|
2563
1719
|
"\u{10447}": [
|
|
2564
|
-
{ latin: "b", visualScore:
|
|
1720
|
+
{ latin: "b", visualScore: 1, source: "novel", script: "Other", codepoint: "U+10447", widthRatio: 1, heightRatio: 1 }
|
|
2565
1721
|
],
|
|
2566
1722
|
"\u{10448}": [
|
|
2567
1723
|
{ latin: "s", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10448", widthRatio: 1.08, heightRatio: 1 }
|
|
2568
1724
|
],
|
|
2569
|
-
"\u{10453}": [
|
|
2570
|
-
{ latin: "j", visualScore: 0.7754, source: "novel", script: "Other", codepoint: "U+10453", widthRatio: 1, heightRatio: 1.3 }
|
|
2571
|
-
],
|
|
2572
1725
|
"\u{10466}": [
|
|
2573
|
-
{ latin: "
|
|
2574
|
-
{ latin: "i", visualScore: 0.7629, source: "novel", script: "Other", codepoint: "U+10466", widthRatio: 1.2, heightRatio: 1.22 }
|
|
1726
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+10466", widthRatio: 1.2, heightRatio: 1.22 }
|
|
2575
1727
|
],
|
|
2576
1728
|
"\u{10469}": [
|
|
2577
|
-
{ latin: "r", visualScore: 0.
|
|
1729
|
+
{ latin: "r", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+10469", widthRatio: 1.31, heightRatio: 1.04 }
|
|
2578
1730
|
],
|
|
2579
1731
|
"\u{10483}": [
|
|
2580
|
-
{ latin: "
|
|
2581
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10483", widthRatio: 1.8, heightRatio: 1.06 },
|
|
2582
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10483", widthRatio: 1.44, heightRatio: 1.29 },
|
|
2583
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10483", widthRatio: 1.8, heightRatio: 1 }
|
|
1732
|
+
{ latin: "i", visualScore: 0.4762, source: "novel", script: "Other", codepoint: "U+10483", widthRatio: 1.8, heightRatio: 1.06 }
|
|
2584
1733
|
],
|
|
2585
1734
|
"\u{10486}": [
|
|
2586
|
-
{ latin: "
|
|
2587
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10486", widthRatio: 1.41, heightRatio: 1.33 }
|
|
1735
|
+
{ latin: "o", visualScore: 0.2857, source: "novel", script: "Other", codepoint: "U+10486", widthRatio: 1.41, heightRatio: 1.33 }
|
|
2588
1736
|
],
|
|
2589
1737
|
"\u{10498}": [
|
|
2590
|
-
{ latin: "9", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10498", widthRatio: 1.05, heightRatio: 1.06 }
|
|
1738
|
+
{ latin: "9", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+10498", widthRatio: 1.05, heightRatio: 1.06 }
|
|
2591
1739
|
],
|
|
2592
1740
|
"\u{104B4}": [
|
|
2593
1741
|
{ latin: "r", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+104B4", widthRatio: 1.24, heightRatio: 1.83 }
|
|
@@ -2601,35 +1749,14 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2601
1749
|
"\u{104D2}": [
|
|
2602
1750
|
{ latin: "7", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+104D2", widthRatio: 1.04, heightRatio: 1.09 }
|
|
2603
1751
|
],
|
|
2604
|
-
"\u{104D8}": [
|
|
2605
|
-
{ latin: "a", visualScore: 0, source: "novel", script: "Other", codepoint: "U+104D8", widthRatio: 1.04, heightRatio: 1.23 }
|
|
2606
|
-
],
|
|
2607
|
-
"\u{104DA}": [
|
|
2608
|
-
{ latin: "a", visualScore: 0, source: "novel", script: "Other", codepoint: "U+104DA", widthRatio: 1.04, heightRatio: 1.23 }
|
|
2609
|
-
],
|
|
2610
|
-
"\u{104E3}": [
|
|
2611
|
-
{ latin: "d", visualScore: 0, source: "novel", script: "Other", codepoint: "U+104E3", widthRatio: 1, heightRatio: 1.23 },
|
|
2612
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+104E3", widthRatio: 1.1, heightRatio: 1.04 },
|
|
2613
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+104E3", widthRatio: 1.04, heightRatio: 1 }
|
|
2614
|
-
],
|
|
2615
1752
|
"\u{104EA}": [
|
|
2616
1753
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+104EA", widthRatio: 1.04, heightRatio: 1 }
|
|
2617
1754
|
],
|
|
2618
|
-
"\u{104EB}": [
|
|
2619
|
-
{ latin: "e", visualScore: 0, source: "novel", script: "Other", codepoint: "U+104EB", widthRatio: 1.04, heightRatio: 1 },
|
|
2620
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+104EB", widthRatio: 1.04, heightRatio: 1 }
|
|
2621
|
-
],
|
|
2622
1755
|
"\u{104F6}": [
|
|
2623
1756
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+104F6", widthRatio: 1.15, heightRatio: 1.13 }
|
|
2624
1757
|
],
|
|
2625
|
-
"\u{10507}": [
|
|
2626
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10507", widthRatio: 1.13, heightRatio: 1.04 }
|
|
2627
|
-
],
|
|
2628
1758
|
"\u{1050E}": [
|
|
2629
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1050E", widthRatio: 1.2, heightRatio: 1.14 }
|
|
2630
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1050E", widthRatio: 1.33, heightRatio: 1.69 },
|
|
2631
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1050E", widthRatio: 1.2, heightRatio: 1.21 },
|
|
2632
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1050E", widthRatio: 2.33, heightRatio: 1.21 }
|
|
1759
|
+
{ latin: "i", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+1050E", widthRatio: 1.2, heightRatio: 1.14 }
|
|
2633
1760
|
],
|
|
2634
1761
|
"\u{10513}": [
|
|
2635
1762
|
{ latin: "n", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10513", widthRatio: 1.04, heightRatio: 1.32 }
|
|
@@ -2637,25 +1764,15 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2637
1764
|
"\u{10516}": [
|
|
2638
1765
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10516", widthRatio: 1.14, heightRatio: 1.07 }
|
|
2639
1766
|
],
|
|
2640
|
-
"\u{10517}": [
|
|
2641
|
-
{ latin: "d", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10517", widthRatio: 1, heightRatio: 1.27 },
|
|
2642
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10517", widthRatio: 1.05, heightRatio: 1 }
|
|
2643
|
-
],
|
|
2644
1767
|
"\u{10518}": [
|
|
2645
1768
|
{ latin: "k", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10518", widthRatio: 1.08, heightRatio: 1.32 }
|
|
2646
1769
|
],
|
|
2647
|
-
"\u{1051B}": [
|
|
2648
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1051B", widthRatio: 1.21, heightRatio: 1.29 }
|
|
2649
|
-
],
|
|
2650
1770
|
"\u{1051C}": [
|
|
2651
1771
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1051C", widthRatio: 1, heightRatio: 1.08 }
|
|
2652
1772
|
],
|
|
2653
1773
|
"\u{1051D}": [
|
|
2654
1774
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1051D", widthRatio: 1, heightRatio: 1.03 }
|
|
2655
1775
|
],
|
|
2656
|
-
"\u{10521}": [
|
|
2657
|
-
{ latin: "b", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10521", widthRatio: 1.05, heightRatio: 1.17 }
|
|
2658
|
-
],
|
|
2659
1776
|
"\u{10525}": [
|
|
2660
1777
|
{ latin: "f", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10525", widthRatio: 1, heightRatio: 1.22 }
|
|
2661
1778
|
],
|
|
@@ -2665,396 +1782,109 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
2665
1782
|
"\u{10527}": [
|
|
2666
1783
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+10527", widthRatio: 1.08, heightRatio: 1.26 }
|
|
2667
1784
|
],
|
|
2668
|
-
"\u{10533}": [
|
|
2669
|
-
{ latin: "q", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10533", widthRatio: 1.18, heightRatio: 1.2 }
|
|
2670
|
-
],
|
|
2671
|
-
"\u{10536}": [
|
|
2672
|
-
{ latin: "r", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10536", widthRatio: 1.21, heightRatio: 1.3 }
|
|
2673
|
-
],
|
|
2674
|
-
"\u{1053D}": [
|
|
2675
|
-
{ latin: "b", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1053D", widthRatio: 1.09, heightRatio: 1.2 }
|
|
2676
|
-
],
|
|
2677
|
-
"\u{1053F}": [
|
|
2678
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1053F", widthRatio: 4.8, heightRatio: 1.06 },
|
|
2679
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1053F", widthRatio: 3, heightRatio: 1.4 },
|
|
2680
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1053F", widthRatio: 4.8, heightRatio: 1 }
|
|
2681
|
-
],
|
|
2682
|
-
"\u{1055D}": [
|
|
2683
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1055D", widthRatio: 1.04, heightRatio: 1.11 }
|
|
2684
|
-
],
|
|
2685
|
-
"\u{1055E}": [
|
|
2686
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1055E", widthRatio: 2.11, heightRatio: 1.25 }
|
|
2687
|
-
],
|
|
2688
|
-
"\u{10605}": [
|
|
2689
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10605", widthRatio: 4.4, heightRatio: 1.18 },
|
|
2690
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10605", widthRatio: 2.75, heightRatio: 1.26 },
|
|
2691
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10605", widthRatio: 1.05, heightRatio: 1.34 }
|
|
2692
|
-
],
|
|
2693
|
-
"\u{1066B}": [
|
|
2694
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1066B", widthRatio: 4.6, heightRatio: 1.18 },
|
|
2695
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1066B", widthRatio: 2.88, heightRatio: 1.26 }
|
|
2696
|
-
],
|
|
2697
|
-
"\u{10741}": [
|
|
2698
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10741", widthRatio: 2.13, heightRatio: 1.26 },
|
|
2699
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10741", widthRatio: 3.4, heightRatio: 1.11 }
|
|
2700
|
-
],
|
|
2701
|
-
"\u{10746}": [
|
|
2702
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10746", widthRatio: 1.26, heightRatio: 1.18 }
|
|
2703
|
-
],
|
|
2704
|
-
"\u{10747}": [
|
|
2705
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10747", widthRatio: 5, heightRatio: 1.18 },
|
|
2706
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10747", widthRatio: 3.13, heightRatio: 1.26 },
|
|
2707
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10747", widthRatio: 1.14, heightRatio: 1.03 },
|
|
2708
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10747", widthRatio: 1.09, heightRatio: 1.34 }
|
|
2709
|
-
],
|
|
2710
1785
|
"\u{10810}": [
|
|
2711
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10810", widthRatio: 1.05, heightRatio: 1 }
|
|
2712
|
-
],
|
|
2713
|
-
"\u{10818}": [
|
|
2714
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10818", widthRatio: 1.11, heightRatio: 1.2 }
|
|
2715
|
-
],
|
|
2716
|
-
"\u{10828}": [
|
|
2717
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10828", widthRatio: 1.23, heightRatio: 1.46 }
|
|
1786
|
+
{ latin: "8", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+10810", widthRatio: 1.05, heightRatio: 1 }
|
|
2718
1787
|
],
|
|
2719
1788
|
"\u{10833}": [
|
|
2720
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10833", widthRatio: 4.8, heightRatio: 1.06 }
|
|
2721
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10833", widthRatio: 3, heightRatio: 1.4 },
|
|
2722
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10833", widthRatio: 1.09, heightRatio: 1.09 },
|
|
2723
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10833", widthRatio: 1.04, heightRatio: 1.21 }
|
|
2724
|
-
],
|
|
2725
|
-
"\u{10846}": [
|
|
2726
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10846", widthRatio: 1.4, heightRatio: 1.12 },
|
|
2727
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10846", widthRatio: 1.14, heightRatio: 1.32 },
|
|
2728
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10846", widthRatio: 1.4, heightRatio: 1.06 },
|
|
2729
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10846", widthRatio: 2, heightRatio: 1.06 }
|
|
1789
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+10833", widthRatio: 4.8, heightRatio: 1.06 }
|
|
2730
1790
|
],
|
|
2731
|
-
"\u{
|
|
2732
|
-
{ latin: "
|
|
1791
|
+
"\u{10845}": [
|
|
1792
|
+
{ latin: "1", visualScore: 0.2857, source: "novel", script: "Other", codepoint: "U+10845", widthRatio: null, heightRatio: null }
|
|
2733
1793
|
],
|
|
2734
|
-
"\u{
|
|
2735
|
-
{ latin: "
|
|
2736
|
-
|
|
2737
|
-
"\u{10879}": [
|
|
2738
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10879", widthRatio: 1.22, heightRatio: 1.29 }
|
|
1794
|
+
"\u{10846}": [
|
|
1795
|
+
{ latin: "l", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+10846", widthRatio: 1.4, heightRatio: 1.06 },
|
|
1796
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+10846", widthRatio: 1.4, heightRatio: 1.12 }
|
|
2739
1797
|
],
|
|
2740
1798
|
"\u{10889}": [
|
|
2741
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10889", widthRatio: 1, heightRatio: 1.06 },
|
|
2742
|
-
{ latin: "
|
|
2743
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10889", widthRatio: 1, heightRatio: 1 },
|
|
2744
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10889", widthRatio: 2.8, heightRatio: 1 }
|
|
2745
|
-
],
|
|
2746
|
-
"\u{10891}": [
|
|
2747
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10891", widthRatio: 1.08, heightRatio: 1 },
|
|
2748
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10891", widthRatio: 1.42, heightRatio: 1.23 }
|
|
1799
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+10889", widthRatio: 1, heightRatio: 1.06 },
|
|
1800
|
+
{ latin: "l", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+10889", widthRatio: 1, heightRatio: 1 }
|
|
2749
1801
|
],
|
|
2750
1802
|
"\u{108A7}": [
|
|
2751
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108A7", widthRatio: 1, heightRatio: 1.03 }
|
|
2752
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108A7", widthRatio: 1.6, heightRatio: 1.53 },
|
|
2753
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108A7", widthRatio: 1, heightRatio: 1.09 },
|
|
2754
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108A7", widthRatio: 2.8, heightRatio: 1.09 }
|
|
2755
|
-
],
|
|
2756
|
-
"\u{108AB}": [
|
|
2757
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108AB", widthRatio: 1.15, heightRatio: 1.19 }
|
|
2758
|
-
],
|
|
2759
|
-
"\u{108AE}": [
|
|
2760
|
-
{ latin: "3", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108AE", widthRatio: 1.14, heightRatio: 1.22 }
|
|
1803
|
+
{ latin: "i", visualScore: 0.381, source: "novel", script: "Common", codepoint: "U+108A7", widthRatio: 1, heightRatio: 1.03 }
|
|
2761
1804
|
],
|
|
2762
1805
|
"\u{108E6}": [
|
|
2763
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108E6", widthRatio: 1.2, heightRatio: 1.18 }
|
|
2764
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108E6", widthRatio: 1.33, heightRatio: 1.75 },
|
|
2765
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108E6", widthRatio: 1.2, heightRatio: 1.25 }
|
|
2766
|
-
],
|
|
2767
|
-
"\u{108E7}": [
|
|
2768
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108E7", widthRatio: 1.04, heightRatio: 1.27 }
|
|
2769
|
-
],
|
|
2770
|
-
"\u{108ED}": [
|
|
2771
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108ED", widthRatio: 1.2, heightRatio: 1.15 },
|
|
2772
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108ED", widthRatio: 1.33, heightRatio: 1.29 },
|
|
2773
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108ED", widthRatio: 1.2, heightRatio: 1.09 },
|
|
2774
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+108ED", widthRatio: 2.33, heightRatio: 1.09 }
|
|
1806
|
+
{ latin: "i", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+108E6", widthRatio: 1.2, heightRatio: 1.18 }
|
|
2775
1807
|
],
|
|
2776
|
-
"\u{
|
|
2777
|
-
{ latin: "
|
|
2778
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108FB", widthRatio: 1.33, heightRatio: 1.29 },
|
|
2779
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108FB", widthRatio: 1.2, heightRatio: 1.09 },
|
|
2780
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+108FB", widthRatio: 2.33, heightRatio: 1.09 }
|
|
2781
|
-
],
|
|
2782
|
-
"\u{10906}": [
|
|
2783
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10906", widthRatio: 5, heightRatio: 1.09 },
|
|
2784
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10906", widthRatio: 1.14, heightRatio: 1.06 }
|
|
2785
|
-
],
|
|
2786
|
-
"\u{1090F}": [
|
|
2787
|
-
{ latin: "d", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1090F", widthRatio: 1.16, heightRatio: 1.14 },
|
|
2788
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1090F", widthRatio: 1.07, heightRatio: 1.14 }
|
|
2789
|
-
],
|
|
2790
|
-
"\u{10916}": [
|
|
2791
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10916", widthRatio: 1.67, heightRatio: 1.06 },
|
|
2792
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10916", widthRatio: 1.11, heightRatio: 1.03 }
|
|
1808
|
+
"\u{10920}": [
|
|
1809
|
+
{ latin: "a", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+10920", widthRatio: null, heightRatio: null }
|
|
2793
1810
|
],
|
|
2794
1811
|
"\u{10926}": [
|
|
2795
|
-
{ latin: "
|
|
2796
|
-
{ latin: "
|
|
2797
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10926", widthRatio: 1.2, heightRatio: 1 },
|
|
2798
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10926", widthRatio: 2.33, heightRatio: 1 }
|
|
2799
|
-
],
|
|
2800
|
-
"\u{1092C}": [
|
|
2801
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1092C", widthRatio: 1.07, heightRatio: 1.04 }
|
|
1812
|
+
{ latin: "l", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+10926", widthRatio: 1.2, heightRatio: 1 },
|
|
1813
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+10926", widthRatio: 1.2, heightRatio: 1.06 }
|
|
2802
1814
|
],
|
|
2803
1815
|
"\u{1092F}": [
|
|
2804
|
-
{ latin: "
|
|
2805
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1092F", widthRatio: 3.38, heightRatio: 1.4 },
|
|
2806
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1092F", widthRatio: 1.23, heightRatio: 1.09 },
|
|
2807
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1092F", widthRatio: 1.17, heightRatio: 1.21 }
|
|
1816
|
+
{ latin: "t", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+1092F", widthRatio: 1.17, heightRatio: 1.21 }
|
|
2808
1817
|
],
|
|
2809
1818
|
"\u{10931}": [
|
|
2810
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10931", widthRatio: 1, heightRatio: 1 }
|
|
2811
|
-
],
|
|
2812
|
-
"\u{109A1}": [
|
|
2813
|
-
{ latin: "5", visualScore: 0, source: "novel", script: "Other", codepoint: "U+109A1", widthRatio: 1.11, heightRatio: 1.09 }
|
|
1819
|
+
{ latin: "8", visualScore: 0.5238, source: "novel", script: "Other", codepoint: "U+10931", widthRatio: 1, heightRatio: 1 }
|
|
2814
1820
|
],
|
|
2815
1821
|
"\u{109C0}": [
|
|
2816
|
-
{ latin: "
|
|
2817
|
-
{ latin: "
|
|
2818
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+109C0", widthRatio: 1, heightRatio: 1.03 },
|
|
2819
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+109C0", widthRatio: 2.8, heightRatio: 1.03 }
|
|
2820
|
-
],
|
|
2821
|
-
"\u{10A61}": [
|
|
2822
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10A61", widthRatio: 1.06, heightRatio: 1 }
|
|
2823
|
-
],
|
|
2824
|
-
"\u{10A72}": [
|
|
2825
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10A72", widthRatio: 1.59, heightRatio: 1.69 }
|
|
2826
|
-
],
|
|
2827
|
-
"\u{10A7A}": [
|
|
2828
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10A7A", widthRatio: 2, heightRatio: 1.14 }
|
|
2829
|
-
],
|
|
2830
|
-
"\u{10A7D}": [
|
|
2831
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10A7D", widthRatio: 1.25, heightRatio: 1.27 },
|
|
2832
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10A7D", widthRatio: 2, heightRatio: 1.17 },
|
|
2833
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10A7D", widthRatio: 1.25, heightRatio: 1.2 },
|
|
2834
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10A7D", widthRatio: 3.5, heightRatio: 1.2 }
|
|
2835
|
-
],
|
|
2836
|
-
"\u{10A89}": [
|
|
2837
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10A89", widthRatio: 1.12, heightRatio: 1.3 }
|
|
2838
|
-
],
|
|
2839
|
-
"\u{10A92}": [
|
|
2840
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10A92", widthRatio: 1.29, heightRatio: 1.29 }
|
|
1822
|
+
{ latin: "l", visualScore: 0.3333, source: "novel", script: "Common", codepoint: "U+109C0", widthRatio: 1, heightRatio: 1.03 },
|
|
1823
|
+
{ latin: "i", visualScore: 0.1905, source: "novel", script: "Common", codepoint: "U+109C0", widthRatio: 1, heightRatio: 1.03 }
|
|
2841
1824
|
],
|
|
2842
1825
|
"\u{10A9D}": [
|
|
2843
|
-
{ latin: "
|
|
2844
|
-
{ latin: "
|
|
2845
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10A9D", widthRatio: 1, heightRatio: 1 },
|
|
2846
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10A9D", widthRatio: 2.8, heightRatio: 1 }
|
|
2847
|
-
],
|
|
2848
|
-
"\u{10AEB}": [
|
|
2849
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10AEB", widthRatio: 1.4, heightRatio: 1 },
|
|
2850
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10AEB", widthRatio: 1.14, heightRatio: 1.48 },
|
|
2851
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10AEB", widthRatio: 1.4, heightRatio: 1.06 }
|
|
2852
|
-
],
|
|
2853
|
-
"\u{10B0C}": [
|
|
2854
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B0C", widthRatio: 1.27, heightRatio: 1.22 }
|
|
2855
|
-
],
|
|
2856
|
-
"\u{10B10}": [
|
|
2857
|
-
{ latin: "9", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B10", widthRatio: 1.14, heightRatio: 1.06 }
|
|
2858
|
-
],
|
|
2859
|
-
"\u{10B25}": [
|
|
2860
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B25", widthRatio: 1, heightRatio: 1.22 },
|
|
2861
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B25", widthRatio: 1.6, heightRatio: 1.81 },
|
|
2862
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B25", widthRatio: 1, heightRatio: 1.3 }
|
|
2863
|
-
],
|
|
2864
|
-
"\u{10B26}": [
|
|
2865
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B26", widthRatio: 3.8, heightRatio: 1.45 },
|
|
2866
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B26", widthRatio: 2.38, heightRatio: 1.02 },
|
|
2867
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B26", widthRatio: 1.16, heightRatio: 1.26 }
|
|
2868
|
-
],
|
|
2869
|
-
"\u{10B30}": [
|
|
2870
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B30", widthRatio: 3.8, heightRatio: 1.45 },
|
|
2871
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B30", widthRatio: 3.8, heightRatio: 1.37 }
|
|
2872
|
-
],
|
|
2873
|
-
"\u{10B45}": [
|
|
2874
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B45", widthRatio: 1.04, heightRatio: 1 }
|
|
2875
|
-
],
|
|
2876
|
-
"\u{10B58}": [
|
|
2877
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10B58", widthRatio: 1.1, heightRatio: 1.26 }
|
|
1826
|
+
{ latin: "l", visualScore: 0.2857, source: "novel", script: "Common", codepoint: "U+10A9D", widthRatio: 1, heightRatio: 1 },
|
|
1827
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Common", codepoint: "U+10A9D", widthRatio: 1, heightRatio: 1.06 }
|
|
2878
1828
|
],
|
|
2879
|
-
"\u{
|
|
2880
|
-
{ latin: "
|
|
1829
|
+
"\u{10C13}": [
|
|
1830
|
+
{ latin: "x", visualScore: 0.5714, source: "novel", script: "Other", codepoint: "U+10C13", widthRatio: null, heightRatio: null }
|
|
2881
1831
|
],
|
|
2882
|
-
"\u{
|
|
2883
|
-
{ latin: "
|
|
1832
|
+
"\u{10C17}": [
|
|
1833
|
+
{ latin: "o", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+10C17", widthRatio: null, heightRatio: null }
|
|
2884
1834
|
],
|
|
2885
|
-
"\u{
|
|
2886
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+
|
|
2887
|
-
],
|
|
2888
|
-
"\u{10B8E}": [
|
|
2889
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10B8E", widthRatio: 1.04, heightRatio: 1 }
|
|
1835
|
+
"\u{10C1E}": [
|
|
1836
|
+
{ latin: "j", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+10C1E", widthRatio: null, heightRatio: null }
|
|
2890
1837
|
],
|
|
2891
1838
|
"\u{10C1F}": [
|
|
2892
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10C1F", widthRatio: 1.21, heightRatio: 1.38 }
|
|
1839
|
+
{ latin: "v", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+10C1F", widthRatio: 1.21, heightRatio: 1.38 }
|
|
2893
1840
|
],
|
|
2894
1841
|
"\u{10C3E}": [
|
|
2895
|
-
{ latin: "
|
|
2896
|
-
{ latin: "
|
|
2897
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10C3E", widthRatio: 1.2, heightRatio: 1 },
|
|
2898
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10C3E", widthRatio: 2.33, heightRatio: 1 }
|
|
2899
|
-
],
|
|
2900
|
-
"\u{10C82}": [
|
|
2901
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10C82", widthRatio: 1.38, heightRatio: 1.86 }
|
|
2902
|
-
],
|
|
2903
|
-
"\u{10C91}": [
|
|
2904
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10C91", widthRatio: 5.2, heightRatio: 1.37 }
|
|
2905
|
-
],
|
|
2906
|
-
"\u{10CA5}": [
|
|
2907
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CA5", widthRatio: 1.2, heightRatio: 1.24 },
|
|
2908
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CA5", widthRatio: 1.33, heightRatio: 1.2 },
|
|
2909
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CA5", widthRatio: 1.2, heightRatio: 1.17 },
|
|
2910
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CA5", widthRatio: 2.33, heightRatio: 1.17 }
|
|
2911
|
-
],
|
|
2912
|
-
"\u{10CC2}": [
|
|
2913
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CC2", widthRatio: 1.08, heightRatio: 1.15 }
|
|
2914
|
-
],
|
|
2915
|
-
"\u{10CD0}": [
|
|
2916
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CD0", widthRatio: 1.05, heightRatio: 1.23 }
|
|
1842
|
+
{ latin: "l", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+10C3E", widthRatio: 1.2, heightRatio: 1 },
|
|
1843
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+10C3E", widthRatio: 1.2, heightRatio: 1.06 }
|
|
2917
1844
|
],
|
|
2918
1845
|
"\u{10CE5}": [
|
|
2919
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CE5", widthRatio: 1, heightRatio: 1.1 }
|
|
2920
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CE5", widthRatio: 1.6, heightRatio: 1.63 },
|
|
2921
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CE5", widthRatio: 1, heightRatio: 1.17 },
|
|
2922
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CE5", widthRatio: 2.8, heightRatio: 1.17 }
|
|
2923
|
-
],
|
|
2924
|
-
"\u{10CE8}": [
|
|
2925
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CE8", widthRatio: 1.04, heightRatio: 1.11 }
|
|
2926
|
-
],
|
|
2927
|
-
"\u{10CE9}": [
|
|
2928
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10CE9", widthRatio: 1, heightRatio: 1.19 }
|
|
1846
|
+
{ latin: "i", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+10CE5", widthRatio: 1, heightRatio: 1.1 }
|
|
2929
1847
|
],
|
|
2930
1848
|
"\u{10CFA}": [
|
|
2931
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10CFA", widthRatio: 1, heightRatio: 1.1 }
|
|
2932
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10CFA", widthRatio: 1.6, heightRatio: 1.63 },
|
|
2933
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10CFA", widthRatio: 1, heightRatio: 1.17 },
|
|
2934
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10CFA", widthRatio: 2.8, heightRatio: 1.17 }
|
|
1849
|
+
{ latin: "i", visualScore: 0.381, source: "novel", script: "Common", codepoint: "U+10CFA", widthRatio: 1, heightRatio: 1.1 }
|
|
2935
1850
|
],
|
|
2936
1851
|
"\u{10CFB}": [
|
|
2937
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10CFB", widthRatio: 1.08, heightRatio: 1.11 }
|
|
2938
|
-
],
|
|
2939
|
-
"\u{10CFC}": [
|
|
2940
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10CFC", widthRatio: 1.08, heightRatio: 1.15 }
|
|
2941
|
-
],
|
|
2942
|
-
"\u{10D0C}": [
|
|
2943
|
-
{ latin: "f", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10D0C", widthRatio: 1.19, heightRatio: 1.06 }
|
|
1852
|
+
{ latin: "v", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+10CFB", widthRatio: 1.08, heightRatio: 1.11 }
|
|
2944
1853
|
],
|
|
2945
1854
|
"\u{10D13}": [
|
|
2946
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10D13", widthRatio: 1, heightRatio: 1.23 }
|
|
1855
|
+
{ latin: "j", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+10D13", widthRatio: 1, heightRatio: 1.23 }
|
|
2947
1856
|
],
|
|
2948
1857
|
"\u{10D31}": [
|
|
2949
|
-
{ latin: "
|
|
2950
|
-
{ latin: "
|
|
2951
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10D31", widthRatio: 1, heightRatio: 1 },
|
|
2952
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+10D31", widthRatio: 2.8, heightRatio: 1 }
|
|
2953
|
-
],
|
|
2954
|
-
"\u{10E80}": [
|
|
2955
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10E80", widthRatio: 1.4, heightRatio: 1.15 },
|
|
2956
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10E80", widthRatio: 1.14, heightRatio: 1.29 },
|
|
2957
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10E80", widthRatio: 1.4, heightRatio: 1.09 }
|
|
2958
|
-
],
|
|
2959
|
-
"\u{10EA0}": [
|
|
2960
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10EA0", widthRatio: 1.06, heightRatio: 1.13 }
|
|
2961
|
-
],
|
|
2962
|
-
"\u{10EB0}": [
|
|
2963
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+10EB0", widthRatio: 1.06, heightRatio: 1.05 }
|
|
1858
|
+
{ latin: "l", visualScore: 0.4286, source: "novel", script: "Common", codepoint: "U+10D31", widthRatio: 1, heightRatio: 1 },
|
|
1859
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+10D31", widthRatio: 1, heightRatio: 1.06 }
|
|
2964
1860
|
],
|
|
2965
|
-
"\u{
|
|
2966
|
-
{ latin: "
|
|
2967
|
-
],
|
|
2968
|
-
"\u{1100B}": [
|
|
2969
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1100B", widthRatio: 1, heightRatio: 1.08 }
|
|
2970
|
-
],
|
|
2971
|
-
"\u{11011}": [
|
|
2972
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11011", widthRatio: 2.5, heightRatio: 1.03 }
|
|
1861
|
+
"\u{1101E}": [
|
|
1862
|
+
{ latin: "o", visualScore: 1, source: "novel", script: "Other", codepoint: "U+1101E", widthRatio: null, heightRatio: null }
|
|
2973
1863
|
],
|
|
2974
1864
|
"\u{11021}": [
|
|
2975
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11021", widthRatio: 4.6, heightRatio: 1 }
|
|
2976
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11021", widthRatio: 2.88, heightRatio: 1.48 },
|
|
2977
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11021", widthRatio: 1, heightRatio: 1.14 }
|
|
1865
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+11021", widthRatio: 4.6, heightRatio: 1 }
|
|
2978
1866
|
],
|
|
2979
|
-
"\u{
|
|
2980
|
-
{ latin: "
|
|
2981
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11026", widthRatio: 2.88, heightRatio: 1.48 },
|
|
2982
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11026", widthRatio: 4.6, heightRatio: 1.06 }
|
|
1867
|
+
"\u{11025}": [
|
|
1868
|
+
{ latin: "d", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+11025", widthRatio: null, heightRatio: null }
|
|
2983
1869
|
],
|
|
2984
1870
|
"\u{1102D}": [
|
|
2985
|
-
{ latin: "
|
|
2986
|
-
{ latin: "
|
|
2987
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1102D", widthRatio: 1, heightRatio: 1 },
|
|
2988
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1102D", widthRatio: 2.8, heightRatio: 1 }
|
|
2989
|
-
],
|
|
2990
|
-
"\u{110F4}": [
|
|
2991
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+110F4", widthRatio: 1.13, heightRatio: 1.08 }
|
|
2992
|
-
],
|
|
2993
|
-
"\u{110F6}": [
|
|
2994
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+110F6", widthRatio: 3, heightRatio: 1.21 },
|
|
2995
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+110F6", widthRatio: 1.88, heightRatio: 1.23 },
|
|
2996
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+110F6", widthRatio: 3, heightRatio: 1.14 }
|
|
1871
|
+
{ latin: "l", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+1102D", widthRatio: 1, heightRatio: 1 },
|
|
1872
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+1102D", widthRatio: 1, heightRatio: 1.06 }
|
|
2997
1873
|
],
|
|
2998
|
-
"\u{
|
|
2999
|
-
{ latin: "
|
|
3000
|
-
],
|
|
3001
|
-
"\u{11105}": [
|
|
3002
|
-
{ latin: "a", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11105", widthRatio: 1.04, heightRatio: 1.04 }
|
|
3003
|
-
],
|
|
3004
|
-
"\u{11118}": [
|
|
3005
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11118", widthRatio: 1.04, heightRatio: 1 }
|
|
1874
|
+
"\u{110B0}": [
|
|
1875
|
+
{ latin: "i", visualScore: 0.2857, source: "novel", script: "Common", codepoint: "U+110B0", widthRatio: null, heightRatio: null }
|
|
3006
1876
|
],
|
|
3007
1877
|
"\u{11124}": [
|
|
3008
|
-
{ latin: "
|
|
3009
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11124", widthRatio: 1.08, heightRatio: 1 }
|
|
3010
|
-
],
|
|
3011
|
-
"\u{1115F}": [
|
|
3012
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1115F", widthRatio: 1.28, heightRatio: 1.21 }
|
|
3013
|
-
],
|
|
3014
|
-
"\u{11160}": [
|
|
3015
|
-
{ latin: "s", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11160", widthRatio: 1.4, heightRatio: 1.14 }
|
|
3016
|
-
],
|
|
3017
|
-
"\u{1119C}": [
|
|
3018
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1119C", widthRatio: 1.21, heightRatio: 1.12 }
|
|
3019
|
-
],
|
|
3020
|
-
"\u{111AB}": [
|
|
3021
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+111AB", widthRatio: 1.21, heightRatio: 1.07 }
|
|
3022
|
-
],
|
|
3023
|
-
"\u{111D1}": [
|
|
3024
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+111D1", widthRatio: 1.29, heightRatio: 1.29 }
|
|
3025
|
-
],
|
|
3026
|
-
"\u{11296}": [
|
|
3027
|
-
{ latin: "3", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11296", widthRatio: 1.09, heightRatio: 1 }
|
|
3028
|
-
],
|
|
3029
|
-
"\u{112DB}": [
|
|
3030
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+112DB", widthRatio: 1.08, heightRatio: 1.15 }
|
|
3031
|
-
],
|
|
3032
|
-
"\u{112DD}": [
|
|
3033
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+112DD", widthRatio: 2, heightRatio: 1.45 }
|
|
3034
|
-
],
|
|
3035
|
-
"\u{112F0}": [
|
|
3036
|
-
{ latin: "d", visualScore: 0, source: "novel", script: "Common", codepoint: "U+112F0", widthRatio: 1.14, heightRatio: 1.05 }
|
|
1878
|
+
{ latin: "o", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+11124", widthRatio: 1.08, heightRatio: 1 }
|
|
3037
1879
|
],
|
|
3038
1880
|
"\u{11320}": [
|
|
3039
|
-
{ latin: "o", visualScore:
|
|
3040
|
-
],
|
|
3041
|
-
"\u{11450}": [
|
|
3042
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11450", widthRatio: 1.09, heightRatio: 1.08 }
|
|
1881
|
+
{ latin: "o", visualScore: 1, source: "novel", script: "Other", codepoint: "U+11320", widthRatio: 1, heightRatio: 1.04 }
|
|
3043
1882
|
],
|
|
3044
1883
|
"\u{114D0}": [
|
|
3045
1884
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+114D0", widthRatio: 1.14, heightRatio: 1.13 }
|
|
3046
1885
|
],
|
|
3047
|
-
"\u{11650}": [
|
|
3048
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11650", widthRatio: 1.29, heightRatio: 1.35 }
|
|
3049
|
-
],
|
|
3050
|
-
"\u{11653}": [
|
|
3051
|
-
{ latin: "3", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11653", widthRatio: 1, heightRatio: 1.13 }
|
|
3052
|
-
],
|
|
3053
|
-
"\u{11699}": [
|
|
3054
|
-
{ latin: "3", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11699", widthRatio: 1.06, heightRatio: 1.03 }
|
|
3055
|
-
],
|
|
3056
1886
|
"\u{116C8}": [
|
|
3057
|
-
{ latin: "s", visualScore: 0, source: "novel", script: "Common", codepoint: "U+116C8", widthRatio: 1, heightRatio: 1.11 }
|
|
1887
|
+
{ latin: "s", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+116C8", widthRatio: 1, heightRatio: 1.11 }
|
|
3058
1888
|
],
|
|
3059
1889
|
"\u{11706}": [
|
|
3060
1890
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+11706", widthRatio: 2.08, heightRatio: 2.07 }
|
|
@@ -3068,23 +1898,9 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3068
1898
|
"\u{1170F}": [
|
|
3069
1899
|
{ latin: "w", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1170F", widthRatio: 1.72, heightRatio: 1.28 }
|
|
3070
1900
|
],
|
|
3071
|
-
"\u{11715}": [
|
|
3072
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11715", widthRatio: 1.16, heightRatio: 1.12 }
|
|
3073
|
-
],
|
|
3074
|
-
"\u{1171A}": [
|
|
3075
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1171A", widthRatio: 1.85, heightRatio: 1.8 }
|
|
3076
|
-
],
|
|
3077
|
-
"\u{11730}": [
|
|
3078
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11730", widthRatio: 1.05, heightRatio: 1.04 }
|
|
3079
|
-
],
|
|
3080
1901
|
"\u{118A0}": [
|
|
3081
1902
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118A0", widthRatio: 1.29, heightRatio: 1.3 }
|
|
3082
1903
|
],
|
|
3083
|
-
"\u{118A1}": [
|
|
3084
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+118A1", widthRatio: 4, heightRatio: 1.06 },
|
|
3085
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+118A1", widthRatio: 2.5, heightRatio: 1.4 },
|
|
3086
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+118A1", widthRatio: 4, heightRatio: 1 }
|
|
3087
|
-
],
|
|
3088
1904
|
"\u{118A2}": [
|
|
3089
1905
|
{ latin: "f", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118A2", widthRatio: 1.47, heightRatio: 1.06 }
|
|
3090
1906
|
],
|
|
@@ -3109,9 +1925,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3109
1925
|
"\u{118AF}": [
|
|
3110
1926
|
{ latin: "4", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118AF", widthRatio: 1.84, heightRatio: 1.19 }
|
|
3111
1927
|
],
|
|
3112
|
-
"\u{118B0}": [
|
|
3113
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+118B0", widthRatio: 1.16, heightRatio: 1.29 }
|
|
3114
|
-
],
|
|
3115
1928
|
"\u{118B2}": [
|
|
3116
1929
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118B2", widthRatio: 1.47, heightRatio: 1.13 }
|
|
3117
1930
|
],
|
|
@@ -3151,9 +1964,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3151
1964
|
"\u{118CA}": [
|
|
3152
1965
|
{ latin: "3", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118CA", widthRatio: 1.13, heightRatio: 1.17 }
|
|
3153
1966
|
],
|
|
3154
|
-
"\u{118CB}": [
|
|
3155
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+118CB", widthRatio: 1.33, heightRatio: 1.04 }
|
|
3156
|
-
],
|
|
3157
1967
|
"\u{118CC}": [
|
|
3158
1968
|
{ latin: "9", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118CC", widthRatio: 1.17, heightRatio: 1.31 }
|
|
3159
1969
|
],
|
|
@@ -3169,9 +1979,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3169
1979
|
"\u{118D8}": [
|
|
3170
1980
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118D8", widthRatio: 1.38, heightRatio: 1 }
|
|
3171
1981
|
],
|
|
3172
|
-
"\u{118D9}": [
|
|
3173
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+118D9", widthRatio: 1.06, heightRatio: 1.07 }
|
|
3174
|
-
],
|
|
3175
1982
|
"\u{118DC}": [
|
|
3176
1983
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+118DC", widthRatio: 1.05, heightRatio: 1.25 }
|
|
3177
1984
|
],
|
|
@@ -3197,61 +2004,32 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3197
2004
|
{ latin: "c", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+118F2", widthRatio: 1.25, heightRatio: 1.24 }
|
|
3198
2005
|
],
|
|
3199
2006
|
"\u{11ABC}": [
|
|
3200
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11ABC", widthRatio: 1.24, heightRatio: 1.3 }
|
|
2007
|
+
{ latin: "z", visualScore: 0.1905, source: "novel", script: "Other", codepoint: "U+11ABC", widthRatio: 1.24, heightRatio: 1.3 }
|
|
3201
2008
|
],
|
|
3202
2009
|
"\u{11AD1}": [
|
|
3203
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AD1", widthRatio: 1.19, heightRatio: 1.3 }
|
|
3204
|
-
],
|
|
3205
|
-
"\u{11AD3}": [
|
|
3206
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AD3", widthRatio: 1, heightRatio: 1 }
|
|
2010
|
+
{ latin: "z", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+11AD1", widthRatio: 1.19, heightRatio: 1.3 }
|
|
3207
2011
|
],
|
|
3208
2012
|
"\u{11ADD}": [
|
|
3209
|
-
{ latin: "
|
|
3210
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11ADD", widthRatio: 3.38, heightRatio: 1.4 },
|
|
3211
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11ADD", widthRatio: 1.23, heightRatio: 1.09 },
|
|
3212
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11ADD", widthRatio: 1.17, heightRatio: 1.21 }
|
|
2013
|
+
{ latin: "t", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+11ADD", widthRatio: 1.17, heightRatio: 1.21 }
|
|
3213
2014
|
],
|
|
3214
2015
|
"\u{11ADF}": [
|
|
3215
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11ADF", widthRatio: 1.24, heightRatio: 1.3 }
|
|
3216
|
-
],
|
|
3217
|
-
"\u{11AE1}": [
|
|
3218
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AE1", widthRatio: 1.29, heightRatio: 1.35 }
|
|
2016
|
+
{ latin: "v", visualScore: 0.5714, source: "novel", script: "Other", codepoint: "U+11ADF", widthRatio: 1.24, heightRatio: 1.3 }
|
|
3219
2017
|
],
|
|
3220
2018
|
"\u{11AE2}": [
|
|
3221
|
-
{ latin: "p", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AE2", widthRatio: 1.09, heightRatio: 1.13 }
|
|
2019
|
+
{ latin: "p", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+11AE2", widthRatio: 1.09, heightRatio: 1.13 }
|
|
3222
2020
|
],
|
|
3223
2021
|
"\u{11AE4}": [
|
|
3224
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AE4", widthRatio: 1.43, heightRatio: 1.57 }
|
|
2022
|
+
{ latin: "o", visualScore: 0.5714, source: "novel", script: "Other", codepoint: "U+11AE4", widthRatio: 1.43, heightRatio: 1.57 }
|
|
3225
2023
|
],
|
|
3226
2024
|
"\u{11AE5}": [
|
|
3227
|
-
{ latin: "
|
|
3228
|
-
{ latin: "
|
|
3229
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AE5", widthRatio: 1, heightRatio: 1 },
|
|
3230
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AE5", widthRatio: 2.8, heightRatio: 1 }
|
|
3231
|
-
],
|
|
3232
|
-
"\u{11AE6}": [
|
|
3233
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11AE6", widthRatio: 1.29, heightRatio: 1.17 }
|
|
3234
|
-
],
|
|
3235
|
-
"\u{11D06}": [
|
|
3236
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+11D06", widthRatio: 1.09, heightRatio: 1.41 }
|
|
3237
|
-
],
|
|
3238
|
-
"\u{11D50}": [
|
|
3239
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11D50", widthRatio: 1.09, heightRatio: 1.23 }
|
|
3240
|
-
],
|
|
3241
|
-
"\u{11D52}": [
|
|
3242
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11D52", widthRatio: 1, heightRatio: 1.39 }
|
|
3243
|
-
],
|
|
3244
|
-
"\u{11D54}": [
|
|
3245
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11D54", widthRatio: 1.04, heightRatio: 1.1 }
|
|
2025
|
+
{ latin: "l", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+11AE5", widthRatio: 1, heightRatio: 1 },
|
|
2026
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+11AE5", widthRatio: 1, heightRatio: 1.06 }
|
|
3246
2027
|
],
|
|
3247
2028
|
"\u{11DA0}": [
|
|
3248
|
-
{ latin: "
|
|
3249
|
-
],
|
|
3250
|
-
"\u{11DA1}": [
|
|
3251
|
-
{ latin: "d", visualScore: 0, source: "novel", script: "Common", codepoint: "U+11DA1", widthRatio: 1.41, heightRatio: 1.56 }
|
|
2029
|
+
{ latin: "o", visualScore: 0.3333, source: "novel", script: "Common", codepoint: "U+11DA0", widthRatio: null, heightRatio: null }
|
|
3252
2030
|
],
|
|
3253
2031
|
"\u{11DDA}": [
|
|
3254
|
-
{ latin: "l", visualScore: 1, source: "tr39", script: "
|
|
2032
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+11DDA", widthRatio: null, heightRatio: null }
|
|
3255
2033
|
],
|
|
3256
2034
|
"\u{11DE0}": [
|
|
3257
2035
|
{ latin: "o", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+11DE0", widthRatio: null, heightRatio: null }
|
|
@@ -3259,71 +2037,40 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3259
2037
|
"\u{11DE1}": [
|
|
3260
2038
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+11DE1", widthRatio: null, heightRatio: null }
|
|
3261
2039
|
],
|
|
3262
|
-
"\u{16861}": [
|
|
3263
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16861", widthRatio: 1.5, heightRatio: 1.36 },
|
|
3264
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16861", widthRatio: 2.4, heightRatio: 1.03 }
|
|
3265
|
-
],
|
|
3266
|
-
"\u{16A43}": [
|
|
3267
|
-
{ latin: "9", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A43", widthRatio: 1, heightRatio: 1.03 }
|
|
3268
|
-
],
|
|
3269
|
-
"\u{16A44}": [
|
|
3270
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A44", widthRatio: 5.6, heightRatio: 1.06 },
|
|
3271
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A44", widthRatio: 3.5, heightRatio: 1.4 },
|
|
3272
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A44", widthRatio: 5.6, heightRatio: 1 }
|
|
3273
|
-
],
|
|
3274
2040
|
"\u{16A4B}": [
|
|
3275
|
-
{ latin: "
|
|
3276
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A4B", widthRatio: 3.5, heightRatio: 1.4 }
|
|
3277
|
-
],
|
|
3278
|
-
"\u{16A4C}": [
|
|
3279
|
-
{ latin: "f", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A4C", widthRatio: 1.06, heightRatio: 1.06 },
|
|
3280
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A4C", widthRatio: 1.11, heightRatio: 1.17 }
|
|
2041
|
+
{ latin: "t", visualScore: 0.619, source: "novel", script: "Other", codepoint: "U+16A4B", widthRatio: null, heightRatio: null }
|
|
3281
2042
|
],
|
|
3282
2043
|
"\u{16A4D}": [
|
|
3283
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A4D", widthRatio: 1.2, heightRatio: 1.3 }
|
|
2044
|
+
{ latin: "v", visualScore: 0.5714, source: "novel", script: "Other", codepoint: "U+16A4D", widthRatio: 1.2, heightRatio: 1.3 }
|
|
3284
2045
|
],
|
|
3285
2046
|
"\u{16A57}": [
|
|
3286
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A57", widthRatio: 1.68, heightRatio: 1.8 }
|
|
2047
|
+
{ latin: "c", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+16A57", widthRatio: 1.68, heightRatio: 1.8 }
|
|
3287
2048
|
],
|
|
3288
2049
|
"\u{16A59}": [
|
|
3289
|
-
{ latin: "
|
|
3290
|
-
{ latin: "
|
|
3291
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A59", widthRatio: 1, heightRatio: 1 },
|
|
3292
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16A59", widthRatio: 2.8, heightRatio: 1 }
|
|
2050
|
+
{ latin: "l", visualScore: 0.4286, source: "novel", script: "Other", codepoint: "U+16A59", widthRatio: 1, heightRatio: 1 },
|
|
2051
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+16A59", widthRatio: 1, heightRatio: 1.06 }
|
|
3293
2052
|
],
|
|
3294
2053
|
"\u{16A60}": [
|
|
3295
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+16A60", widthRatio: 1.29, heightRatio: 1.33 }
|
|
3296
|
-
],
|
|
3297
|
-
"\u{16B10}": [
|
|
3298
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16B10", widthRatio: 1.16, heightRatio: 1.25 }
|
|
2054
|
+
{ latin: "o", visualScore: 0.3333, source: "novel", script: "Common", codepoint: "U+16A60", widthRatio: 1.29, heightRatio: 1.33 }
|
|
3299
2055
|
],
|
|
3300
2056
|
"\u{16B14}": [
|
|
3301
|
-
{ latin: "u", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16B14", widthRatio: 1.27, heightRatio: 1.29 }
|
|
3302
|
-
],
|
|
3303
|
-
"\u{16B2A}": [
|
|
3304
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16B2A", widthRatio: 1.2, heightRatio: 1.29 }
|
|
2057
|
+
{ latin: "u", visualScore: 0.3333, source: "novel", script: "Other", codepoint: "U+16B14", widthRatio: 1.27, heightRatio: 1.29 }
|
|
3305
2058
|
],
|
|
3306
2059
|
"\u{16B41}": [
|
|
3307
|
-
{ latin: "
|
|
3308
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16B41", widthRatio: 1.25, heightRatio: 1.34 }
|
|
2060
|
+
{ latin: "1", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+16B41", widthRatio: null, heightRatio: null }
|
|
3309
2061
|
],
|
|
3310
2062
|
"\u{16B50}": [
|
|
3311
|
-
{ latin: "
|
|
3312
|
-
{ latin: "
|
|
3313
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+16B50", widthRatio: 1, heightRatio: 1 },
|
|
3314
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+16B50", widthRatio: 2.8, heightRatio: 1 }
|
|
3315
|
-
],
|
|
3316
|
-
"\u{16B67}": [
|
|
3317
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16B67", widthRatio: 1.2, heightRatio: 1.29 }
|
|
2063
|
+
{ latin: "l", visualScore: 0.4286, source: "novel", script: "Common", codepoint: "U+16B50", widthRatio: 1, heightRatio: 1 },
|
|
2064
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+16B50", widthRatio: 1, heightRatio: 1.06 }
|
|
3318
2065
|
],
|
|
3319
2066
|
"\u{16B6F}": [
|
|
3320
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+16B6F", widthRatio: 1.14, heightRatio: 1.59 }
|
|
2067
|
+
{ latin: "l", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+16B6F", widthRatio: 1.14, heightRatio: 1.59 }
|
|
3321
2068
|
],
|
|
3322
2069
|
"\u{16EAA}": [
|
|
3323
|
-
{ latin: "l", visualScore: 1, source: "tr39", script: "
|
|
2070
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16EAA", widthRatio: null, heightRatio: null }
|
|
3324
2071
|
],
|
|
3325
2072
|
"\u{16EB6}": [
|
|
3326
|
-
{ latin: "b", visualScore: 1, source: "tr39", script: "
|
|
2073
|
+
{ latin: "b", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16EB6", widthRatio: null, heightRatio: null }
|
|
3327
2074
|
],
|
|
3328
2075
|
"\u{16F08}": [
|
|
3329
2076
|
{ latin: "v", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16F08", widthRatio: 1.25, heightRatio: 1.3 }
|
|
@@ -3331,23 +2078,12 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3331
2078
|
"\u{16F0A}": [
|
|
3332
2079
|
{ latin: "t", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16F0A", widthRatio: 1.13, heightRatio: 1.21 }
|
|
3333
2080
|
],
|
|
3334
|
-
"\u{16F0D}": [
|
|
3335
|
-
{ latin: "l", visualScore: 0.7488, source: "novel", script: "Other", codepoint: "U+16F0D", widthRatio: 6, heightRatio: 1.03 },
|
|
3336
|
-
{ latin: "i", visualScore: 0.6994, source: "novel", script: "Other", codepoint: "U+16F0D", widthRatio: 5.2, heightRatio: 1.06 }
|
|
3337
|
-
],
|
|
3338
|
-
"\u{16F0E}": [
|
|
3339
|
-
{ latin: "l", visualScore: 0.7597, source: "novel", script: "Other", codepoint: "U+16F0E", widthRatio: 6, heightRatio: 1.03 },
|
|
3340
|
-
{ latin: "i", visualScore: 0.7102, source: "novel", script: "Other", codepoint: "U+16F0E", widthRatio: 5.2, heightRatio: 1.06 }
|
|
3341
|
-
],
|
|
3342
2081
|
"\u{16F16}": [
|
|
3343
2082
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16F16", widthRatio: 1.05, heightRatio: 1.13 }
|
|
3344
2083
|
],
|
|
3345
2084
|
"\u{16F28}": [
|
|
3346
|
-
{ latin: "l", visualScore: 0.
|
|
3347
|
-
|
|
3348
|
-
"\u{16F2A}": [
|
|
3349
|
-
{ latin: "l", visualScore: 0.6823, source: "novel", script: "Other", codepoint: "U+16F2A", widthRatio: 1.18, heightRatio: 1.09 },
|
|
3350
|
-
{ latin: "i", visualScore: 0.6435, source: "novel", script: "Other", codepoint: "U+16F2A", widthRatio: 5.2, heightRatio: 1.06 }
|
|
2085
|
+
{ latin: "l", visualScore: 0.3333, source: "tr39", script: "Other", codepoint: "U+16F28", widthRatio: 1, heightRatio: 1.03 },
|
|
2086
|
+
{ latin: "i", visualScore: 0.2381, source: "novel", script: "Other", codepoint: "U+16F28", widthRatio: null, heightRatio: null }
|
|
3351
2087
|
],
|
|
3352
2088
|
"\u{16F35}": [
|
|
3353
2089
|
{ latin: "r", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16F35", widthRatio: 1.19, heightRatio: 1.52 }
|
|
@@ -3367,45 +2103,11 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3367
2103
|
"\u{16F43}": [
|
|
3368
2104
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+16F43", widthRatio: 1.08, heightRatio: 1.06 }
|
|
3369
2105
|
],
|
|
3370
|
-
"\u{1BC02}": [
|
|
3371
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC02", widthRatio: 1, heightRatio: 1.57 },
|
|
3372
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC02", widthRatio: 1.6, heightRatio: 2.33 },
|
|
3373
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC02", widthRatio: 1, heightRatio: 1.67 }
|
|
3374
|
-
],
|
|
3375
2106
|
"\u{1BC07}": [
|
|
3376
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC07", widthRatio: 1, heightRatio: 1.06 }
|
|
3377
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC07", widthRatio: 1.6, heightRatio: 1.4 },
|
|
3378
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC07", widthRatio: 1, heightRatio: 1 },
|
|
3379
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC07", widthRatio: 2.8, heightRatio: 1 }
|
|
3380
|
-
],
|
|
3381
|
-
"\u{1BC0C}": [
|
|
3382
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC0C", widthRatio: 1, heightRatio: 1.39 },
|
|
3383
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC0C", widthRatio: 1.6, heightRatio: 1.07 },
|
|
3384
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC0C", widthRatio: 1, heightRatio: 1.31 },
|
|
3385
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC0C", widthRatio: 2.8, heightRatio: 1.31 }
|
|
3386
|
-
],
|
|
3387
|
-
"\u{1BC43}": [
|
|
3388
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC43", widthRatio: 1.59, heightRatio: 1.69 }
|
|
2107
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+1BC07", widthRatio: 1, heightRatio: 1.06 }
|
|
3389
2108
|
],
|
|
3390
2109
|
"\u{1BC44}": [
|
|
3391
|
-
{ latin: "
|
|
3392
|
-
{ latin: "d", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC44", widthRatio: 1.09, heightRatio: 1 },
|
|
3393
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC44", widthRatio: 1.04, heightRatio: 1.05 }
|
|
3394
|
-
],
|
|
3395
|
-
"\u{1BC45}": [
|
|
3396
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC45", widthRatio: 1.17, heightRatio: 1.22 }
|
|
3397
|
-
],
|
|
3398
|
-
"\u{1BC5A}": [
|
|
3399
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC5A", widthRatio: 1.04, heightRatio: 1.05 }
|
|
3400
|
-
],
|
|
3401
|
-
"\u{1BC5B}": [
|
|
3402
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC5B", widthRatio: 1.04, heightRatio: 1.05 }
|
|
3403
|
-
],
|
|
3404
|
-
"\u{1BC5E}": [
|
|
3405
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC5E", widthRatio: 1.04, heightRatio: 1.05 }
|
|
3406
|
-
],
|
|
3407
|
-
"\u{1BC7B}": [
|
|
3408
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1BC7B", widthRatio: 1.57, heightRatio: 1.25 }
|
|
2110
|
+
{ latin: "o", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+1BC44", widthRatio: 1.04, heightRatio: 1.05 }
|
|
3409
2111
|
],
|
|
3410
2112
|
"\u{1CCD6}": [
|
|
3411
2113
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+1CCD6", widthRatio: null, heightRatio: null }
|
|
@@ -3533,17 +2235,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3533
2235
|
"\u{1D22A}": [
|
|
3534
2236
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Greek", codepoint: "U+1D22A", widthRatio: null, heightRatio: null }
|
|
3535
2237
|
],
|
|
3536
|
-
"\u{1D360}": [
|
|
3537
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1D360", widthRatio: 1.25, heightRatio: 1.32 },
|
|
3538
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1D360", widthRatio: 2, heightRatio: 1.96 },
|
|
3539
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1D360", widthRatio: 1.25, heightRatio: 1.4 },
|
|
3540
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1D360", widthRatio: 3.5, heightRatio: 1.4 }
|
|
3541
|
-
],
|
|
3542
|
-
"\u{1D36E}": [
|
|
3543
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1D36E", widthRatio: 5.2, heightRatio: 1.32 },
|
|
3544
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1D36E", widthRatio: 3.25, heightRatio: 1.96 },
|
|
3545
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1D36E", widthRatio: 5.2, heightRatio: 1.4 }
|
|
3546
|
-
],
|
|
3547
2238
|
"\u{1D400}": [
|
|
3548
2239
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D400", widthRatio: 1.5, heightRatio: 1.38 }
|
|
3549
2240
|
],
|
|
@@ -3658,9 +2349,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3658
2349
|
"\u{1D425}": [
|
|
3659
2350
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D425", widthRatio: 1.88, heightRatio: 1.06 }
|
|
3660
2351
|
],
|
|
3661
|
-
"\u{1D426}": [
|
|
3662
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D426", widthRatio: 1, heightRatio: 1.08 }
|
|
3663
|
-
],
|
|
3664
2352
|
"\u{1D427}": [
|
|
3665
2353
|
{ latin: "n", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D427", widthRatio: 1.17, heightRatio: 1.08 }
|
|
3666
2354
|
],
|
|
@@ -3811,9 +2499,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
3811
2499
|
"\u{1D459}": [
|
|
3812
2500
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D459", widthRatio: 1.22, heightRatio: 1.03 }
|
|
3813
2501
|
],
|
|
3814
|
-
"\u{1D45A}": [
|
|
3815
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D45A", widthRatio: 1.68, heightRatio: 1.6 }
|
|
3816
|
-
],
|
|
3817
2502
|
"\u{1D45B}": [
|
|
3818
2503
|
{ latin: "n", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D45B", widthRatio: 1.6, heightRatio: 1.6 }
|
|
3819
2504
|
],
|
|
@@ -4727,7 +3412,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
4727
3412
|
{ latin: "h", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5A7", widthRatio: 1.04, heightRatio: 1.1 }
|
|
4728
3413
|
],
|
|
4729
3414
|
"\u{1D5A8}": [
|
|
4730
|
-
{ latin: "l", visualScore:
|
|
3415
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5A8", widthRatio: 1.2, heightRatio: 1.16 }
|
|
4731
3416
|
],
|
|
4732
3417
|
"\u{1D5A9}": [
|
|
4733
3418
|
{ latin: "j", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5A9", widthRatio: 1, heightRatio: 1.55 }
|
|
@@ -4805,19 +3490,16 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
4805
3490
|
{ latin: "h", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5C1", widthRatio: 1.11, heightRatio: 1.09 }
|
|
4806
3491
|
],
|
|
4807
3492
|
"\u{1D5C2}": [
|
|
4808
|
-
{ latin: "i", visualScore:
|
|
3493
|
+
{ latin: "i", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5C2", widthRatio: 1, heightRatio: 1 }
|
|
4809
3494
|
],
|
|
4810
3495
|
"\u{1D5C3}": [
|
|
4811
|
-
{ latin: "j", visualScore:
|
|
3496
|
+
{ latin: "j", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5C3", widthRatio: 1, heightRatio: 1 }
|
|
4812
3497
|
],
|
|
4813
3498
|
"\u{1D5C4}": [
|
|
4814
3499
|
{ latin: "k", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5C4", widthRatio: 1, heightRatio: 1.03 }
|
|
4815
3500
|
],
|
|
4816
3501
|
"\u{1D5C5}": [
|
|
4817
|
-
{ latin: "l", visualScore:
|
|
4818
|
-
],
|
|
4819
|
-
"\u{1D5C6}": [
|
|
4820
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D5C6", widthRatio: 1.06, heightRatio: 1.13 }
|
|
3502
|
+
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5C5", widthRatio: 1.14, heightRatio: 1.03 }
|
|
4821
3503
|
],
|
|
4822
3504
|
"\u{1D5C7}": [
|
|
4823
3505
|
{ latin: "n", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5C7", widthRatio: 1.05, heightRatio: 1.04 }
|
|
@@ -4961,7 +3643,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
4961
3643
|
{ latin: "h", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5F5", widthRatio: 1.14, heightRatio: 1.06 }
|
|
4962
3644
|
],
|
|
4963
3645
|
"\u{1D5F6}": [
|
|
4964
|
-
{ latin: "i", visualScore:
|
|
3646
|
+
{ latin: "i", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5F6", widthRatio: 1.29, heightRatio: 1.03 }
|
|
4965
3647
|
],
|
|
4966
3648
|
"\u{1D5F7}": [
|
|
4967
3649
|
{ latin: "j", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D5F7", widthRatio: 1, heightRatio: 1.07 }
|
|
@@ -5479,9 +4161,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
5479
4161
|
"\u{1D6A9}": [
|
|
5480
4162
|
{ latin: "b", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D6A9", widthRatio: 1.67, heightRatio: 1.43 }
|
|
5481
4163
|
],
|
|
5482
|
-
"\u{1D6AA}": [
|
|
5483
|
-
{ latin: "r", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D6AA", widthRatio: 1.65, heightRatio: 1.65 }
|
|
5484
|
-
],
|
|
5485
4164
|
"\u{1D6AC}": [
|
|
5486
4165
|
{ latin: "e", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D6AC", widthRatio: 1.58, heightRatio: 1.43 }
|
|
5487
4166
|
],
|
|
@@ -5698,9 +4377,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
5698
4377
|
"\u{1D75C}": [
|
|
5699
4378
|
{ latin: "h", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D75C", widthRatio: 1.13, heightRatio: 1.45 }
|
|
5700
4379
|
],
|
|
5701
|
-
"\u{1D75D}": [
|
|
5702
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D75D", widthRatio: 1.11, heightRatio: 1.26 }
|
|
5703
|
-
],
|
|
5704
4380
|
"\u{1D75E}": [
|
|
5705
4381
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D75E", widthRatio: 1, heightRatio: 1.16 }
|
|
5706
4382
|
],
|
|
@@ -5728,24 +4404,12 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
5728
4404
|
"\u{1D76C}": [
|
|
5729
4405
|
{ latin: "x", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D76C", widthRatio: 1.17, heightRatio: 1.32 }
|
|
5730
4406
|
],
|
|
5731
|
-
"\u{1D76E}": [
|
|
5732
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D76E", widthRatio: 1.35, heightRatio: 1.14 }
|
|
5733
|
-
],
|
|
5734
4407
|
"\u{1D770}": [
|
|
5735
4408
|
{ latin: "a", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D770", widthRatio: 1.17, heightRatio: 1 }
|
|
5736
4409
|
],
|
|
5737
4410
|
"\u{1D772}": [
|
|
5738
4411
|
{ latin: "y", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D772", widthRatio: 1.04, heightRatio: 1.06 }
|
|
5739
4412
|
],
|
|
5740
|
-
"\u{1D776}": [
|
|
5741
|
-
{ latin: "n", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D776", widthRatio: 1.47, heightRatio: 1.31 },
|
|
5742
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D776", widthRatio: 1.16, heightRatio: 1.17 }
|
|
5743
|
-
],
|
|
5744
|
-
"\u{1D777}": [
|
|
5745
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D777", widthRatio: 1.09, heightRatio: 1.11 },
|
|
5746
|
-
{ latin: "e", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D777", widthRatio: 1.38, heightRatio: 1.35 },
|
|
5747
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D777", widthRatio: 1.38, heightRatio: 1.35 }
|
|
5748
|
-
],
|
|
5749
4413
|
"\u{1D778}": [
|
|
5750
4414
|
{ latin: "i", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D778", widthRatio: 1.55, heightRatio: 1.44 }
|
|
5751
4415
|
],
|
|
@@ -5764,9 +4428,6 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
5764
4428
|
"\u{1D784}": [
|
|
5765
4429
|
{ latin: "u", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D784", widthRatio: 1.05, heightRatio: 1 }
|
|
5766
4430
|
],
|
|
5767
|
-
"\u{1D786}": [
|
|
5768
|
-
{ latin: "x", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1D786", widthRatio: 1.04, heightRatio: 1.55 }
|
|
5769
|
-
],
|
|
5770
4431
|
"\u{1D78E}": [
|
|
5771
4432
|
{ latin: "p", visualScore: 1, source: "tr39", script: "Other", codepoint: "U+1D78E", widthRatio: 1, heightRatio: 1.03 }
|
|
5772
4433
|
],
|
|
@@ -5993,102 +4654,32 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
5993
4654
|
{ latin: "9", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+1D7FF", widthRatio: 1.13, heightRatio: 1.06 }
|
|
5994
4655
|
],
|
|
5995
4656
|
"\u{1E141}": [
|
|
5996
|
-
{ latin: "
|
|
5997
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E141", widthRatio: 2.67, heightRatio: 1.44 },
|
|
5998
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E141", widthRatio: 1.67, heightRatio: 1.03 },
|
|
5999
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E141", widthRatio: 4.67, heightRatio: 1.03 }
|
|
6000
|
-
],
|
|
6001
|
-
"\u{1E145}": [
|
|
6002
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E145", widthRatio: 1.87, heightRatio: 1.48 }
|
|
4657
|
+
{ latin: "l", visualScore: 0.381, source: "novel", script: "Common", codepoint: "U+1E141", widthRatio: 1.67, heightRatio: 1.03 }
|
|
6003
4658
|
],
|
|
6004
4659
|
"\u{1E2F0}": [
|
|
6005
|
-
{ latin: "o", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E2F0", widthRatio: 1.17, heightRatio: 1.3 }
|
|
6006
|
-
],
|
|
6007
|
-
"\u{1E4D0}": [
|
|
6008
|
-
{ latin: "3", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E4D0", widthRatio: 1.08, heightRatio: 1 }
|
|
6009
|
-
],
|
|
6010
|
-
"\u{1E4D4}": [
|
|
6011
|
-
{ latin: "e", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E4D4", widthRatio: 1.26, heightRatio: 1.28 }
|
|
6012
|
-
],
|
|
6013
|
-
"\u{1E4E3}": [
|
|
6014
|
-
{ latin: "8", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E4E3", widthRatio: 1.17, heightRatio: 1.03 }
|
|
6015
|
-
],
|
|
6016
|
-
"\u{1E4E8}": [
|
|
6017
|
-
{ latin: "v", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E4E8", widthRatio: 1.48, heightRatio: 1.4 }
|
|
6018
|
-
],
|
|
6019
|
-
"\u{1E4E9}": [
|
|
6020
|
-
{ latin: "q", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E4E9", widthRatio: 1.08, heightRatio: 1 }
|
|
4660
|
+
{ latin: "o", visualScore: 0.2857, source: "novel", script: "Common", codepoint: "U+1E2F0", widthRatio: 1.17, heightRatio: 1.3 }
|
|
6021
4661
|
],
|
|
6022
4662
|
"\u{1E4F1}": [
|
|
6023
|
-
{ latin: "
|
|
6024
|
-
{ latin: "
|
|
6025
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E4F1", widthRatio: 1.25, heightRatio: 1 },
|
|
6026
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E4F1", widthRatio: 3.5, heightRatio: 1 }
|
|
6027
|
-
],
|
|
6028
|
-
"\u{1E4F3}": [
|
|
6029
|
-
{ latin: "z", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E4F3", widthRatio: 1.19, heightRatio: 1.3 }
|
|
6030
|
-
],
|
|
6031
|
-
"\u{1E81A}": [
|
|
6032
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E81A", widthRatio: 1.12, heightRatio: 1.16 }
|
|
4663
|
+
{ latin: "l", visualScore: 0.381, source: "novel", script: "Common", codepoint: "U+1E4F1", widthRatio: 1.25, heightRatio: 1 },
|
|
4664
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+1E4F1", widthRatio: 1.25, heightRatio: 1.06 }
|
|
6033
4665
|
],
|
|
6034
4666
|
"\u{1E822}": [
|
|
6035
|
-
{ latin: "
|
|
6036
|
-
{ latin: "
|
|
6037
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E822", widthRatio: 1, heightRatio: 1 },
|
|
6038
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E822", widthRatio: 2.8, heightRatio: 1 }
|
|
6039
|
-
],
|
|
6040
|
-
"\u{1E826}": [
|
|
6041
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E826", widthRatio: 2.2, heightRatio: 1.33 },
|
|
6042
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E826", widthRatio: 1.38, heightRatio: 1.11 },
|
|
6043
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E826", widthRatio: 2.2, heightRatio: 1.26 }
|
|
6044
|
-
],
|
|
6045
|
-
"\u{1E829}": [
|
|
6046
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E829", widthRatio: 2.2, heightRatio: 1.39 },
|
|
6047
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E829", widthRatio: 1.38, heightRatio: 1.07 },
|
|
6048
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E829", widthRatio: 2.2, heightRatio: 1.31 }
|
|
6049
|
-
],
|
|
6050
|
-
"\u{1E82B}": [
|
|
6051
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E82B", widthRatio: 1.2, heightRatio: 1.24 },
|
|
6052
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E82B", widthRatio: 1.33, heightRatio: 1.2 },
|
|
6053
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E82B", widthRatio: 1.2, heightRatio: 1.17 },
|
|
6054
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E82B", widthRatio: 2.33, heightRatio: 1.17 }
|
|
4667
|
+
{ latin: "l", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+1E822", widthRatio: 1, heightRatio: 1 },
|
|
4668
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Other", codepoint: "U+1E822", widthRatio: 1, heightRatio: 1.06 }
|
|
6055
4669
|
],
|
|
6056
4670
|
"\u{1E867}": [
|
|
6057
|
-
{ latin: "i", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E867", widthRatio: 2.8, heightRatio: 1.15 }
|
|
6058
|
-
{ latin: "j", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E867", widthRatio: 1.75, heightRatio: 1.29 }
|
|
6059
|
-
],
|
|
6060
|
-
"\u{1E88D}": [
|
|
6061
|
-
{ latin: "y", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E88D", widthRatio: 1.1, heightRatio: 1.17 }
|
|
4671
|
+
{ latin: "i", visualScore: 0.381, source: "novel", script: "Other", codepoint: "U+1E867", widthRatio: 2.8, heightRatio: 1.15 }
|
|
6062
4672
|
],
|
|
6063
4673
|
"\u{1E8C7}": [
|
|
6064
|
-
{ latin: "l", visualScore: 0, source: "tr39", script: "Common", codepoint: "U+1E8C7", widthRatio: 1, heightRatio: 1.06 }
|
|
4674
|
+
{ latin: "l", visualScore: 0.381, source: "tr39", script: "Common", codepoint: "U+1E8C7", widthRatio: 1, heightRatio: 1.06 },
|
|
4675
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+1E8C7", widthRatio: null, heightRatio: null }
|
|
6065
4676
|
],
|
|
6066
4677
|
"\u{1E8CB}": [
|
|
6067
4678
|
{ latin: "8", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+1E8CB", widthRatio: 1.14, heightRatio: 1.06 }
|
|
6068
4679
|
],
|
|
6069
|
-
"\u{1E906}": [
|
|
6070
|
-
{ latin: "p", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E906", widthRatio: 1.05, heightRatio: 1.06 }
|
|
6071
|
-
],
|
|
6072
|
-
"\u{1E90A}": [
|
|
6073
|
-
{ latin: "h", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E90A", widthRatio: 1.2, heightRatio: 1.18 }
|
|
6074
|
-
],
|
|
6075
|
-
"\u{1E90C}": [
|
|
6076
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E90C", widthRatio: 1.53, heightRatio: 1.8 }
|
|
6077
|
-
],
|
|
6078
|
-
"\u{1E912}": [
|
|
6079
|
-
{ latin: "3", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E912", widthRatio: 1.04, heightRatio: 1.06 }
|
|
6080
|
-
],
|
|
6081
|
-
"\u{1E92E}": [
|
|
6082
|
-
{ latin: "c", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E92E", widthRatio: 1.04, heightRatio: 1.12 }
|
|
6083
|
-
],
|
|
6084
|
-
"\u{1E936}": [
|
|
6085
|
-
{ latin: "m", visualScore: 0, source: "novel", script: "Other", codepoint: "U+1E936", widthRatio: 1.28, heightRatio: 1.29 }
|
|
6086
|
-
],
|
|
6087
4680
|
"\u{1E951}": [
|
|
6088
|
-
{ latin: "
|
|
6089
|
-
{ latin: "
|
|
6090
|
-
{ latin: "l", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E951", widthRatio: 1, heightRatio: 1 },
|
|
6091
|
-
{ latin: "t", visualScore: 0, source: "novel", script: "Common", codepoint: "U+1E951", widthRatio: 2.8, heightRatio: 1 }
|
|
4681
|
+
{ latin: "l", visualScore: 0.4286, source: "novel", script: "Common", codepoint: "U+1E951", widthRatio: 1, heightRatio: 1 },
|
|
4682
|
+
{ latin: "i", visualScore: 0.1429, source: "novel", script: "Common", codepoint: "U+1E951", widthRatio: 1, heightRatio: 1.06 }
|
|
6092
4683
|
],
|
|
6093
4684
|
"\u{1EE00}": [
|
|
6094
4685
|
{ latin: "l", visualScore: 1, source: "tr39", script: "Arabic", codepoint: "U+1EE00", widthRatio: null, heightRatio: null }
|
|
@@ -6142,7 +4733,7 @@ var LLM_CONFUSABLE_MAP = {
|
|
|
6142
4733
|
{ latin: "9", visualScore: 1, source: "tr39", script: "Common", codepoint: "U+1FBF9", widthRatio: null, heightRatio: null }
|
|
6143
4734
|
]
|
|
6144
4735
|
};
|
|
6145
|
-
var LLM_CONFUSABLE_MAP_SOURCE_COUNTS = Object.freeze({ tr39: 1425, novel:
|
|
4736
|
+
var LLM_CONFUSABLE_MAP_SOURCE_COUNTS = Object.freeze({ tr39: 1425, novel: 166 });
|
|
6146
4737
|
|
|
6147
4738
|
// src/index.ts
|
|
6148
4739
|
function asRecord(value) {
|
|
@@ -8931,6 +7522,7 @@ var COMPOSABILITY_VECTORS = NFKC_TR39_DIVERGENCE_VECTORS;
|
|
|
8931
7522
|
var COMPOSABILITY_VECTORS_COUNT = COMPOSABILITY_VECTORS.length;
|
|
8932
7523
|
var DEFAULT_IGNORABLE_RE = /[\u00AD\u034F\u061C\u115F\u1160\u17B4\u17B5\u180B-\u180F\u200B-\u200F\u202A-\u202E\u2060-\u206F\uFE00-\uFE0F\uFEFF\uFFA0\uFFF0-\uFFF8\u{1BCA0}-\u{1BCA3}\u{1D173}-\u{1D17A}\u{E0000}-\u{E0FFF}]/gu;
|
|
8933
7524
|
var DEFAULT_IGNORABLE_SINGLE_RE = new RegExp(DEFAULT_IGNORABLE_RE.source, "u");
|
|
7525
|
+
var DIACRITIC_RE = /[\u0300-\u036F\u1AB0-\u1AFF\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/gu;
|
|
8934
7526
|
var LETTER_RE = /\p{L}/u;
|
|
8935
7527
|
var LATIN_SCRIPT_RE = /\p{Script=Latin}/u;
|
|
8936
7528
|
var SCRIPT_DETECTORS = [
|
|
@@ -9115,13 +7707,14 @@ function buildInsertionStep(ch, fromIndex, toIndex) {
|
|
|
9115
7707
|
}
|
|
9116
7708
|
function skeleton(input, options) {
|
|
9117
7709
|
const map = options?.map ?? CONFUSABLE_MAP_FULL;
|
|
9118
|
-
|
|
7710
|
+
const dropMarks = (v) => options?.ignoreDiacritics ? v.replace(DIACRITIC_RE, "") : v;
|
|
7711
|
+
let s = dropMarks(input.normalize("NFD"));
|
|
9119
7712
|
s = s.replace(DEFAULT_IGNORABLE_RE, "");
|
|
9120
7713
|
let result = "";
|
|
9121
7714
|
for (const ch of s) {
|
|
9122
7715
|
result += map[ch] ?? ch;
|
|
9123
7716
|
}
|
|
9124
|
-
result = result.normalize("NFD");
|
|
7717
|
+
result = dropMarks(result.normalize("NFD"));
|
|
9125
7718
|
return result.toLowerCase();
|
|
9126
7719
|
}
|
|
9127
7720
|
function confusableDistance(a, b, options) {
|