applied-ai-018 commited on
Commit
5361553
·
verified ·
1 Parent(s): 97f408a

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/__init__.cpython-310.pyc +0 -0
  2. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/big5prober.cpython-310.pyc +0 -0
  3. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/charsetgroupprober.cpython-310.pyc +0 -0
  4. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/charsetprober.cpython-310.pyc +0 -0
  5. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/codingstatemachinedict.cpython-310.pyc +0 -0
  6. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/cp949prober.cpython-310.pyc +0 -0
  7. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/enums.cpython-310.pyc +0 -0
  8. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/escprober.cpython-310.pyc +0 -0
  9. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/escsm.cpython-310.pyc +0 -0
  10. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/eucjpprober.cpython-310.pyc +0 -0
  11. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/euckrprober.cpython-310.pyc +0 -0
  12. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/euctwfreq.cpython-310.pyc +0 -0
  13. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/euctwprober.cpython-310.pyc +0 -0
  14. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/gb2312freq.cpython-310.pyc +0 -0
  15. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/gb2312prober.cpython-310.pyc +0 -0
  16. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/hebrewprober.cpython-310.pyc +0 -0
  17. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/jisfreq.cpython-310.pyc +0 -0
  18. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/johabfreq.cpython-310.pyc +0 -0
  19. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/johabprober.cpython-310.pyc +0 -0
  20. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/jpcntx.cpython-310.pyc +0 -0
  21. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc +0 -0
  22. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langgreekmodel.cpython-310.pyc +0 -0
  23. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langhebrewmodel.cpython-310.pyc +0 -0
  24. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langhungarianmodel.cpython-310.pyc +0 -0
  25. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langrussianmodel.cpython-310.pyc +0 -0
  26. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langthaimodel.cpython-310.pyc +0 -0
  27. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/macromanprober.cpython-310.pyc +0 -0
  28. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/mbcharsetprober.cpython-310.pyc +0 -0
  29. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc +0 -0
  30. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/resultdict.cpython-310.pyc +0 -0
  31. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/sbcharsetprober.cpython-310.pyc +0 -0
  32. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc +0 -0
  33. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/sjisprober.cpython-310.pyc +0 -0
  34. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/utf1632prober.cpython-310.pyc +0 -0
  35. env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/version.cpython-310.pyc +0 -0
  36. env-llmeval/lib/python3.10/site-packages/chardet/chardistribution.py +261 -0
  37. env-llmeval/lib/python3.10/site-packages/chardet/charsetprober.py +147 -0
  38. env-llmeval/lib/python3.10/site-packages/chardet/cli/__init__.py +0 -0
  39. env-llmeval/lib/python3.10/site-packages/chardet/cp949prober.py +49 -0
  40. env-llmeval/lib/python3.10/site-packages/chardet/escprober.py +102 -0
  41. env-llmeval/lib/python3.10/site-packages/chardet/eucjpprober.py +102 -0
  42. env-llmeval/lib/python3.10/site-packages/chardet/euckrprober.py +47 -0
  43. env-llmeval/lib/python3.10/site-packages/chardet/euctwprober.py +47 -0
  44. env-llmeval/lib/python3.10/site-packages/chardet/gb2312freq.py +284 -0
  45. env-llmeval/lib/python3.10/site-packages/chardet/jisfreq.py +325 -0
  46. env-llmeval/lib/python3.10/site-packages/chardet/langbulgarianmodel.py +0 -0
  47. env-llmeval/lib/python3.10/site-packages/chardet/langhungarianmodel.py +0 -0
  48. env-llmeval/lib/python3.10/site-packages/chardet/langrussianmodel.py +0 -0
  49. env-llmeval/lib/python3.10/site-packages/chardet/langturkishmodel.py +4380 -0
  50. env-llmeval/lib/python3.10/site-packages/chardet/latin1prober.py +147 -0
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (3.15 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/big5prober.cpython-310.pyc ADDED
Binary file (1.14 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/charsetgroupprober.cpython-310.pyc ADDED
Binary file (2.4 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/charsetprober.cpython-310.pyc ADDED
Binary file (3.81 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/codingstatemachinedict.cpython-310.pyc ADDED
Binary file (676 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/cp949prober.cpython-310.pyc ADDED
Binary file (1.14 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/enums.cpython-310.pyc ADDED
Binary file (2.64 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/escprober.cpython-310.pyc ADDED
Binary file (2.8 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/escsm.cpython-310.pyc ADDED
Binary file (8.5 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/eucjpprober.cpython-310.pyc ADDED
Binary file (2.58 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/euckrprober.cpython-310.pyc ADDED
Binary file (1.15 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/euctwfreq.cpython-310.pyc ADDED
Binary file (27.2 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/euctwprober.cpython-310.pyc ADDED
Binary file (1.15 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/gb2312freq.cpython-310.pyc ADDED
Binary file (19.1 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/gb2312prober.cpython-310.pyc ADDED
Binary file (1.15 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/hebrewprober.cpython-310.pyc ADDED
Binary file (3.39 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/jisfreq.cpython-310.pyc ADDED
Binary file (22.1 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/johabfreq.cpython-310.pyc ADDED
Binary file (139 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/johabprober.cpython-310.pyc ADDED
Binary file (1.14 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/jpcntx.cpython-310.pyc ADDED
Binary file (38 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langbulgarianmodel.cpython-310.pyc ADDED
Binary file (47.9 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langgreekmodel.cpython-310.pyc ADDED
Binary file (46.1 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langhebrewmodel.cpython-310.pyc ADDED
Binary file (44.5 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langhungarianmodel.cpython-310.pyc ADDED
Binary file (47.9 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langrussianmodel.cpython-310.pyc ADDED
Binary file (61 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/langthaimodel.cpython-310.pyc ADDED
Binary file (44.7 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/macromanprober.cpython-310.pyc ADDED
Binary file (4.68 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/mbcharsetprober.cpython-310.pyc ADDED
Binary file (2.29 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/mbcsgroupprober.cpython-310.pyc ADDED
Binary file (1.24 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/resultdict.cpython-310.pyc ADDED
Binary file (556 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/sbcharsetprober.cpython-310.pyc ADDED
Binary file (3.66 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/sbcsgroupprober.cpython-310.pyc ADDED
Binary file (1.72 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/sjisprober.cpython-310.pyc ADDED
Binary file (2.62 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/utf1632prober.cpython-310.pyc ADDED
Binary file (6.08 kB). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/__pycache__/version.cpython-310.pyc ADDED
Binary file (421 Bytes). View file
 
env-llmeval/lib/python3.10/site-packages/chardet/chardistribution.py ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is Mozilla Communicator client code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ from typing import Tuple, Union
29
+
30
+ from .big5freq import (
31
+ BIG5_CHAR_TO_FREQ_ORDER,
32
+ BIG5_TABLE_SIZE,
33
+ BIG5_TYPICAL_DISTRIBUTION_RATIO,
34
+ )
35
+ from .euckrfreq import (
36
+ EUCKR_CHAR_TO_FREQ_ORDER,
37
+ EUCKR_TABLE_SIZE,
38
+ EUCKR_TYPICAL_DISTRIBUTION_RATIO,
39
+ )
40
+ from .euctwfreq import (
41
+ EUCTW_CHAR_TO_FREQ_ORDER,
42
+ EUCTW_TABLE_SIZE,
43
+ EUCTW_TYPICAL_DISTRIBUTION_RATIO,
44
+ )
45
+ from .gb2312freq import (
46
+ GB2312_CHAR_TO_FREQ_ORDER,
47
+ GB2312_TABLE_SIZE,
48
+ GB2312_TYPICAL_DISTRIBUTION_RATIO,
49
+ )
50
+ from .jisfreq import (
51
+ JIS_CHAR_TO_FREQ_ORDER,
52
+ JIS_TABLE_SIZE,
53
+ JIS_TYPICAL_DISTRIBUTION_RATIO,
54
+ )
55
+ from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE
56
+
57
+
58
+ class CharDistributionAnalysis:
59
+ ENOUGH_DATA_THRESHOLD = 1024
60
+ SURE_YES = 0.99
61
+ SURE_NO = 0.01
62
+ MINIMUM_DATA_THRESHOLD = 3
63
+
64
+ def __init__(self) -> None:
65
+ # Mapping table to get frequency order from char order (get from
66
+ # GetOrder())
67
+ self._char_to_freq_order: Tuple[int, ...] = tuple()
68
+ self._table_size = 0 # Size of above table
69
+ # This is a constant value which varies from language to language,
70
+ # used in calculating confidence. See
71
+ # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html
72
+ # for further detail.
73
+ self.typical_distribution_ratio = 0.0
74
+ self._done = False
75
+ self._total_chars = 0
76
+ self._freq_chars = 0
77
+ self.reset()
78
+
79
+ def reset(self) -> None:
80
+ """reset analyser, clear any state"""
81
+ # If this flag is set to True, detection is done and conclusion has
82
+ # been made
83
+ self._done = False
84
+ self._total_chars = 0 # Total characters encountered
85
+ # The number of characters whose frequency order is less than 512
86
+ self._freq_chars = 0
87
+
88
+ def feed(self, char: Union[bytes, bytearray], char_len: int) -> None:
89
+ """feed a character with known length"""
90
+ if char_len == 2:
91
+ # we only care about 2-bytes character in our distribution analysis
92
+ order = self.get_order(char)
93
+ else:
94
+ order = -1
95
+ if order >= 0:
96
+ self._total_chars += 1
97
+ # order is valid
98
+ if order < self._table_size:
99
+ if 512 > self._char_to_freq_order[order]:
100
+ self._freq_chars += 1
101
+
102
+ def get_confidence(self) -> float:
103
+ """return confidence based on existing data"""
104
+ # if we didn't receive any character in our consideration range,
105
+ # return negative answer
106
+ if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD:
107
+ return self.SURE_NO
108
+
109
+ if self._total_chars != self._freq_chars:
110
+ r = self._freq_chars / (
111
+ (self._total_chars - self._freq_chars) * self.typical_distribution_ratio
112
+ )
113
+ if r < self.SURE_YES:
114
+ return r
115
+
116
+ # normalize confidence (we don't want to be 100% sure)
117
+ return self.SURE_YES
118
+
119
+ def got_enough_data(self) -> bool:
120
+ # It is not necessary to receive all data to draw conclusion.
121
+ # For charset detection, certain amount of data is enough
122
+ return self._total_chars > self.ENOUGH_DATA_THRESHOLD
123
+
124
+ def get_order(self, _: Union[bytes, bytearray]) -> int:
125
+ # We do not handle characters based on the original encoding string,
126
+ # but convert this encoding string to a number, here called order.
127
+ # This allows multiple encodings of a language to share one frequency
128
+ # table.
129
+ return -1
130
+
131
+
132
+ class EUCTWDistributionAnalysis(CharDistributionAnalysis):
133
+ def __init__(self) -> None:
134
+ super().__init__()
135
+ self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER
136
+ self._table_size = EUCTW_TABLE_SIZE
137
+ self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO
138
+
139
+ def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
140
+ # for euc-TW encoding, we are interested
141
+ # first byte range: 0xc4 -- 0xfe
142
+ # second byte range: 0xa1 -- 0xfe
143
+ # no validation needed here. State machine has done that
144
+ first_char = byte_str[0]
145
+ if first_char >= 0xC4:
146
+ return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1
147
+ return -1
148
+
149
+
150
+ class EUCKRDistributionAnalysis(CharDistributionAnalysis):
151
+ def __init__(self) -> None:
152
+ super().__init__()
153
+ self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER
154
+ self._table_size = EUCKR_TABLE_SIZE
155
+ self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO
156
+
157
+ def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
158
+ # for euc-KR encoding, we are interested
159
+ # first byte range: 0xb0 -- 0xfe
160
+ # second byte range: 0xa1 -- 0xfe
161
+ # no validation needed here. State machine has done that
162
+ first_char = byte_str[0]
163
+ if first_char >= 0xB0:
164
+ return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1
165
+ return -1
166
+
167
+
168
+ class JOHABDistributionAnalysis(CharDistributionAnalysis):
169
+ def __init__(self) -> None:
170
+ super().__init__()
171
+ self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER
172
+ self._table_size = EUCKR_TABLE_SIZE
173
+ self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO
174
+
175
+ def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
176
+ first_char = byte_str[0]
177
+ if 0x88 <= first_char < 0xD4:
178
+ code = first_char * 256 + byte_str[1]
179
+ return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1)
180
+ return -1
181
+
182
+
183
+ class GB2312DistributionAnalysis(CharDistributionAnalysis):
184
+ def __init__(self) -> None:
185
+ super().__init__()
186
+ self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER
187
+ self._table_size = GB2312_TABLE_SIZE
188
+ self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO
189
+
190
+ def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
191
+ # for GB2312 encoding, we are interested
192
+ # first byte range: 0xb0 -- 0xfe
193
+ # second byte range: 0xa1 -- 0xfe
194
+ # no validation needed here. State machine has done that
195
+ first_char, second_char = byte_str[0], byte_str[1]
196
+ if (first_char >= 0xB0) and (second_char >= 0xA1):
197
+ return 94 * (first_char - 0xB0) + second_char - 0xA1
198
+ return -1
199
+
200
+
201
+ class Big5DistributionAnalysis(CharDistributionAnalysis):
202
+ def __init__(self) -> None:
203
+ super().__init__()
204
+ self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER
205
+ self._table_size = BIG5_TABLE_SIZE
206
+ self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO
207
+
208
+ def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
209
+ # for big5 encoding, we are interested
210
+ # first byte range: 0xa4 -- 0xfe
211
+ # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe
212
+ # no validation needed here. State machine has done that
213
+ first_char, second_char = byte_str[0], byte_str[1]
214
+ if first_char >= 0xA4:
215
+ if second_char >= 0xA1:
216
+ return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63
217
+ return 157 * (first_char - 0xA4) + second_char - 0x40
218
+ return -1
219
+
220
+
221
+ class SJISDistributionAnalysis(CharDistributionAnalysis):
222
+ def __init__(self) -> None:
223
+ super().__init__()
224
+ self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER
225
+ self._table_size = JIS_TABLE_SIZE
226
+ self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO
227
+
228
+ def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
229
+ # for sjis encoding, we are interested
230
+ # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe
231
+ # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe
232
+ # no validation needed here. State machine has done that
233
+ first_char, second_char = byte_str[0], byte_str[1]
234
+ if 0x81 <= first_char <= 0x9F:
235
+ order = 188 * (first_char - 0x81)
236
+ elif 0xE0 <= first_char <= 0xEF:
237
+ order = 188 * (first_char - 0xE0 + 31)
238
+ else:
239
+ return -1
240
+ order = order + second_char - 0x40
241
+ if second_char > 0x7F:
242
+ order = -1
243
+ return order
244
+
245
+
246
+ class EUCJPDistributionAnalysis(CharDistributionAnalysis):
247
+ def __init__(self) -> None:
248
+ super().__init__()
249
+ self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER
250
+ self._table_size = JIS_TABLE_SIZE
251
+ self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO
252
+
253
+ def get_order(self, byte_str: Union[bytes, bytearray]) -> int:
254
+ # for euc-JP encoding, we are interested
255
+ # first byte range: 0xa0 -- 0xfe
256
+ # second byte range: 0xa1 -- 0xfe
257
+ # no validation needed here. State machine has done that
258
+ char = byte_str[0]
259
+ if char >= 0xA0:
260
+ return 94 * (char - 0xA1) + byte_str[1] - 0xA1
261
+ return -1
env-llmeval/lib/python3.10/site-packages/chardet/charsetprober.py ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is Mozilla Universal charset detector code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 2001
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ # Shy Shalom - original C code
12
+ #
13
+ # This library is free software; you can redistribute it and/or
14
+ # modify it under the terms of the GNU Lesser General Public
15
+ # License as published by the Free Software Foundation; either
16
+ # version 2.1 of the License, or (at your option) any later version.
17
+ #
18
+ # This library is distributed in the hope that it will be useful,
19
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
20
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
+ # Lesser General Public License for more details.
22
+ #
23
+ # You should have received a copy of the GNU Lesser General Public
24
+ # License along with this library; if not, write to the Free Software
25
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
26
+ # 02110-1301 USA
27
+ ######################### END LICENSE BLOCK #########################
28
+
29
+ import logging
30
+ import re
31
+ from typing import Optional, Union
32
+
33
+ from .enums import LanguageFilter, ProbingState
34
+
35
+ INTERNATIONAL_WORDS_PATTERN = re.compile(
36
+ b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?"
37
+ )
38
+
39
+
40
+ class CharSetProber:
41
+
42
+ SHORTCUT_THRESHOLD = 0.95
43
+
44
+ def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None:
45
+ self._state = ProbingState.DETECTING
46
+ self.active = True
47
+ self.lang_filter = lang_filter
48
+ self.logger = logging.getLogger(__name__)
49
+
50
+ def reset(self) -> None:
51
+ self._state = ProbingState.DETECTING
52
+
53
+ @property
54
+ def charset_name(self) -> Optional[str]:
55
+ return None
56
+
57
+ @property
58
+ def language(self) -> Optional[str]:
59
+ raise NotImplementedError
60
+
61
+ def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
62
+ raise NotImplementedError
63
+
64
+ @property
65
+ def state(self) -> ProbingState:
66
+ return self._state
67
+
68
+ def get_confidence(self) -> float:
69
+ return 0.0
70
+
71
+ @staticmethod
72
+ def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes:
73
+ buf = re.sub(b"([\x00-\x7F])+", b" ", buf)
74
+ return buf
75
+
76
+ @staticmethod
77
+ def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray:
78
+ """
79
+ We define three types of bytes:
80
+ alphabet: english alphabets [a-zA-Z]
81
+ international: international characters [\x80-\xFF]
82
+ marker: everything else [^a-zA-Z\x80-\xFF]
83
+ The input buffer can be thought to contain a series of words delimited
84
+ by markers. This function works to filter all words that contain at
85
+ least one international character. All contiguous sequences of markers
86
+ are replaced by a single space ascii character.
87
+ This filter applies to all scripts which do not use English characters.
88
+ """
89
+ filtered = bytearray()
90
+
91
+ # This regex expression filters out only words that have at-least one
92
+ # international character. The word may include one marker character at
93
+ # the end.
94
+ words = INTERNATIONAL_WORDS_PATTERN.findall(buf)
95
+
96
+ for word in words:
97
+ filtered.extend(word[:-1])
98
+
99
+ # If the last character in the word is a marker, replace it with a
100
+ # space as markers shouldn't affect our analysis (they are used
101
+ # similarly across all languages and may thus have similar
102
+ # frequencies).
103
+ last_char = word[-1:]
104
+ if not last_char.isalpha() and last_char < b"\x80":
105
+ last_char = b" "
106
+ filtered.extend(last_char)
107
+
108
+ return filtered
109
+
110
+ @staticmethod
111
+ def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes:
112
+ """
113
+ Returns a copy of ``buf`` that retains only the sequences of English
114
+ alphabet and high byte characters that are not between <> characters.
115
+ This filter can be applied to all scripts which contain both English
116
+ characters and extended ASCII characters, but is currently only used by
117
+ ``Latin1Prober``.
118
+ """
119
+ filtered = bytearray()
120
+ in_tag = False
121
+ prev = 0
122
+ buf = memoryview(buf).cast("c")
123
+
124
+ for curr, buf_char in enumerate(buf):
125
+ # Check if we're coming out of or entering an XML tag
126
+
127
+ # https://github.com/python/typeshed/issues/8182
128
+ if buf_char == b">": # type: ignore[comparison-overlap]
129
+ prev = curr + 1
130
+ in_tag = False
131
+ # https://github.com/python/typeshed/issues/8182
132
+ elif buf_char == b"<": # type: ignore[comparison-overlap]
133
+ if curr > prev and not in_tag:
134
+ # Keep everything after last non-extended-ASCII,
135
+ # non-alphabetic character
136
+ filtered.extend(buf[prev:curr])
137
+ # Output a space to delimit stretch we kept
138
+ filtered.extend(b" ")
139
+ in_tag = True
140
+
141
+ # If we're not in a tag...
142
+ if not in_tag:
143
+ # Keep everything after last non-extended-ASCII, non-alphabetic
144
+ # character
145
+ filtered.extend(buf[prev:])
146
+
147
+ return filtered
env-llmeval/lib/python3.10/site-packages/chardet/cli/__init__.py ADDED
File without changes
env-llmeval/lib/python3.10/site-packages/chardet/cp949prober.py ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is mozilla.org code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ from .chardistribution import EUCKRDistributionAnalysis
29
+ from .codingstatemachine import CodingStateMachine
30
+ from .mbcharsetprober import MultiByteCharSetProber
31
+ from .mbcssm import CP949_SM_MODEL
32
+
33
+
34
+ class CP949Prober(MultiByteCharSetProber):
35
+ def __init__(self) -> None:
36
+ super().__init__()
37
+ self.coding_sm = CodingStateMachine(CP949_SM_MODEL)
38
+ # NOTE: CP949 is a superset of EUC-KR, so the distribution should be
39
+ # not different.
40
+ self.distribution_analyzer = EUCKRDistributionAnalysis()
41
+ self.reset()
42
+
43
+ @property
44
+ def charset_name(self) -> str:
45
+ return "CP949"
46
+
47
+ @property
48
+ def language(self) -> str:
49
+ return "Korean"
env-llmeval/lib/python3.10/site-packages/chardet/escprober.py ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is mozilla.org code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ from typing import Optional, Union
29
+
30
+ from .charsetprober import CharSetProber
31
+ from .codingstatemachine import CodingStateMachine
32
+ from .enums import LanguageFilter, MachineState, ProbingState
33
+ from .escsm import (
34
+ HZ_SM_MODEL,
35
+ ISO2022CN_SM_MODEL,
36
+ ISO2022JP_SM_MODEL,
37
+ ISO2022KR_SM_MODEL,
38
+ )
39
+
40
+
41
+ class EscCharSetProber(CharSetProber):
42
+ """
43
+ This CharSetProber uses a "code scheme" approach for detecting encodings,
44
+ whereby easily recognizable escape or shift sequences are relied on to
45
+ identify these encodings.
46
+ """
47
+
48
+ def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None:
49
+ super().__init__(lang_filter=lang_filter)
50
+ self.coding_sm = []
51
+ if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED:
52
+ self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL))
53
+ self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL))
54
+ if self.lang_filter & LanguageFilter.JAPANESE:
55
+ self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL))
56
+ if self.lang_filter & LanguageFilter.KOREAN:
57
+ self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL))
58
+ self.active_sm_count = 0
59
+ self._detected_charset: Optional[str] = None
60
+ self._detected_language: Optional[str] = None
61
+ self._state = ProbingState.DETECTING
62
+ self.reset()
63
+
64
+ def reset(self) -> None:
65
+ super().reset()
66
+ for coding_sm in self.coding_sm:
67
+ coding_sm.active = True
68
+ coding_sm.reset()
69
+ self.active_sm_count = len(self.coding_sm)
70
+ self._detected_charset = None
71
+ self._detected_language = None
72
+
73
+ @property
74
+ def charset_name(self) -> Optional[str]:
75
+ return self._detected_charset
76
+
77
+ @property
78
+ def language(self) -> Optional[str]:
79
+ return self._detected_language
80
+
81
+ def get_confidence(self) -> float:
82
+ return 0.99 if self._detected_charset else 0.00
83
+
84
+ def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
85
+ for c in byte_str:
86
+ for coding_sm in self.coding_sm:
87
+ if not coding_sm.active:
88
+ continue
89
+ coding_state = coding_sm.next_state(c)
90
+ if coding_state == MachineState.ERROR:
91
+ coding_sm.active = False
92
+ self.active_sm_count -= 1
93
+ if self.active_sm_count <= 0:
94
+ self._state = ProbingState.NOT_ME
95
+ return self.state
96
+ elif coding_state == MachineState.ITS_ME:
97
+ self._state = ProbingState.FOUND_IT
98
+ self._detected_charset = coding_sm.get_coding_state_machine()
99
+ self._detected_language = coding_sm.language
100
+ return self.state
101
+
102
+ return self.state
env-llmeval/lib/python3.10/site-packages/chardet/eucjpprober.py ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is mozilla.org code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ from typing import Union
29
+
30
+ from .chardistribution import EUCJPDistributionAnalysis
31
+ from .codingstatemachine import CodingStateMachine
32
+ from .enums import MachineState, ProbingState
33
+ from .jpcntx import EUCJPContextAnalysis
34
+ from .mbcharsetprober import MultiByteCharSetProber
35
+ from .mbcssm import EUCJP_SM_MODEL
36
+
37
+
38
+ class EUCJPProber(MultiByteCharSetProber):
39
+ def __init__(self) -> None:
40
+ super().__init__()
41
+ self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL)
42
+ self.distribution_analyzer = EUCJPDistributionAnalysis()
43
+ self.context_analyzer = EUCJPContextAnalysis()
44
+ self.reset()
45
+
46
+ def reset(self) -> None:
47
+ super().reset()
48
+ self.context_analyzer.reset()
49
+
50
+ @property
51
+ def charset_name(self) -> str:
52
+ return "EUC-JP"
53
+
54
+ @property
55
+ def language(self) -> str:
56
+ return "Japanese"
57
+
58
+ def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
59
+ assert self.coding_sm is not None
60
+ assert self.distribution_analyzer is not None
61
+
62
+ for i, byte in enumerate(byte_str):
63
+ # PY3K: byte_str is a byte array, so byte is an int, not a byte
64
+ coding_state = self.coding_sm.next_state(byte)
65
+ if coding_state == MachineState.ERROR:
66
+ self.logger.debug(
67
+ "%s %s prober hit error at byte %s",
68
+ self.charset_name,
69
+ self.language,
70
+ i,
71
+ )
72
+ self._state = ProbingState.NOT_ME
73
+ break
74
+ if coding_state == MachineState.ITS_ME:
75
+ self._state = ProbingState.FOUND_IT
76
+ break
77
+ if coding_state == MachineState.START:
78
+ char_len = self.coding_sm.get_current_charlen()
79
+ if i == 0:
80
+ self._last_char[1] = byte
81
+ self.context_analyzer.feed(self._last_char, char_len)
82
+ self.distribution_analyzer.feed(self._last_char, char_len)
83
+ else:
84
+ self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len)
85
+ self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len)
86
+
87
+ self._last_char[0] = byte_str[-1]
88
+
89
+ if self.state == ProbingState.DETECTING:
90
+ if self.context_analyzer.got_enough_data() and (
91
+ self.get_confidence() > self.SHORTCUT_THRESHOLD
92
+ ):
93
+ self._state = ProbingState.FOUND_IT
94
+
95
+ return self.state
96
+
97
+ def get_confidence(self) -> float:
98
+ assert self.distribution_analyzer is not None
99
+
100
+ context_conf = self.context_analyzer.get_confidence()
101
+ distrib_conf = self.distribution_analyzer.get_confidence()
102
+ return max(context_conf, distrib_conf)
env-llmeval/lib/python3.10/site-packages/chardet/euckrprober.py ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is mozilla.org code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ from .chardistribution import EUCKRDistributionAnalysis
29
+ from .codingstatemachine import CodingStateMachine
30
+ from .mbcharsetprober import MultiByteCharSetProber
31
+ from .mbcssm import EUCKR_SM_MODEL
32
+
33
+
34
+ class EUCKRProber(MultiByteCharSetProber):
35
+ def __init__(self) -> None:
36
+ super().__init__()
37
+ self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL)
38
+ self.distribution_analyzer = EUCKRDistributionAnalysis()
39
+ self.reset()
40
+
41
+ @property
42
+ def charset_name(self) -> str:
43
+ return "EUC-KR"
44
+
45
+ @property
46
+ def language(self) -> str:
47
+ return "Korean"
env-llmeval/lib/python3.10/site-packages/chardet/euctwprober.py ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is mozilla.org code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ from .chardistribution import EUCTWDistributionAnalysis
29
+ from .codingstatemachine import CodingStateMachine
30
+ from .mbcharsetprober import MultiByteCharSetProber
31
+ from .mbcssm import EUCTW_SM_MODEL
32
+
33
+
34
+ class EUCTWProber(MultiByteCharSetProber):
35
+ def __init__(self) -> None:
36
+ super().__init__()
37
+ self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL)
38
+ self.distribution_analyzer = EUCTWDistributionAnalysis()
39
+ self.reset()
40
+
41
+ @property
42
+ def charset_name(self) -> str:
43
+ return "EUC-TW"
44
+
45
+ @property
46
+ def language(self) -> str:
47
+ return "Taiwan"
env-llmeval/lib/python3.10/site-packages/chardet/gb2312freq.py ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is Mozilla Communicator client code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ # GB2312 most frequently used character table
29
+ #
30
+ # Char to FreqOrder table , from hz6763
31
+
32
+ # 512 --> 0.79 -- 0.79
33
+ # 1024 --> 0.92 -- 0.13
34
+ # 2048 --> 0.98 -- 0.06
35
+ # 6768 --> 1.00 -- 0.02
36
+ #
37
+ # Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79
38
+ # Random Distribution Ration = 512 / (3755 - 512) = 0.157
39
+ #
40
+ # Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR
41
+
42
+ GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9
43
+
44
+ GB2312_TABLE_SIZE = 3760
45
+
46
+ # fmt: off
47
+ GB2312_CHAR_TO_FREQ_ORDER = (
48
+ 1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205,
49
+ 2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842,
50
+ 2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409,
51
+ 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670,
52
+ 1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820,
53
+ 1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585,
54
+ 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566,
55
+ 1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575,
56
+ 2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853,
57
+ 3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061,
58
+ 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155,
59
+ 1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406,
60
+ 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816,
61
+ 2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606,
62
+ 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023,
63
+ 2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414,
64
+ 1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513,
65
+ 3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052,
66
+ 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570,
67
+ 1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575,
68
+ 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250,
69
+ 2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506,
70
+ 1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26,
71
+ 3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835,
72
+ 1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686,
73
+ 2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054,
74
+ 1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894,
75
+ 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105,
76
+ 3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403,
77
+ 3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694,
78
+ 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873,
79
+ 3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940,
80
+ 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121,
81
+ 1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648,
82
+ 3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992,
83
+ 2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233,
84
+ 1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157,
85
+ 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807,
86
+ 1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094,
87
+ 4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258,
88
+ 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478,
89
+ 3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152,
90
+ 3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909,
91
+ 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272,
92
+ 1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221,
93
+ 2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252,
94
+ 1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301,
95
+ 1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254,
96
+ 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070,
97
+ 3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461,
98
+ 3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360,
99
+ 4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124,
100
+ 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535,
101
+ 3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243,
102
+ 1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713,
103
+ 1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071,
104
+ 4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442,
105
+ 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946,
106
+ 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257,
107
+ 3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180,
108
+ 1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427,
109
+ 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781,
110
+ 1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724,
111
+ 2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937,
112
+ 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943,
113
+ 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789,
114
+ 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552,
115
+ 3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246,
116
+ 4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451,
117
+ 3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310,
118
+ 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860,
119
+ 2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297,
120
+ 2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780,
121
+ 2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745,
122
+ 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936,
123
+ 2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032,
124
+ 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657,
125
+ 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414,
126
+ 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976,
127
+ 3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436,
128
+ 2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254,
129
+ 2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536,
130
+ 1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238,
131
+ 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059,
132
+ 2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741,
133
+ 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447,
134
+ 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601,
135
+ 1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269,
136
+ 1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894,
137
+ 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173,
138
+ 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994,
139
+ 1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956,
140
+ 2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437,
141
+ 3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154,
142
+ 2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240,
143
+ 2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143,
144
+ 2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634,
145
+ 3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472,
146
+ 1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541,
147
+ 1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143,
148
+ 2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312,
149
+ 1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414,
150
+ 3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754,
151
+ 1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424,
152
+ 1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302,
153
+ 3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739,
154
+ 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004,
155
+ 2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484,
156
+ 1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739,
157
+ 4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535,
158
+ 1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641,
159
+ 1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307,
160
+ 3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573,
161
+ 1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533,
162
+ 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965,
163
+ 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99,
164
+ 1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280,
165
+ 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505,
166
+ 1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012,
167
+ 1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039,
168
+ 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982,
169
+ 3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530,
170
+ 4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392,
171
+ 3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656,
172
+ 2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220,
173
+ 2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766,
174
+ 1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535,
175
+ 3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728,
176
+ 2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338,
177
+ 1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627,
178
+ 1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885,
179
+ 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411,
180
+ 2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671,
181
+ 2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162,
182
+ 3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774,
183
+ 4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524,
184
+ 3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346,
185
+ 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040,
186
+ 3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188,
187
+ 2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280,
188
+ 1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131,
189
+ 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947,
190
+ 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970,
191
+ 3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814,
192
+ 4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557,
193
+ 2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997,
194
+ 1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972,
195
+ 1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369,
196
+ 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376,
197
+ 1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480,
198
+ 3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610,
199
+ 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128,
200
+ 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769,
201
+ 1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207,
202
+ 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392,
203
+ 1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623,
204
+ 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782,
205
+ 2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650,
206
+ 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478,
207
+ 2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773,
208
+ 2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007,
209
+ 1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323,
210
+ 1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598,
211
+ 2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961,
212
+ 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302,
213
+ 1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409,
214
+ 1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683,
215
+ 2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191,
216
+ 2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616,
217
+ 3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302,
218
+ 1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774,
219
+ 4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147,
220
+ 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731,
221
+ 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464,
222
+ 3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377,
223
+ 1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315,
224
+ 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557,
225
+ 3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903,
226
+ 1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060,
227
+ 4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261,
228
+ 1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092,
229
+ 2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810,
230
+ 1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708,
231
+ 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658,
232
+ 1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871,
233
+ 3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503,
234
+ 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229,
235
+ 2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112,
236
+ 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504,
237
+ 1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389,
238
+ 1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27,
239
+ 1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542,
240
+ 3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861,
241
+ 2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845,
242
+ 3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700,
243
+ 3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469,
244
+ 3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582,
245
+ 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999,
246
+ 2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274,
247
+ 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020,
248
+ 2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601,
249
+ 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628,
250
+ 1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31,
251
+ 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668,
252
+ 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778,
253
+ 1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169,
254
+ 3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667,
255
+ 3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881,
256
+ 1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276,
257
+ 1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320,
258
+ 3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751,
259
+ 2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432,
260
+ 2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772,
261
+ 1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843,
262
+ 3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116,
263
+ 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904,
264
+ 4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652,
265
+ 1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664,
266
+ 2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770,
267
+ 3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283,
268
+ 3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626,
269
+ 1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713,
270
+ 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333,
271
+ 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062,
272
+ 2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555,
273
+ 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014,
274
+ 1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510,
275
+ 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015,
276
+ 1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459,
277
+ 1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390,
278
+ 1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238,
279
+ 1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232,
280
+ 1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624,
281
+ 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189,
282
+ 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512
283
+ )
284
+ # fmt: on
env-llmeval/lib/python3.10/site-packages/chardet/jisfreq.py ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is Mozilla Communicator client code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 1998
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ #
12
+ # This library is free software; you can redistribute it and/or
13
+ # modify it under the terms of the GNU Lesser General Public
14
+ # License as published by the Free Software Foundation; either
15
+ # version 2.1 of the License, or (at your option) any later version.
16
+ #
17
+ # This library is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
+ # Lesser General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU Lesser General Public
23
+ # License along with this library; if not, write to the Free Software
24
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
25
+ # 02110-1301 USA
26
+ ######################### END LICENSE BLOCK #########################
27
+
28
+ # Sampling from about 20M text materials include literature and computer technology
29
+ #
30
+ # Japanese frequency table, applied to both S-JIS and EUC-JP
31
+ # They are sorted in order.
32
+
33
+ # 128 --> 0.77094
34
+ # 256 --> 0.85710
35
+ # 512 --> 0.92635
36
+ # 1024 --> 0.97130
37
+ # 2048 --> 0.99431
38
+ #
39
+ # Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58
40
+ # Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191
41
+ #
42
+ # Typical Distribution Ratio, 25% of IDR
43
+
44
+ JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0
45
+
46
+ # Char to FreqOrder table ,
47
+ JIS_TABLE_SIZE = 4368
48
+
49
+ # fmt: off
50
+ JIS_CHAR_TO_FREQ_ORDER = (
51
+ 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16
52
+ 3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32
53
+ 1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48
54
+ 2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64
55
+ 2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80
56
+ 5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96
57
+ 1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112
58
+ 5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128
59
+ 5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144
60
+ 5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160
61
+ 5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176
62
+ 5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192
63
+ 5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208
64
+ 1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224
65
+ 1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240
66
+ 1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256
67
+ 2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272
68
+ 3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288
69
+ 3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304
70
+ 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320
71
+ 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336
72
+ 1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352
73
+ 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368
74
+ 5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384
75
+ 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400
76
+ 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416
77
+ 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432
78
+ 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448
79
+ 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464
80
+ 5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480
81
+ 5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496
82
+ 5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512
83
+ 4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528
84
+ 5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544
85
+ 5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560
86
+ 5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576
87
+ 5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592
88
+ 5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608
89
+ 5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624
90
+ 5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640
91
+ 5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656
92
+ 5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672
93
+ 3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688
94
+ 5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704
95
+ 5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720
96
+ 5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736
97
+ 5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752
98
+ 5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768
99
+ 5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784
100
+ 5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800
101
+ 5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816
102
+ 5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832
103
+ 5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848
104
+ 5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864
105
+ 5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880
106
+ 5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896
107
+ 5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912
108
+ 5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928
109
+ 5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944
110
+ 5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960
111
+ 5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976
112
+ 5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992
113
+ 5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008
114
+ 5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024
115
+ 5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040
116
+ 5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056
117
+ 5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072
118
+ 5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088
119
+ 5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104
120
+ 5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120
121
+ 5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136
122
+ 5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152
123
+ 5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168
124
+ 5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184
125
+ 5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200
126
+ 5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216
127
+ 5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232
128
+ 5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248
129
+ 5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264
130
+ 5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280
131
+ 5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296
132
+ 6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312
133
+ 6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328
134
+ 6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344
135
+ 6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360
136
+ 6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376
137
+ 6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392
138
+ 6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408
139
+ 6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424
140
+ 4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440
141
+ 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456
142
+ 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472
143
+ 1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488
144
+ 1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504
145
+ 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520
146
+ 3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536
147
+ 3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552
148
+ 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568
149
+ 3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584
150
+ 3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600
151
+ 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616
152
+ 2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632
153
+ 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648
154
+ 3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664
155
+ 1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680
156
+ 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696
157
+ 1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712
158
+ 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728
159
+ 2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744
160
+ 2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760
161
+ 2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776
162
+ 2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792
163
+ 1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808
164
+ 1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824
165
+ 1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840
166
+ 1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856
167
+ 2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872
168
+ 1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888
169
+ 2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904
170
+ 1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920
171
+ 1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936
172
+ 1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952
173
+ 1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968
174
+ 1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984
175
+ 1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000
176
+ 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016
177
+ 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032
178
+ 1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048
179
+ 2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064
180
+ 2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080
181
+ 2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096
182
+ 3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112
183
+ 3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128
184
+ 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144
185
+ 3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160
186
+ 1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176
187
+ 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192
188
+ 2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208
189
+ 1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224
190
+ 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240
191
+ 3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256
192
+ 4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272
193
+ 2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288
194
+ 1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304
195
+ 2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320
196
+ 1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336
197
+ 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352
198
+ 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368
199
+ 1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384
200
+ 2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400
201
+ 2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416
202
+ 2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432
203
+ 3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448
204
+ 1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464
205
+ 2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480
206
+ 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496
207
+ 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512
208
+ 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528
209
+ 1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544
210
+ 2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560
211
+ 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576
212
+ 1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592
213
+ 1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608
214
+ 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624
215
+ 1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640
216
+ 1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656
217
+ 1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672
218
+ 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688
219
+ 2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704
220
+ 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720
221
+ 2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736
222
+ 3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752
223
+ 2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768
224
+ 1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784
225
+ 6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800
226
+ 1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816
227
+ 2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832
228
+ 1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848
229
+ 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864
230
+ 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880
231
+ 3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896
232
+ 3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912
233
+ 1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928
234
+ 1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944
235
+ 1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960
236
+ 1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976
237
+ 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992
238
+ 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008
239
+ 2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024
240
+ 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040
241
+ 3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056
242
+ 2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072
243
+ 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088
244
+ 1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104
245
+ 2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120
246
+ 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136
247
+ 1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152
248
+ 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168
249
+ 4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184
250
+ 2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200
251
+ 1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216
252
+ 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232
253
+ 1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248
254
+ 2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264
255
+ 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280
256
+ 6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296
257
+ 1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312
258
+ 1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328
259
+ 2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344
260
+ 3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360
261
+ 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376
262
+ 3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392
263
+ 1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408
264
+ 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424
265
+ 1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440
266
+ 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456
267
+ 3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472
268
+ 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488
269
+ 2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504
270
+ 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520
271
+ 4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536
272
+ 2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552
273
+ 1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568
274
+ 1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584
275
+ 1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600
276
+ 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616
277
+ 1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632
278
+ 3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648
279
+ 1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664
280
+ 3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680
281
+ 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696
282
+ 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712
283
+ 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728
284
+ 2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744
285
+ 1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760
286
+ 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776
287
+ 1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792
288
+ 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808
289
+ 1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824
290
+ 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840
291
+ 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856
292
+ 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872
293
+ 1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888
294
+ 1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904
295
+ 2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920
296
+ 4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936
297
+ 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952
298
+ 1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968
299
+ 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984
300
+ 1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000
301
+ 3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016
302
+ 1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032
303
+ 2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048
304
+ 2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064
305
+ 1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080
306
+ 1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096
307
+ 2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112
308
+ 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128
309
+ 2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144
310
+ 1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160
311
+ 1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176
312
+ 1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192
313
+ 1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208
314
+ 3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224
315
+ 2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240
316
+ 2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256
317
+ 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272
318
+ 3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288
319
+ 3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304
320
+ 1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320
321
+ 2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336
322
+ 1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352
323
+ 2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512
324
+ )
325
+ # fmt: on
env-llmeval/lib/python3.10/site-packages/chardet/langbulgarianmodel.py ADDED
The diff for this file is too large to render. See raw diff
 
env-llmeval/lib/python3.10/site-packages/chardet/langhungarianmodel.py ADDED
The diff for this file is too large to render. See raw diff
 
env-llmeval/lib/python3.10/site-packages/chardet/langrussianmodel.py ADDED
The diff for this file is too large to render. See raw diff
 
env-llmeval/lib/python3.10/site-packages/chardet/langturkishmodel.py ADDED
@@ -0,0 +1,4380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from chardet.sbcharsetprober import SingleByteCharSetModel
2
+
3
+ # 3: Positive
4
+ # 2: Likely
5
+ # 1: Unlikely
6
+ # 0: Negative
7
+
8
+ TURKISH_LANG_MODEL = {
9
+ 23: { # 'A'
10
+ 23: 0, # 'A'
11
+ 37: 0, # 'B'
12
+ 47: 0, # 'C'
13
+ 39: 0, # 'D'
14
+ 29: 0, # 'E'
15
+ 52: 0, # 'F'
16
+ 36: 0, # 'G'
17
+ 45: 0, # 'H'
18
+ 53: 0, # 'I'
19
+ 60: 0, # 'J'
20
+ 16: 0, # 'K'
21
+ 49: 0, # 'L'
22
+ 20: 0, # 'M'
23
+ 46: 0, # 'N'
24
+ 42: 0, # 'O'
25
+ 48: 0, # 'P'
26
+ 44: 0, # 'R'
27
+ 35: 0, # 'S'
28
+ 31: 0, # 'T'
29
+ 51: 0, # 'U'
30
+ 38: 0, # 'V'
31
+ 62: 0, # 'W'
32
+ 43: 0, # 'Y'
33
+ 56: 0, # 'Z'
34
+ 1: 3, # 'a'
35
+ 21: 0, # 'b'
36
+ 28: 0, # 'c'
37
+ 12: 2, # 'd'
38
+ 2: 3, # 'e'
39
+ 18: 0, # 'f'
40
+ 27: 1, # 'g'
41
+ 25: 1, # 'h'
42
+ 3: 1, # 'i'
43
+ 24: 0, # 'j'
44
+ 10: 2, # 'k'
45
+ 5: 1, # 'l'
46
+ 13: 1, # 'm'
47
+ 4: 1, # 'n'
48
+ 15: 0, # 'o'
49
+ 26: 0, # 'p'
50
+ 7: 1, # 'r'
51
+ 8: 1, # 's'
52
+ 9: 1, # 't'
53
+ 14: 1, # 'u'
54
+ 32: 0, # 'v'
55
+ 57: 0, # 'w'
56
+ 58: 0, # 'x'
57
+ 11: 3, # 'y'
58
+ 22: 0, # 'z'
59
+ 63: 0, # '·'
60
+ 54: 0, # 'Ç'
61
+ 50: 0, # 'Ö'
62
+ 55: 0, # 'Ü'
63
+ 59: 0, # 'â'
64
+ 33: 1, # 'ç'
65
+ 61: 0, # 'î'
66
+ 34: 0, # 'ö'
67
+ 17: 0, # 'ü'
68
+ 30: 0, # 'ğ'
69
+ 41: 0, # 'İ'
70
+ 6: 0, # 'ı'
71
+ 40: 0, # 'Ş'
72
+ 19: 0, # 'ş'
73
+ },
74
+ 37: { # 'B'
75
+ 23: 0, # 'A'
76
+ 37: 0, # 'B'
77
+ 47: 2, # 'C'
78
+ 39: 0, # 'D'
79
+ 29: 0, # 'E'
80
+ 52: 2, # 'F'
81
+ 36: 0, # 'G'
82
+ 45: 0, # 'H'
83
+ 53: 0, # 'I'
84
+ 60: 0, # 'J'
85
+ 16: 1, # 'K'
86
+ 49: 0, # 'L'
87
+ 20: 0, # 'M'
88
+ 46: 0, # 'N'
89
+ 42: 0, # 'O'
90
+ 48: 1, # 'P'
91
+ 44: 0, # 'R'
92
+ 35: 1, # 'S'
93
+ 31: 0, # 'T'
94
+ 51: 0, # 'U'
95
+ 38: 1, # 'V'
96
+ 62: 0, # 'W'
97
+ 43: 1, # 'Y'
98
+ 56: 0, # 'Z'
99
+ 1: 2, # 'a'
100
+ 21: 0, # 'b'
101
+ 28: 2, # 'c'
102
+ 12: 0, # 'd'
103
+ 2: 3, # 'e'
104
+ 18: 0, # 'f'
105
+ 27: 0, # 'g'
106
+ 25: 0, # 'h'
107
+ 3: 0, # 'i'
108
+ 24: 0, # 'j'
109
+ 10: 0, # 'k'
110
+ 5: 0, # 'l'
111
+ 13: 1, # 'm'
112
+ 4: 1, # 'n'
113
+ 15: 0, # 'o'
114
+ 26: 0, # 'p'
115
+ 7: 0, # 'r'
116
+ 8: 0, # 's'
117
+ 9: 0, # 't'
118
+ 14: 2, # 'u'
119
+ 32: 0, # 'v'
120
+ 57: 0, # 'w'
121
+ 58: 0, # 'x'
122
+ 11: 0, # 'y'
123
+ 22: 1, # 'z'
124
+ 63: 0, # '·'
125
+ 54: 0, # 'Ç'
126
+ 50: 1, # 'Ö'
127
+ 55: 0, # 'Ü'
128
+ 59: 0, # 'â'
129
+ 33: 0, # 'ç'
130
+ 61: 0, # 'î'
131
+ 34: 1, # 'ö'
132
+ 17: 0, # 'ü'
133
+ 30: 0, # 'ğ'
134
+ 41: 0, # 'İ'
135
+ 6: 0, # 'ı'
136
+ 40: 1, # 'Ş'
137
+ 19: 1, # 'ş'
138
+ },
139
+ 47: { # 'C'
140
+ 23: 0, # 'A'
141
+ 37: 0, # 'B'
142
+ 47: 0, # 'C'
143
+ 39: 0, # 'D'
144
+ 29: 0, # 'E'
145
+ 52: 1, # 'F'
146
+ 36: 0, # 'G'
147
+ 45: 0, # 'H'
148
+ 53: 0, # 'I'
149
+ 60: 0, # 'J'
150
+ 16: 0, # 'K'
151
+ 49: 1, # 'L'
152
+ 20: 0, # 'M'
153
+ 46: 1, # 'N'
154
+ 42: 0, # 'O'
155
+ 48: 1, # 'P'
156
+ 44: 1, # 'R'
157
+ 35: 0, # 'S'
158
+ 31: 0, # 'T'
159
+ 51: 0, # 'U'
160
+ 38: 1, # 'V'
161
+ 62: 0, # 'W'
162
+ 43: 1, # 'Y'
163
+ 56: 0, # 'Z'
164
+ 1: 3, # 'a'
165
+ 21: 0, # 'b'
166
+ 28: 2, # 'c'
167
+ 12: 0, # 'd'
168
+ 2: 3, # 'e'
169
+ 18: 0, # 'f'
170
+ 27: 0, # 'g'
171
+ 25: 0, # 'h'
172
+ 3: 0, # 'i'
173
+ 24: 2, # 'j'
174
+ 10: 1, # 'k'
175
+ 5: 2, # 'l'
176
+ 13: 2, # 'm'
177
+ 4: 2, # 'n'
178
+ 15: 1, # 'o'
179
+ 26: 0, # 'p'
180
+ 7: 2, # 'r'
181
+ 8: 0, # 's'
182
+ 9: 0, # 't'
183
+ 14: 3, # 'u'
184
+ 32: 0, # 'v'
185
+ 57: 0, # 'w'
186
+ 58: 0, # 'x'
187
+ 11: 0, # 'y'
188
+ 22: 2, # 'z'
189
+ 63: 0, # '·'
190
+ 54: 0, # 'Ç'
191
+ 50: 1, # 'Ö'
192
+ 55: 0, # 'Ü'
193
+ 59: 0, # 'â'
194
+ 33: 1, # 'ç'
195
+ 61: 0, # 'î'
196
+ 34: 1, # 'ö'
197
+ 17: 0, # 'ü'
198
+ 30: 0, # 'ğ'
199
+ 41: 1, # 'İ'
200
+ 6: 3, # 'ı'
201
+ 40: 0, # 'Ş'
202
+ 19: 0, # 'ş'
203
+ },
204
+ 39: { # 'D'
205
+ 23: 0, # 'A'
206
+ 37: 0, # 'B'
207
+ 47: 0, # 'C'
208
+ 39: 0, # 'D'
209
+ 29: 0, # 'E'
210
+ 52: 1, # 'F'
211
+ 36: 0, # 'G'
212
+ 45: 0, # 'H'
213
+ 53: 0, # 'I'
214
+ 60: 0, # 'J'
215
+ 16: 1, # 'K'
216
+ 49: 0, # 'L'
217
+ 20: 0, # 'M'
218
+ 46: 0, # 'N'
219
+ 42: 0, # 'O'
220
+ 48: 1, # 'P'
221
+ 44: 0, # 'R'
222
+ 35: 0, # 'S'
223
+ 31: 0, # 'T'
224
+ 51: 0, # 'U'
225
+ 38: 0, # 'V'
226
+ 62: 0, # 'W'
227
+ 43: 0, # 'Y'
228
+ 56: 0, # 'Z'
229
+ 1: 2, # 'a'
230
+ 21: 0, # 'b'
231
+ 28: 2, # 'c'
232
+ 12: 0, # 'd'
233
+ 2: 2, # 'e'
234
+ 18: 0, # 'f'
235
+ 27: 0, # 'g'
236
+ 25: 0, # 'h'
237
+ 3: 0, # 'i'
238
+ 24: 0, # 'j'
239
+ 10: 0, # 'k'
240
+ 5: 1, # 'l'
241
+ 13: 3, # 'm'
242
+ 4: 0, # 'n'
243
+ 15: 1, # 'o'
244
+ 26: 0, # 'p'
245
+ 7: 0, # 'r'
246
+ 8: 0, # 's'
247
+ 9: 0, # 't'
248
+ 14: 1, # 'u'
249
+ 32: 0, # 'v'
250
+ 57: 0, # 'w'
251
+ 58: 0, # 'x'
252
+ 11: 0, # 'y'
253
+ 22: 1, # 'z'
254
+ 63: 0, # '·'
255
+ 54: 1, # 'Ç'
256
+ 50: 0, # 'Ö'
257
+ 55: 0, # 'Ü'
258
+ 59: 0, # 'â'
259
+ 33: 1, # 'ç'
260
+ 61: 0, # 'î'
261
+ 34: 0, # 'ö'
262
+ 17: 0, # 'ü'
263
+ 30: 1, # 'ğ'
264
+ 41: 0, # 'İ'
265
+ 6: 1, # 'ı'
266
+ 40: 1, # 'Ş'
267
+ 19: 0, # 'ş'
268
+ },
269
+ 29: { # 'E'
270
+ 23: 0, # 'A'
271
+ 37: 0, # 'B'
272
+ 47: 0, # 'C'
273
+ 39: 0, # 'D'
274
+ 29: 1, # 'E'
275
+ 52: 0, # 'F'
276
+ 36: 0, # 'G'
277
+ 45: 0, # 'H'
278
+ 53: 0, # 'I'
279
+ 60: 0, # 'J'
280
+ 16: 3, # 'K'
281
+ 49: 0, # 'L'
282
+ 20: 1, # 'M'
283
+ 46: 0, # 'N'
284
+ 42: 0, # 'O'
285
+ 48: 0, # 'P'
286
+ 44: 0, # 'R'
287
+ 35: 0, # 'S'
288
+ 31: 0, # 'T'
289
+ 51: 0, # 'U'
290
+ 38: 0, # 'V'
291
+ 62: 0, # 'W'
292
+ 43: 0, # 'Y'
293
+ 56: 0, # 'Z'
294
+ 1: 3, # 'a'
295
+ 21: 0, # 'b'
296
+ 28: 0, # 'c'
297
+ 12: 2, # 'd'
298
+ 2: 3, # 'e'
299
+ 18: 0, # 'f'
300
+ 27: 1, # 'g'
301
+ 25: 0, # 'h'
302
+ 3: 1, # 'i'
303
+ 24: 1, # 'j'
304
+ 10: 0, # 'k'
305
+ 5: 3, # 'l'
306
+ 13: 3, # 'm'
307
+ 4: 3, # 'n'
308
+ 15: 0, # 'o'
309
+ 26: 0, # 'p'
310
+ 7: 0, # 'r'
311
+ 8: 1, # 's'
312
+ 9: 1, # 't'
313
+ 14: 1, # 'u'
314
+ 32: 1, # 'v'
315
+ 57: 0, # 'w'
316
+ 58: 0, # 'x'
317
+ 11: 2, # 'y'
318
+ 22: 0, # 'z'
319
+ 63: 0, # '·'
320
+ 54: 0, # 'Ç'
321
+ 50: 0, # 'Ö'
322
+ 55: 0, # 'Ü'
323
+ 59: 0, # 'â'
324
+ 33: 0, # 'ç'
325
+ 61: 0, # 'î'
326
+ 34: 0, # 'ö'
327
+ 17: 0, # 'ü'
328
+ 30: 0, # 'ğ'
329
+ 41: 0, # 'İ'
330
+ 6: 3, # 'ı'
331
+ 40: 0, # 'Ş'
332
+ 19: 0, # 'ş'
333
+ },
334
+ 52: { # 'F'
335
+ 23: 0, # 'A'
336
+ 37: 1, # 'B'
337
+ 47: 1, # 'C'
338
+ 39: 1, # 'D'
339
+ 29: 1, # 'E'
340
+ 52: 2, # 'F'
341
+ 36: 0, # 'G'
342
+ 45: 2, # 'H'
343
+ 53: 1, # 'I'
344
+ 60: 0, # 'J'
345
+ 16: 0, # 'K'
346
+ 49: 0, # 'L'
347
+ 20: 1, # 'M'
348
+ 46: 1, # 'N'
349
+ 42: 1, # 'O'
350
+ 48: 2, # 'P'
351
+ 44: 1, # 'R'
352
+ 35: 1, # 'S'
353
+ 31: 1, # 'T'
354
+ 51: 1, # 'U'
355
+ 38: 1, # 'V'
356
+ 62: 0, # 'W'
357
+ 43: 2, # 'Y'
358
+ 56: 0, # 'Z'
359
+ 1: 0, # 'a'
360
+ 21: 1, # 'b'
361
+ 28: 1, # 'c'
362
+ 12: 1, # 'd'
363
+ 2: 0, # 'e'
364
+ 18: 1, # 'f'
365
+ 27: 0, # 'g'
366
+ 25: 0, # 'h'
367
+ 3: 2, # 'i'
368
+ 24: 1, # 'j'
369
+ 10: 0, # 'k'
370
+ 5: 0, # 'l'
371
+ 13: 1, # 'm'
372
+ 4: 2, # 'n'
373
+ 15: 1, # 'o'
374
+ 26: 0, # 'p'
375
+ 7: 2, # 'r'
376
+ 8: 1, # 's'
377
+ 9: 1, # 't'
378
+ 14: 1, # 'u'
379
+ 32: 0, # 'v'
380
+ 57: 0, # 'w'
381
+ 58: 0, # 'x'
382
+ 11: 1, # 'y'
383
+ 22: 1, # 'z'
384
+ 63: 0, # '·'
385
+ 54: 0, # 'Ç'
386
+ 50: 1, # 'Ö'
387
+ 55: 2, # 'Ü'
388
+ 59: 0, # 'â'
389
+ 33: 0, # 'ç'
390
+ 61: 0, # 'î'
391
+ 34: 2, # 'ö'
392
+ 17: 0, # 'ü'
393
+ 30: 1, # 'ğ'
394
+ 41: 1, # 'İ'
395
+ 6: 2, # 'ı'
396
+ 40: 0, # 'Ş'
397
+ 19: 2, # 'ş'
398
+ },
399
+ 36: { # 'G'
400
+ 23: 1, # 'A'
401
+ 37: 0, # 'B'
402
+ 47: 1, # 'C'
403
+ 39: 0, # 'D'
404
+ 29: 0, # 'E'
405
+ 52: 1, # 'F'
406
+ 36: 2, # 'G'
407
+ 45: 0, # 'H'
408
+ 53: 0, # 'I'
409
+ 60: 0, # 'J'
410
+ 16: 2, # 'K'
411
+ 49: 0, # 'L'
412
+ 20: 0, # 'M'
413
+ 46: 2, # 'N'
414
+ 42: 1, # 'O'
415
+ 48: 1, # 'P'
416
+ 44: 1, # 'R'
417
+ 35: 1, # 'S'
418
+ 31: 0, # 'T'
419
+ 51: 1, # 'U'
420
+ 38: 2, # 'V'
421
+ 62: 0, # 'W'
422
+ 43: 0, # 'Y'
423
+ 56: 0, # 'Z'
424
+ 1: 3, # 'a'
425
+ 21: 0, # 'b'
426
+ 28: 1, # 'c'
427
+ 12: 0, # 'd'
428
+ 2: 3, # 'e'
429
+ 18: 0, # 'f'
430
+ 27: 0, # 'g'
431
+ 25: 0, # 'h'
432
+ 3: 0, # 'i'
433
+ 24: 1, # 'j'
434
+ 10: 1, # 'k'
435
+ 5: 0, # 'l'
436
+ 13: 3, # 'm'
437
+ 4: 2, # 'n'
438
+ 15: 0, # 'o'
439
+ 26: 1, # 'p'
440
+ 7: 0, # 'r'
441
+ 8: 1, # 's'
442
+ 9: 1, # 't'
443
+ 14: 3, # 'u'
444
+ 32: 0, # 'v'
445
+ 57: 0, # 'w'
446
+ 58: 1, # 'x'
447
+ 11: 0, # 'y'
448
+ 22: 2, # 'z'
449
+ 63: 0, # '·'
450
+ 54: 1, # 'Ç'
451
+ 50: 2, # 'Ö'
452
+ 55: 0, # 'Ü'
453
+ 59: 1, # 'â'
454
+ 33: 2, # 'ç'
455
+ 61: 0, # 'î'
456
+ 34: 0, # 'ö'
457
+ 17: 0, # 'ü'
458
+ 30: 1, # 'ğ'
459
+ 41: 1, # 'İ'
460
+ 6: 2, # 'ı'
461
+ 40: 2, # 'Ş'
462
+ 19: 1, # 'ş'
463
+ },
464
+ 45: { # 'H'
465
+ 23: 0, # 'A'
466
+ 37: 1, # 'B'
467
+ 47: 0, # 'C'
468
+ 39: 0, # 'D'
469
+ 29: 0, # 'E'
470
+ 52: 2, # 'F'
471
+ 36: 2, # 'G'
472
+ 45: 1, # 'H'
473
+ 53: 1, # 'I'
474
+ 60: 0, # 'J'
475
+ 16: 2, # 'K'
476
+ 49: 1, # 'L'
477
+ 20: 0, # 'M'
478
+ 46: 1, # 'N'
479
+ 42: 1, # 'O'
480
+ 48: 1, # 'P'
481
+ 44: 0, # 'R'
482
+ 35: 2, # 'S'
483
+ 31: 0, # 'T'
484
+ 51: 1, # 'U'
485
+ 38: 2, # 'V'
486
+ 62: 0, # 'W'
487
+ 43: 0, # 'Y'
488
+ 56: 0, # 'Z'
489
+ 1: 3, # 'a'
490
+ 21: 0, # 'b'
491
+ 28: 2, # 'c'
492
+ 12: 0, # 'd'
493
+ 2: 3, # 'e'
494
+ 18: 0, # 'f'
495
+ 27: 0, # 'g'
496
+ 25: 0, # 'h'
497
+ 3: 2, # 'i'
498
+ 24: 0, # 'j'
499
+ 10: 1, # 'k'
500
+ 5: 0, # 'l'
501
+ 13: 2, # 'm'
502
+ 4: 0, # 'n'
503
+ 15: 1, # 'o'
504
+ 26: 1, # 'p'
505
+ 7: 1, # 'r'
506
+ 8: 0, # 's'
507
+ 9: 0, # 't'
508
+ 14: 3, # 'u'
509
+ 32: 0, # 'v'
510
+ 57: 0, # 'w'
511
+ 58: 0, # 'x'
512
+ 11: 0, # 'y'
513
+ 22: 2, # 'z'
514
+ 63: 0, # '·'
515
+ 54: 1, # 'Ç'
516
+ 50: 1, # 'Ö'
517
+ 55: 0, # 'Ü'
518
+ 59: 0, # 'â'
519
+ 33: 1, # 'ç'
520
+ 61: 0, # 'î'
521
+ 34: 1, # 'ö'
522
+ 17: 0, # 'ü'
523
+ 30: 2, # 'ğ'
524
+ 41: 1, # 'İ'
525
+ 6: 0, # 'ı'
526
+ 40: 2, # 'Ş'
527
+ 19: 1, # 'ş'
528
+ },
529
+ 53: { # 'I'
530
+ 23: 0, # 'A'
531
+ 37: 0, # 'B'
532
+ 47: 0, # 'C'
533
+ 39: 0, # 'D'
534
+ 29: 0, # 'E'
535
+ 52: 1, # 'F'
536
+ 36: 0, # 'G'
537
+ 45: 0, # 'H'
538
+ 53: 0, # 'I'
539
+ 60: 0, # 'J'
540
+ 16: 2, # 'K'
541
+ 49: 0, # 'L'
542
+ 20: 0, # 'M'
543
+ 46: 0, # 'N'
544
+ 42: 0, # 'O'
545
+ 48: 1, # 'P'
546
+ 44: 0, # 'R'
547
+ 35: 0, # 'S'
548
+ 31: 0, # 'T'
549
+ 51: 0, # 'U'
550
+ 38: 0, # 'V'
551
+ 62: 0, # 'W'
552
+ 43: 0, # 'Y'
553
+ 56: 0, # 'Z'
554
+ 1: 2, # 'a'
555
+ 21: 0, # 'b'
556
+ 28: 2, # 'c'
557
+ 12: 0, # 'd'
558
+ 2: 2, # 'e'
559
+ 18: 0, # 'f'
560
+ 27: 0, # 'g'
561
+ 25: 0, # 'h'
562
+ 3: 0, # 'i'
563
+ 24: 0, # 'j'
564
+ 10: 0, # 'k'
565
+ 5: 2, # 'l'
566
+ 13: 2, # 'm'
567
+ 4: 0, # 'n'
568
+ 15: 0, # 'o'
569
+ 26: 0, # 'p'
570
+ 7: 0, # 'r'
571
+ 8: 0, # 's'
572
+ 9: 0, # 't'
573
+ 14: 2, # 'u'
574
+ 32: 0, # 'v'
575
+ 57: 0, # 'w'
576
+ 58: 0, # 'x'
577
+ 11: 0, # 'y'
578
+ 22: 2, # 'z'
579
+ 63: 0, # '·'
580
+ 54: 1, # 'Ç'
581
+ 50: 0, # 'Ö'
582
+ 55: 0, # 'Ü'
583
+ 59: 0, # 'â'
584
+ 33: 2, # 'ç'
585
+ 61: 0, # 'î'
586
+ 34: 1, # 'ö'
587
+ 17: 0, # 'ü'
588
+ 30: 0, # 'ğ'
589
+ 41: 0, # 'İ'
590
+ 6: 0, # 'ı'
591
+ 40: 1, # 'Ş'
592
+ 19: 1, # 'ş'
593
+ },
594
+ 60: { # 'J'
595
+ 23: 0, # 'A'
596
+ 37: 0, # 'B'
597
+ 47: 0, # 'C'
598
+ 39: 0, # 'D'
599
+ 29: 0, # 'E'
600
+ 52: 0, # 'F'
601
+ 36: 0, # 'G'
602
+ 45: 0, # 'H'
603
+ 53: 0, # 'I'
604
+ 60: 0, # 'J'
605
+ 16: 0, # 'K'
606
+ 49: 0, # 'L'
607
+ 20: 1, # 'M'
608
+ 46: 0, # 'N'
609
+ 42: 0, # 'O'
610
+ 48: 0, # 'P'
611
+ 44: 0, # 'R'
612
+ 35: 0, # 'S'
613
+ 31: 0, # 'T'
614
+ 51: 0, # 'U'
615
+ 38: 0, # 'V'
616
+ 62: 0, # 'W'
617
+ 43: 0, # 'Y'
618
+ 56: 0, # 'Z'
619
+ 1: 0, # 'a'
620
+ 21: 1, # 'b'
621
+ 28: 0, # 'c'
622
+ 12: 1, # 'd'
623
+ 2: 0, # 'e'
624
+ 18: 0, # 'f'
625
+ 27: 0, # 'g'
626
+ 25: 0, # 'h'
627
+ 3: 1, # 'i'
628
+ 24: 0, # 'j'
629
+ 10: 0, # 'k'
630
+ 5: 0, # 'l'
631
+ 13: 0, # 'm'
632
+ 4: 1, # 'n'
633
+ 15: 0, # 'o'
634
+ 26: 0, # 'p'
635
+ 7: 0, # 'r'
636
+ 8: 1, # 's'
637
+ 9: 0, # 't'
638
+ 14: 0, # 'u'
639
+ 32: 0, # 'v'
640
+ 57: 0, # 'w'
641
+ 58: 0, # 'x'
642
+ 11: 0, # 'y'
643
+ 22: 0, # 'z'
644
+ 63: 0, # '·'
645
+ 54: 0, # 'Ç'
646
+ 50: 0, # 'Ö'
647
+ 55: 0, # 'Ü'
648
+ 59: 0, # 'â'
649
+ 33: 0, # 'ç'
650
+ 61: 0, # 'î'
651
+ 34: 0, # 'ö'
652
+ 17: 0, # 'ü'
653
+ 30: 0, # 'ğ'
654
+ 41: 0, # 'İ'
655
+ 6: 0, # 'ı'
656
+ 40: 0, # 'Ş'
657
+ 19: 0, # 'ş'
658
+ },
659
+ 16: { # 'K'
660
+ 23: 0, # 'A'
661
+ 37: 0, # 'B'
662
+ 47: 0, # 'C'
663
+ 39: 0, # 'D'
664
+ 29: 3, # 'E'
665
+ 52: 0, # 'F'
666
+ 36: 0, # 'G'
667
+ 45: 0, # 'H'
668
+ 53: 0, # 'I'
669
+ 60: 0, # 'J'
670
+ 16: 0, # 'K'
671
+ 49: 0, # 'L'
672
+ 20: 2, # 'M'
673
+ 46: 0, # 'N'
674
+ 42: 0, # 'O'
675
+ 48: 0, # 'P'
676
+ 44: 0, # 'R'
677
+ 35: 0, # 'S'
678
+ 31: 2, # 'T'
679
+ 51: 0, # 'U'
680
+ 38: 0, # 'V'
681
+ 62: 0, # 'W'
682
+ 43: 0, # 'Y'
683
+ 56: 0, # 'Z'
684
+ 1: 2, # 'a'
685
+ 21: 3, # 'b'
686
+ 28: 0, # 'c'
687
+ 12: 3, # 'd'
688
+ 2: 1, # 'e'
689
+ 18: 3, # 'f'
690
+ 27: 3, # 'g'
691
+ 25: 3, # 'h'
692
+ 3: 3, # 'i'
693
+ 24: 2, # 'j'
694
+ 10: 3, # 'k'
695
+ 5: 0, # 'l'
696
+ 13: 0, # 'm'
697
+ 4: 3, # 'n'
698
+ 15: 0, # 'o'
699
+ 26: 1, # 'p'
700
+ 7: 3, # 'r'
701
+ 8: 3, # 's'
702
+ 9: 3, # 't'
703
+ 14: 0, # 'u'
704
+ 32: 3, # 'v'
705
+ 57: 0, # 'w'
706
+ 58: 0, # 'x'
707
+ 11: 2, # 'y'
708
+ 22: 1, # 'z'
709
+ 63: 0, # '·'
710
+ 54: 0, # 'Ç'
711
+ 50: 0, # 'Ö'
712
+ 55: 0, # 'Ü'
713
+ 59: 0, # 'â'
714
+ 33: 0, # 'ç'
715
+ 61: 0, # 'î'
716
+ 34: 0, # 'ö'
717
+ 17: 2, # 'ü'
718
+ 30: 0, # 'ğ'
719
+ 41: 1, # 'İ'
720
+ 6: 3, # 'ı'
721
+ 40: 0, # 'Ş'
722
+ 19: 0, # 'ş'
723
+ },
724
+ 49: { # 'L'
725
+ 23: 0, # 'A'
726
+ 37: 0, # 'B'
727
+ 47: 0, # 'C'
728
+ 39: 0, # 'D'
729
+ 29: 2, # 'E'
730
+ 52: 0, # 'F'
731
+ 36: 1, # 'G'
732
+ 45: 1, # 'H'
733
+ 53: 0, # 'I'
734
+ 60: 0, # 'J'
735
+ 16: 0, # 'K'
736
+ 49: 0, # 'L'
737
+ 20: 1, # 'M'
738
+ 46: 0, # 'N'
739
+ 42: 2, # 'O'
740
+ 48: 0, # 'P'
741
+ 44: 0, # 'R'
742
+ 35: 0, # 'S'
743
+ 31: 0, # 'T'
744
+ 51: 0, # 'U'
745
+ 38: 0, # 'V'
746
+ 62: 0, # 'W'
747
+ 43: 1, # 'Y'
748
+ 56: 0, # 'Z'
749
+ 1: 0, # 'a'
750
+ 21: 3, # 'b'
751
+ 28: 0, # 'c'
752
+ 12: 2, # 'd'
753
+ 2: 0, # 'e'
754
+ 18: 0, # 'f'
755
+ 27: 0, # 'g'
756
+ 25: 0, # 'h'
757
+ 3: 2, # 'i'
758
+ 24: 0, # 'j'
759
+ 10: 1, # 'k'
760
+ 5: 0, # 'l'
761
+ 13: 0, # 'm'
762
+ 4: 2, # 'n'
763
+ 15: 1, # 'o'
764
+ 26: 1, # 'p'
765
+ 7: 1, # 'r'
766
+ 8: 1, # 's'
767
+ 9: 1, # 't'
768
+ 14: 0, # 'u'
769
+ 32: 0, # 'v'
770
+ 57: 0, # 'w'
771
+ 58: 0, # 'x'
772
+ 11: 2, # 'y'
773
+ 22: 0, # 'z'
774
+ 63: 0, # '·'
775
+ 54: 0, # 'Ç'
776
+ 50: 0, # 'Ö'
777
+ 55: 2, # 'Ü'
778
+ 59: 0, # 'â'
779
+ 33: 0, # 'ç'
780
+ 61: 0, # 'î'
781
+ 34: 1, # 'ö'
782
+ 17: 1, # 'ü'
783
+ 30: 1, # 'ğ'
784
+ 41: 0, # 'İ'
785
+ 6: 2, # 'ı'
786
+ 40: 0, # 'Ş'
787
+ 19: 0, # 'ş'
788
+ },
789
+ 20: { # 'M'
790
+ 23: 1, # 'A'
791
+ 37: 0, # 'B'
792
+ 47: 0, # 'C'
793
+ 39: 0, # 'D'
794
+ 29: 0, # 'E'
795
+ 52: 0, # 'F'
796
+ 36: 0, # 'G'
797
+ 45: 0, # 'H'
798
+ 53: 0, # 'I'
799
+ 60: 1, # 'J'
800
+ 16: 3, # 'K'
801
+ 49: 0, # 'L'
802
+ 20: 2, # 'M'
803
+ 46: 0, # 'N'
804
+ 42: 0, # 'O'
805
+ 48: 0, # 'P'
806
+ 44: 0, # 'R'
807
+ 35: 0, # 'S'
808
+ 31: 1, # 'T'
809
+ 51: 0, # 'U'
810
+ 38: 0, # 'V'
811
+ 62: 0, # 'W'
812
+ 43: 0, # 'Y'
813
+ 56: 0, # 'Z'
814
+ 1: 3, # 'a'
815
+ 21: 2, # 'b'
816
+ 28: 0, # 'c'
817
+ 12: 3, # 'd'
818
+ 2: 3, # 'e'
819
+ 18: 0, # 'f'
820
+ 27: 1, # 'g'
821
+ 25: 1, # 'h'
822
+ 3: 2, # 'i'
823
+ 24: 2, # 'j'
824
+ 10: 2, # 'k'
825
+ 5: 2, # 'l'
826
+ 13: 3, # 'm'
827
+ 4: 3, # 'n'
828
+ 15: 0, # 'o'
829
+ 26: 1, # 'p'
830
+ 7: 3, # 'r'
831
+ 8: 0, # 's'
832
+ 9: 2, # 't'
833
+ 14: 3, # 'u'
834
+ 32: 0, # 'v'
835
+ 57: 0, # 'w'
836
+ 58: 0, # 'x'
837
+ 11: 2, # 'y'
838
+ 22: 0, # 'z'
839
+ 63: 0, # '·'
840
+ 54: 0, # 'Ç'
841
+ 50: 0, # 'Ö'
842
+ 55: 0, # 'Ü'
843
+ 59: 0, # 'â'
844
+ 33: 3, # 'ç'
845
+ 61: 0, # 'î'
846
+ 34: 0, # 'ö'
847
+ 17: 0, # 'ü'
848
+ 30: 0, # 'ğ'
849
+ 41: 0, # 'İ'
850
+ 6: 3, # 'ı'
851
+ 40: 0, # 'Ş'
852
+ 19: 0, # 'ş'
853
+ },
854
+ 46: { # 'N'
855
+ 23: 0, # 'A'
856
+ 37: 1, # 'B'
857
+ 47: 0, # 'C'
858
+ 39: 0, # 'D'
859
+ 29: 0, # 'E'
860
+ 52: 1, # 'F'
861
+ 36: 1, # 'G'
862
+ 45: 1, # 'H'
863
+ 53: 0, # 'I'
864
+ 60: 0, # 'J'
865
+ 16: 2, # 'K'
866
+ 49: 0, # 'L'
867
+ 20: 0, # 'M'
868
+ 46: 1, # 'N'
869
+ 42: 0, # 'O'
870
+ 48: 0, # 'P'
871
+ 44: 1, # 'R'
872
+ 35: 1, # 'S'
873
+ 31: 0, # 'T'
874
+ 51: 1, # 'U'
875
+ 38: 2, # 'V'
876
+ 62: 0, # 'W'
877
+ 43: 1, # 'Y'
878
+ 56: 0, # 'Z'
879
+ 1: 3, # 'a'
880
+ 21: 0, # 'b'
881
+ 28: 2, # 'c'
882
+ 12: 0, # 'd'
883
+ 2: 3, # 'e'
884
+ 18: 0, # 'f'
885
+ 27: 1, # 'g'
886
+ 25: 0, # 'h'
887
+ 3: 0, # 'i'
888
+ 24: 2, # 'j'
889
+ 10: 1, # 'k'
890
+ 5: 1, # 'l'
891
+ 13: 3, # 'm'
892
+ 4: 2, # 'n'
893
+ 15: 1, # 'o'
894
+ 26: 1, # 'p'
895
+ 7: 1, # 'r'
896
+ 8: 0, # 's'
897
+ 9: 0, # 't'
898
+ 14: 3, # 'u'
899
+ 32: 0, # 'v'
900
+ 57: 0, # 'w'
901
+ 58: 1, # 'x'
902
+ 11: 1, # 'y'
903
+ 22: 2, # 'z'
904
+ 63: 0, # '·'
905
+ 54: 1, # 'Ç'
906
+ 50: 1, # 'Ö'
907
+ 55: 0, # 'Ü'
908
+ 59: 0, # 'â'
909
+ 33: 0, # 'ç'
910
+ 61: 0, # 'î'
911
+ 34: 1, # 'ö'
912
+ 17: 0, # 'ü'
913
+ 30: 0, # 'ğ'
914
+ 41: 1, # 'İ'
915
+ 6: 2, # 'ı'
916
+ 40: 1, # 'Ş'
917
+ 19: 1, # 'ş'
918
+ },
919
+ 42: { # 'O'
920
+ 23: 0, # 'A'
921
+ 37: 0, # 'B'
922
+ 47: 0, # 'C'
923
+ 39: 0, # 'D'
924
+ 29: 0, # 'E'
925
+ 52: 1, # 'F'
926
+ 36: 0, # 'G'
927
+ 45: 1, # 'H'
928
+ 53: 0, # 'I'
929
+ 60: 0, # 'J'
930
+ 16: 2, # 'K'
931
+ 49: 1, # 'L'
932
+ 20: 0, # 'M'
933
+ 46: 0, # 'N'
934
+ 42: 0, # 'O'
935
+ 48: 2, # 'P'
936
+ 44: 1, # 'R'
937
+ 35: 1, # 'S'
938
+ 31: 0, # 'T'
939
+ 51: 1, # 'U'
940
+ 38: 1, # 'V'
941
+ 62: 0, # 'W'
942
+ 43: 0, # 'Y'
943
+ 56: 0, # 'Z'
944
+ 1: 3, # 'a'
945
+ 21: 0, # 'b'
946
+ 28: 2, # 'c'
947
+ 12: 0, # 'd'
948
+ 2: 2, # 'e'
949
+ 18: 0, # 'f'
950
+ 27: 0, # 'g'
951
+ 25: 0, # 'h'
952
+ 3: 0, # 'i'
953
+ 24: 0, # 'j'
954
+ 10: 0, # 'k'
955
+ 5: 3, # 'l'
956
+ 13: 3, # 'm'
957
+ 4: 0, # 'n'
958
+ 15: 1, # 'o'
959
+ 26: 0, # 'p'
960
+ 7: 0, # 'r'
961
+ 8: 0, # 's'
962
+ 9: 0, # 't'
963
+ 14: 2, # 'u'
964
+ 32: 0, # 'v'
965
+ 57: 0, # 'w'
966
+ 58: 0, # 'x'
967
+ 11: 0, # 'y'
968
+ 22: 2, # 'z'
969
+ 63: 0, # '·'
970
+ 54: 2, # 'Ç'
971
+ 50: 1, # 'Ö'
972
+ 55: 0, # 'Ü'
973
+ 59: 0, # 'â'
974
+ 33: 2, # 'ç'
975
+ 61: 0, # 'î'
976
+ 34: 1, # 'ö'
977
+ 17: 0, # 'ü'
978
+ 30: 1, # 'ğ'
979
+ 41: 2, # 'İ'
980
+ 6: 1, # 'ı'
981
+ 40: 1, # 'Ş'
982
+ 19: 1, # 'ş'
983
+ },
984
+ 48: { # 'P'
985
+ 23: 0, # 'A'
986
+ 37: 0, # 'B'
987
+ 47: 2, # 'C'
988
+ 39: 0, # 'D'
989
+ 29: 0, # 'E'
990
+ 52: 2, # 'F'
991
+ 36: 1, # 'G'
992
+ 45: 1, # 'H'
993
+ 53: 0, # 'I'
994
+ 60: 0, # 'J'
995
+ 16: 2, # 'K'
996
+ 49: 0, # 'L'
997
+ 20: 0, # 'M'
998
+ 46: 1, # 'N'
999
+ 42: 1, # 'O'
1000
+ 48: 1, # 'P'
1001
+ 44: 0, # 'R'
1002
+ 35: 1, # 'S'
1003
+ 31: 0, # 'T'
1004
+ 51: 0, # 'U'
1005
+ 38: 1, # 'V'
1006
+ 62: 0, # 'W'
1007
+ 43: 0, # 'Y'
1008
+ 56: 0, # 'Z'
1009
+ 1: 2, # 'a'
1010
+ 21: 0, # 'b'
1011
+ 28: 2, # 'c'
1012
+ 12: 0, # 'd'
1013
+ 2: 3, # 'e'
1014
+ 18: 0, # 'f'
1015
+ 27: 0, # 'g'
1016
+ 25: 0, # 'h'
1017
+ 3: 0, # 'i'
1018
+ 24: 0, # 'j'
1019
+ 10: 1, # 'k'
1020
+ 5: 0, # 'l'
1021
+ 13: 2, # 'm'
1022
+ 4: 0, # 'n'
1023
+ 15: 2, # 'o'
1024
+ 26: 0, # 'p'
1025
+ 7: 0, # 'r'
1026
+ 8: 0, # 's'
1027
+ 9: 0, # 't'
1028
+ 14: 2, # 'u'
1029
+ 32: 0, # 'v'
1030
+ 57: 0, # 'w'
1031
+ 58: 2, # 'x'
1032
+ 11: 0, # 'y'
1033
+ 22: 2, # 'z'
1034
+ 63: 0, # '·'
1035
+ 54: 1, # 'Ç'
1036
+ 50: 2, # 'Ö'
1037
+ 55: 0, # 'Ü'
1038
+ 59: 0, # 'â'
1039
+ 33: 0, # 'ç'
1040
+ 61: 0, # 'î'
1041
+ 34: 2, # 'ö'
1042
+ 17: 0, # 'ü'
1043
+ 30: 1, # 'ğ'
1044
+ 41: 1, # 'İ'
1045
+ 6: 0, # 'ı'
1046
+ 40: 2, # 'Ş'
1047
+ 19: 1, # 'ş'
1048
+ },
1049
+ 44: { # 'R'
1050
+ 23: 0, # 'A'
1051
+ 37: 0, # 'B'
1052
+ 47: 1, # 'C'
1053
+ 39: 0, # 'D'
1054
+ 29: 0, # 'E'
1055
+ 52: 1, # 'F'
1056
+ 36: 0, # 'G'
1057
+ 45: 0, # 'H'
1058
+ 53: 0, # 'I'
1059
+ 60: 0, # 'J'
1060
+ 16: 3, # 'K'
1061
+ 49: 0, # 'L'
1062
+ 20: 0, # 'M'
1063
+ 46: 0, # 'N'
1064
+ 42: 0, # 'O'
1065
+ 48: 1, # 'P'
1066
+ 44: 0, # 'R'
1067
+ 35: 0, # 'S'
1068
+ 31: 0, # 'T'
1069
+ 51: 0, # 'U'
1070
+ 38: 0, # 'V'
1071
+ 62: 0, # 'W'
1072
+ 43: 1, # 'Y'
1073
+ 56: 0, # 'Z'
1074
+ 1: 3, # 'a'
1075
+ 21: 1, # 'b'
1076
+ 28: 1, # 'c'
1077
+ 12: 0, # 'd'
1078
+ 2: 2, # 'e'
1079
+ 18: 0, # 'f'
1080
+ 27: 0, # 'g'
1081
+ 25: 0, # 'h'
1082
+ 3: 0, # 'i'
1083
+ 24: 0, # 'j'
1084
+ 10: 1, # 'k'
1085
+ 5: 2, # 'l'
1086
+ 13: 2, # 'm'
1087
+ 4: 0, # 'n'
1088
+ 15: 1, # 'o'
1089
+ 26: 0, # 'p'
1090
+ 7: 0, # 'r'
1091
+ 8: 0, # 's'
1092
+ 9: 0, # 't'
1093
+ 14: 2, # 'u'
1094
+ 32: 0, # 'v'
1095
+ 57: 0, # 'w'
1096
+ 58: 0, # 'x'
1097
+ 11: 1, # 'y'
1098
+ 22: 2, # 'z'
1099
+ 63: 0, # '·'
1100
+ 54: 0, # 'Ç'
1101
+ 50: 1, # 'Ö'
1102
+ 55: 0, # 'Ü'
1103
+ 59: 0, # 'â'
1104
+ 33: 1, # 'ç'
1105
+ 61: 0, # 'î'
1106
+ 34: 1, # 'ö'
1107
+ 17: 1, # 'ü'
1108
+ 30: 1, # 'ğ'
1109
+ 41: 0, # 'İ'
1110
+ 6: 2, # 'ı'
1111
+ 40: 1, # 'Ş'
1112
+ 19: 1, # 'ş'
1113
+ },
1114
+ 35: { # 'S'
1115
+ 23: 0, # 'A'
1116
+ 37: 0, # 'B'
1117
+ 47: 1, # 'C'
1118
+ 39: 0, # 'D'
1119
+ 29: 0, # 'E'
1120
+ 52: 1, # 'F'
1121
+ 36: 1, # 'G'
1122
+ 45: 1, # 'H'
1123
+ 53: 0, # 'I'
1124
+ 60: 0, # 'J'
1125
+ 16: 3, # 'K'
1126
+ 49: 1, # 'L'
1127
+ 20: 1, # 'M'
1128
+ 46: 0, # 'N'
1129
+ 42: 0, # 'O'
1130
+ 48: 1, # 'P'
1131
+ 44: 0, # 'R'
1132
+ 35: 0, # 'S'
1133
+ 31: 0, # 'T'
1134
+ 51: 1, # 'U'
1135
+ 38: 1, # 'V'
1136
+ 62: 0, # 'W'
1137
+ 43: 1, # 'Y'
1138
+ 56: 0, # 'Z'
1139
+ 1: 3, # 'a'
1140
+ 21: 0, # 'b'
1141
+ 28: 2, # 'c'
1142
+ 12: 0, # 'd'
1143
+ 2: 3, # 'e'
1144
+ 18: 0, # 'f'
1145
+ 27: 0, # 'g'
1146
+ 25: 0, # 'h'
1147
+ 3: 0, # 'i'
1148
+ 24: 0, # 'j'
1149
+ 10: 1, # 'k'
1150
+ 5: 1, # 'l'
1151
+ 13: 2, # 'm'
1152
+ 4: 1, # 'n'
1153
+ 15: 0, # 'o'
1154
+ 26: 0, # 'p'
1155
+ 7: 0, # 'r'
1156
+ 8: 0, # 's'
1157
+ 9: 1, # 't'
1158
+ 14: 2, # 'u'
1159
+ 32: 0, # 'v'
1160
+ 57: 0, # 'w'
1161
+ 58: 0, # 'x'
1162
+ 11: 0, # 'y'
1163
+ 22: 1, # 'z'
1164
+ 63: 0, # '·'
1165
+ 54: 2, # 'Ç'
1166
+ 50: 2, # 'Ö'
1167
+ 55: 0, # 'Ü'
1168
+ 59: 0, # 'â'
1169
+ 33: 3, # 'ç'
1170
+ 61: 0, # 'î'
1171
+ 34: 1, # 'ö'
1172
+ 17: 0, # 'ü'
1173
+ 30: 0, # 'ğ'
1174
+ 41: 0, # 'İ'
1175
+ 6: 3, # 'ı'
1176
+ 40: 2, # 'Ş'
1177
+ 19: 1, # 'ş'
1178
+ },
1179
+ 31: { # 'T'
1180
+ 23: 0, # 'A'
1181
+ 37: 0, # 'B'
1182
+ 47: 0, # 'C'
1183
+ 39: 0, # 'D'
1184
+ 29: 0, # 'E'
1185
+ 52: 0, # 'F'
1186
+ 36: 0, # 'G'
1187
+ 45: 0, # 'H'
1188
+ 53: 0, # 'I'
1189
+ 60: 1, # 'J'
1190
+ 16: 2, # 'K'
1191
+ 49: 0, # 'L'
1192
+ 20: 1, # 'M'
1193
+ 46: 0, # 'N'
1194
+ 42: 0, # 'O'
1195
+ 48: 0, # 'P'
1196
+ 44: 0, # 'R'
1197
+ 35: 0, # 'S'
1198
+ 31: 2, # 'T'
1199
+ 51: 0, # 'U'
1200
+ 38: 0, # 'V'
1201
+ 62: 0, # 'W'
1202
+ 43: 0, # 'Y'
1203
+ 56: 0, # 'Z'
1204
+ 1: 3, # 'a'
1205
+ 21: 2, # 'b'
1206
+ 28: 0, # 'c'
1207
+ 12: 1, # 'd'
1208
+ 2: 3, # 'e'
1209
+ 18: 2, # 'f'
1210
+ 27: 2, # 'g'
1211
+ 25: 0, # 'h'
1212
+ 3: 1, # 'i'
1213
+ 24: 1, # 'j'
1214
+ 10: 2, # 'k'
1215
+ 5: 2, # 'l'
1216
+ 13: 3, # 'm'
1217
+ 4: 3, # 'n'
1218
+ 15: 0, # 'o'
1219
+ 26: 2, # 'p'
1220
+ 7: 2, # 'r'
1221
+ 8: 0, # 's'
1222
+ 9: 2, # 't'
1223
+ 14: 2, # 'u'
1224
+ 32: 1, # 'v'
1225
+ 57: 1, # 'w'
1226
+ 58: 1, # 'x'
1227
+ 11: 2, # 'y'
1228
+ 22: 0, # 'z'
1229
+ 63: 0, # '·'
1230
+ 54: 0, # 'Ç'
1231
+ 50: 0, # 'Ö'
1232
+ 55: 0, # 'Ü'
1233
+ 59: 0, # 'â'
1234
+ 33: 0, # 'ç'
1235
+ 61: 0, # 'î'
1236
+ 34: 0, # 'ö'
1237
+ 17: 1, # 'ü'
1238
+ 30: 0, # 'ğ'
1239
+ 41: 0, # 'İ'
1240
+ 6: 3, # 'ı'
1241
+ 40: 0, # 'Ş'
1242
+ 19: 0, # 'ş'
1243
+ },
1244
+ 51: { # 'U'
1245
+ 23: 0, # 'A'
1246
+ 37: 0, # 'B'
1247
+ 47: 0, # 'C'
1248
+ 39: 0, # 'D'
1249
+ 29: 0, # 'E'
1250
+ 52: 1, # 'F'
1251
+ 36: 1, # 'G'
1252
+ 45: 0, # 'H'
1253
+ 53: 0, # 'I'
1254
+ 60: 0, # 'J'
1255
+ 16: 1, # 'K'
1256
+ 49: 0, # 'L'
1257
+ 20: 0, # 'M'
1258
+ 46: 1, # 'N'
1259
+ 42: 0, # 'O'
1260
+ 48: 1, # 'P'
1261
+ 44: 0, # 'R'
1262
+ 35: 0, # 'S'
1263
+ 31: 0, # 'T'
1264
+ 51: 1, # 'U'
1265
+ 38: 1, # 'V'
1266
+ 62: 0, # 'W'
1267
+ 43: 0, # 'Y'
1268
+ 56: 0, # 'Z'
1269
+ 1: 3, # 'a'
1270
+ 21: 0, # 'b'
1271
+ 28: 1, # 'c'
1272
+ 12: 0, # 'd'
1273
+ 2: 3, # 'e'
1274
+ 18: 0, # 'f'
1275
+ 27: 2, # 'g'
1276
+ 25: 0, # 'h'
1277
+ 3: 0, # 'i'
1278
+ 24: 0, # 'j'
1279
+ 10: 1, # 'k'
1280
+ 5: 1, # 'l'
1281
+ 13: 3, # 'm'
1282
+ 4: 2, # 'n'
1283
+ 15: 0, # 'o'
1284
+ 26: 1, # 'p'
1285
+ 7: 0, # 'r'
1286
+ 8: 0, # 's'
1287
+ 9: 0, # 't'
1288
+ 14: 2, # 'u'
1289
+ 32: 0, # 'v'
1290
+ 57: 0, # 'w'
1291
+ 58: 0, # 'x'
1292
+ 11: 0, # 'y'
1293
+ 22: 2, # 'z'
1294
+ 63: 0, # '·'
1295
+ 54: 1, # 'Ç'
1296
+ 50: 1, # 'Ö'
1297
+ 55: 0, # 'Ü'
1298
+ 59: 0, # 'â'
1299
+ 33: 0, # 'ç'
1300
+ 61: 0, # 'î'
1301
+ 34: 0, # 'ö'
1302
+ 17: 0, # 'ü'
1303
+ 30: 1, # 'ğ'
1304
+ 41: 1, # 'İ'
1305
+ 6: 2, # 'ı'
1306
+ 40: 0, # 'Ş'
1307
+ 19: 1, # 'ş'
1308
+ },
1309
+ 38: { # 'V'
1310
+ 23: 1, # 'A'
1311
+ 37: 1, # 'B'
1312
+ 47: 1, # 'C'
1313
+ 39: 0, # 'D'
1314
+ 29: 0, # 'E'
1315
+ 52: 2, # 'F'
1316
+ 36: 0, # 'G'
1317
+ 45: 0, # 'H'
1318
+ 53: 0, # 'I'
1319
+ 60: 0, # 'J'
1320
+ 16: 3, # 'K'
1321
+ 49: 0, # 'L'
1322
+ 20: 3, # 'M'
1323
+ 46: 0, # 'N'
1324
+ 42: 0, # 'O'
1325
+ 48: 1, # 'P'
1326
+ 44: 1, # 'R'
1327
+ 35: 0, # 'S'
1328
+ 31: 0, # 'T'
1329
+ 51: 1, # 'U'
1330
+ 38: 1, # 'V'
1331
+ 62: 0, # 'W'
1332
+ 43: 0, # 'Y'
1333
+ 56: 0, # 'Z'
1334
+ 1: 3, # 'a'
1335
+ 21: 0, # 'b'
1336
+ 28: 2, # 'c'
1337
+ 12: 0, # 'd'
1338
+ 2: 3, # 'e'
1339
+ 18: 0, # 'f'
1340
+ 27: 0, # 'g'
1341
+ 25: 0, # 'h'
1342
+ 3: 0, # 'i'
1343
+ 24: 0, # 'j'
1344
+ 10: 0, # 'k'
1345
+ 5: 2, # 'l'
1346
+ 13: 2, # 'm'
1347
+ 4: 0, # 'n'
1348
+ 15: 2, # 'o'
1349
+ 26: 0, # 'p'
1350
+ 7: 0, # 'r'
1351
+ 8: 0, # 's'
1352
+ 9: 1, # 't'
1353
+ 14: 3, # 'u'
1354
+ 32: 0, # 'v'
1355
+ 57: 0, # 'w'
1356
+ 58: 0, # 'x'
1357
+ 11: 1, # 'y'
1358
+ 22: 2, # 'z'
1359
+ 63: 0, # '·'
1360
+ 54: 1, # 'Ç'
1361
+ 50: 1, # 'Ö'
1362
+ 55: 0, # 'Ü'
1363
+ 59: 1, # 'â'
1364
+ 33: 2, # 'ç'
1365
+ 61: 0, # 'î'
1366
+ 34: 1, # 'ö'
1367
+ 17: 0, # 'ü'
1368
+ 30: 1, # 'ğ'
1369
+ 41: 1, # 'İ'
1370
+ 6: 3, # 'ı'
1371
+ 40: 2, # 'Ş'
1372
+ 19: 1, # 'ş'
1373
+ },
1374
+ 62: { # 'W'
1375
+ 23: 0, # 'A'
1376
+ 37: 0, # 'B'
1377
+ 47: 0, # 'C'
1378
+ 39: 0, # 'D'
1379
+ 29: 0, # 'E'
1380
+ 52: 0, # 'F'
1381
+ 36: 0, # 'G'
1382
+ 45: 0, # 'H'
1383
+ 53: 0, # 'I'
1384
+ 60: 0, # 'J'
1385
+ 16: 0, # 'K'
1386
+ 49: 0, # 'L'
1387
+ 20: 0, # 'M'
1388
+ 46: 0, # 'N'
1389
+ 42: 0, # 'O'
1390
+ 48: 0, # 'P'
1391
+ 44: 0, # 'R'
1392
+ 35: 0, # 'S'
1393
+ 31: 0, # 'T'
1394
+ 51: 0, # 'U'
1395
+ 38: 0, # 'V'
1396
+ 62: 0, # 'W'
1397
+ 43: 0, # 'Y'
1398
+ 56: 0, # 'Z'
1399
+ 1: 0, # 'a'
1400
+ 21: 0, # 'b'
1401
+ 28: 0, # 'c'
1402
+ 12: 0, # 'd'
1403
+ 2: 0, # 'e'
1404
+ 18: 0, # 'f'
1405
+ 27: 0, # 'g'
1406
+ 25: 0, # 'h'
1407
+ 3: 0, # 'i'
1408
+ 24: 0, # 'j'
1409
+ 10: 0, # 'k'
1410
+ 5: 0, # 'l'
1411
+ 13: 0, # 'm'
1412
+ 4: 0, # 'n'
1413
+ 15: 0, # 'o'
1414
+ 26: 0, # 'p'
1415
+ 7: 0, # 'r'
1416
+ 8: 0, # 's'
1417
+ 9: 0, # 't'
1418
+ 14: 0, # 'u'
1419
+ 32: 0, # 'v'
1420
+ 57: 0, # 'w'
1421
+ 58: 0, # 'x'
1422
+ 11: 0, # 'y'
1423
+ 22: 0, # 'z'
1424
+ 63: 0, # '·'
1425
+ 54: 0, # 'Ç'
1426
+ 50: 0, # 'Ö'
1427
+ 55: 0, # 'Ü'
1428
+ 59: 0, # 'â'
1429
+ 33: 0, # 'ç'
1430
+ 61: 0, # 'î'
1431
+ 34: 0, # 'ö'
1432
+ 17: 0, # 'ü'
1433
+ 30: 0, # 'ğ'
1434
+ 41: 0, # 'İ'
1435
+ 6: 0, # 'ı'
1436
+ 40: 0, # 'Ş'
1437
+ 19: 0, # 'ş'
1438
+ },
1439
+ 43: { # 'Y'
1440
+ 23: 0, # 'A'
1441
+ 37: 0, # 'B'
1442
+ 47: 1, # 'C'
1443
+ 39: 0, # 'D'
1444
+ 29: 0, # 'E'
1445
+ 52: 2, # 'F'
1446
+ 36: 0, # 'G'
1447
+ 45: 1, # 'H'
1448
+ 53: 1, # 'I'
1449
+ 60: 0, # 'J'
1450
+ 16: 2, # 'K'
1451
+ 49: 0, # 'L'
1452
+ 20: 0, # 'M'
1453
+ 46: 2, # 'N'
1454
+ 42: 0, # 'O'
1455
+ 48: 2, # 'P'
1456
+ 44: 1, # 'R'
1457
+ 35: 1, # 'S'
1458
+ 31: 0, # 'T'
1459
+ 51: 1, # 'U'
1460
+ 38: 2, # 'V'
1461
+ 62: 0, # 'W'
1462
+ 43: 0, # 'Y'
1463
+ 56: 0, # 'Z'
1464
+ 1: 3, # 'a'
1465
+ 21: 0, # 'b'
1466
+ 28: 2, # 'c'
1467
+ 12: 0, # 'd'
1468
+ 2: 2, # 'e'
1469
+ 18: 0, # 'f'
1470
+ 27: 0, # 'g'
1471
+ 25: 0, # 'h'
1472
+ 3: 0, # 'i'
1473
+ 24: 1, # 'j'
1474
+ 10: 1, # 'k'
1475
+ 5: 1, # 'l'
1476
+ 13: 3, # 'm'
1477
+ 4: 0, # 'n'
1478
+ 15: 2, # 'o'
1479
+ 26: 0, # 'p'
1480
+ 7: 0, # 'r'
1481
+ 8: 0, # 's'
1482
+ 9: 0, # 't'
1483
+ 14: 3, # 'u'
1484
+ 32: 0, # 'v'
1485
+ 57: 0, # 'w'
1486
+ 58: 1, # 'x'
1487
+ 11: 0, # 'y'
1488
+ 22: 2, # 'z'
1489
+ 63: 0, # '·'
1490
+ 54: 1, # 'Ç'
1491
+ 50: 2, # 'Ö'
1492
+ 55: 1, # 'Ü'
1493
+ 59: 1, # 'â'
1494
+ 33: 0, # 'ç'
1495
+ 61: 0, # 'î'
1496
+ 34: 1, # 'ö'
1497
+ 17: 0, # 'ü'
1498
+ 30: 1, # 'ğ'
1499
+ 41: 1, # 'İ'
1500
+ 6: 0, # 'ı'
1501
+ 40: 2, # 'Ş'
1502
+ 19: 1, # 'ş'
1503
+ },
1504
+ 56: { # 'Z'
1505
+ 23: 0, # 'A'
1506
+ 37: 0, # 'B'
1507
+ 47: 0, # 'C'
1508
+ 39: 0, # 'D'
1509
+ 29: 0, # 'E'
1510
+ 52: 0, # 'F'
1511
+ 36: 0, # 'G'
1512
+ 45: 0, # 'H'
1513
+ 53: 0, # 'I'
1514
+ 60: 0, # 'J'
1515
+ 16: 0, # 'K'
1516
+ 49: 0, # 'L'
1517
+ 20: 0, # 'M'
1518
+ 46: 0, # 'N'
1519
+ 42: 0, # 'O'
1520
+ 48: 0, # 'P'
1521
+ 44: 0, # 'R'
1522
+ 35: 0, # 'S'
1523
+ 31: 0, # 'T'
1524
+ 51: 0, # 'U'
1525
+ 38: 0, # 'V'
1526
+ 62: 0, # 'W'
1527
+ 43: 0, # 'Y'
1528
+ 56: 2, # 'Z'
1529
+ 1: 2, # 'a'
1530
+ 21: 1, # 'b'
1531
+ 28: 0, # 'c'
1532
+ 12: 0, # 'd'
1533
+ 2: 2, # 'e'
1534
+ 18: 0, # 'f'
1535
+ 27: 0, # 'g'
1536
+ 25: 0, # 'h'
1537
+ 3: 2, # 'i'
1538
+ 24: 1, # 'j'
1539
+ 10: 0, # 'k'
1540
+ 5: 0, # 'l'
1541
+ 13: 1, # 'm'
1542
+ 4: 1, # 'n'
1543
+ 15: 0, # 'o'
1544
+ 26: 0, # 'p'
1545
+ 7: 1, # 'r'
1546
+ 8: 1, # 's'
1547
+ 9: 0, # 't'
1548
+ 14: 2, # 'u'
1549
+ 32: 0, # 'v'
1550
+ 57: 0, # 'w'
1551
+ 58: 0, # 'x'
1552
+ 11: 0, # 'y'
1553
+ 22: 0, # 'z'
1554
+ 63: 0, # '·'
1555
+ 54: 0, # 'Ç'
1556
+ 50: 0, # 'Ö'
1557
+ 55: 0, # 'Ü'
1558
+ 59: 0, # 'â'
1559
+ 33: 0, # 'ç'
1560
+ 61: 0, # 'î'
1561
+ 34: 0, # 'ö'
1562
+ 17: 1, # 'ü'
1563
+ 30: 0, # 'ğ'
1564
+ 41: 0, # 'İ'
1565
+ 6: 1, # 'ı'
1566
+ 40: 0, # 'Ş'
1567
+ 19: 0, # 'ş'
1568
+ },
1569
+ 1: { # 'a'
1570
+ 23: 3, # 'A'
1571
+ 37: 0, # 'B'
1572
+ 47: 1, # 'C'
1573
+ 39: 0, # 'D'
1574
+ 29: 3, # 'E'
1575
+ 52: 0, # 'F'
1576
+ 36: 1, # 'G'
1577
+ 45: 1, # 'H'
1578
+ 53: 0, # 'I'
1579
+ 60: 0, # 'J'
1580
+ 16: 0, # 'K'
1581
+ 49: 0, # 'L'
1582
+ 20: 3, # 'M'
1583
+ 46: 1, # 'N'
1584
+ 42: 0, # 'O'
1585
+ 48: 1, # 'P'
1586
+ 44: 0, # 'R'
1587
+ 35: 0, # 'S'
1588
+ 31: 3, # 'T'
1589
+ 51: 0, # 'U'
1590
+ 38: 1, # 'V'
1591
+ 62: 0, # 'W'
1592
+ 43: 0, # 'Y'
1593
+ 56: 2, # 'Z'
1594
+ 1: 2, # 'a'
1595
+ 21: 3, # 'b'
1596
+ 28: 0, # 'c'
1597
+ 12: 3, # 'd'
1598
+ 2: 2, # 'e'
1599
+ 18: 3, # 'f'
1600
+ 27: 3, # 'g'
1601
+ 25: 3, # 'h'
1602
+ 3: 3, # 'i'
1603
+ 24: 3, # 'j'
1604
+ 10: 3, # 'k'
1605
+ 5: 0, # 'l'
1606
+ 13: 2, # 'm'
1607
+ 4: 3, # 'n'
1608
+ 15: 1, # 'o'
1609
+ 26: 3, # 'p'
1610
+ 7: 3, # 'r'
1611
+ 8: 3, # 's'
1612
+ 9: 3, # 't'
1613
+ 14: 3, # 'u'
1614
+ 32: 3, # 'v'
1615
+ 57: 2, # 'w'
1616
+ 58: 0, # 'x'
1617
+ 11: 3, # 'y'
1618
+ 22: 0, # 'z'
1619
+ 63: 1, # '·'
1620
+ 54: 0, # 'Ç'
1621
+ 50: 0, # 'Ö'
1622
+ 55: 0, # 'Ü'
1623
+ 59: 0, # 'â'
1624
+ 33: 1, # 'ç'
1625
+ 61: 1, # 'î'
1626
+ 34: 1, # 'ö'
1627
+ 17: 3, # 'ü'
1628
+ 30: 0, # 'ğ'
1629
+ 41: 0, # 'İ'
1630
+ 6: 3, # 'ı'
1631
+ 40: 0, # 'Ş'
1632
+ 19: 1, # 'ş'
1633
+ },
1634
+ 21: { # 'b'
1635
+ 23: 0, # 'A'
1636
+ 37: 0, # 'B'
1637
+ 47: 0, # 'C'
1638
+ 39: 0, # 'D'
1639
+ 29: 0, # 'E'
1640
+ 52: 0, # 'F'
1641
+ 36: 1, # 'G'
1642
+ 45: 0, # 'H'
1643
+ 53: 0, # 'I'
1644
+ 60: 1, # 'J'
1645
+ 16: 2, # 'K'
1646
+ 49: 0, # 'L'
1647
+ 20: 2, # 'M'
1648
+ 46: 0, # 'N'
1649
+ 42: 0, # 'O'
1650
+ 48: 0, # 'P'
1651
+ 44: 0, # 'R'
1652
+ 35: 0, # 'S'
1653
+ 31: 1, # 'T'
1654
+ 51: 0, # 'U'
1655
+ 38: 0, # 'V'
1656
+ 62: 0, # 'W'
1657
+ 43: 1, # 'Y'
1658
+ 56: 0, # 'Z'
1659
+ 1: 3, # 'a'
1660
+ 21: 2, # 'b'
1661
+ 28: 0, # 'c'
1662
+ 12: 3, # 'd'
1663
+ 2: 3, # 'e'
1664
+ 18: 0, # 'f'
1665
+ 27: 3, # 'g'
1666
+ 25: 1, # 'h'
1667
+ 3: 3, # 'i'
1668
+ 24: 2, # 'j'
1669
+ 10: 3, # 'k'
1670
+ 5: 3, # 'l'
1671
+ 13: 3, # 'm'
1672
+ 4: 3, # 'n'
1673
+ 15: 0, # 'o'
1674
+ 26: 3, # 'p'
1675
+ 7: 1, # 'r'
1676
+ 8: 2, # 's'
1677
+ 9: 2, # 't'
1678
+ 14: 2, # 'u'
1679
+ 32: 1, # 'v'
1680
+ 57: 0, # 'w'
1681
+ 58: 1, # 'x'
1682
+ 11: 3, # 'y'
1683
+ 22: 0, # 'z'
1684
+ 63: 0, # '·'
1685
+ 54: 0, # 'Ç'
1686
+ 50: 0, # 'Ö'
1687
+ 55: 0, # 'Ü'
1688
+ 59: 0, # 'â'
1689
+ 33: 1, # 'ç'
1690
+ 61: 0, # 'î'
1691
+ 34: 0, # 'ö'
1692
+ 17: 0, # 'ü'
1693
+ 30: 1, # 'ğ'
1694
+ 41: 0, # 'İ'
1695
+ 6: 2, # 'ı'
1696
+ 40: 0, # 'Ş'
1697
+ 19: 0, # 'ş'
1698
+ },
1699
+ 28: { # 'c'
1700
+ 23: 0, # 'A'
1701
+ 37: 1, # 'B'
1702
+ 47: 1, # 'C'
1703
+ 39: 1, # 'D'
1704
+ 29: 2, # 'E'
1705
+ 52: 0, # 'F'
1706
+ 36: 2, # 'G'
1707
+ 45: 2, # 'H'
1708
+ 53: 1, # 'I'
1709
+ 60: 0, # 'J'
1710
+ 16: 0, # 'K'
1711
+ 49: 0, # 'L'
1712
+ 20: 2, # 'M'
1713
+ 46: 1, # 'N'
1714
+ 42: 1, # 'O'
1715
+ 48: 2, # 'P'
1716
+ 44: 1, # 'R'
1717
+ 35: 1, # 'S'
1718
+ 31: 2, # 'T'
1719
+ 51: 2, # 'U'
1720
+ 38: 2, # 'V'
1721
+ 62: 0, # 'W'
1722
+ 43: 3, # 'Y'
1723
+ 56: 0, # 'Z'
1724
+ 1: 1, # 'a'
1725
+ 21: 1, # 'b'
1726
+ 28: 2, # 'c'
1727
+ 12: 2, # 'd'
1728
+ 2: 1, # 'e'
1729
+ 18: 1, # 'f'
1730
+ 27: 2, # 'g'
1731
+ 25: 2, # 'h'
1732
+ 3: 3, # 'i'
1733
+ 24: 1, # 'j'
1734
+ 10: 3, # 'k'
1735
+ 5: 0, # 'l'
1736
+ 13: 2, # 'm'
1737
+ 4: 3, # 'n'
1738
+ 15: 2, # 'o'
1739
+ 26: 2, # 'p'
1740
+ 7: 3, # 'r'
1741
+ 8: 3, # 's'
1742
+ 9: 3, # 't'
1743
+ 14: 1, # 'u'
1744
+ 32: 0, # 'v'
1745
+ 57: 1, # 'w'
1746
+ 58: 0, # 'x'
1747
+ 11: 2, # 'y'
1748
+ 22: 1, # 'z'
1749
+ 63: 1, # '·'
1750
+ 54: 0, # 'Ç'
1751
+ 50: 0, # 'Ö'
1752
+ 55: 1, # 'Ü'
1753
+ 59: 0, # 'â'
1754
+ 33: 0, # 'ç'
1755
+ 61: 1, # 'î'
1756
+ 34: 2, # 'ö'
1757
+ 17: 2, # 'ü'
1758
+ 30: 2, # 'ğ'
1759
+ 41: 1, # 'İ'
1760
+ 6: 3, # 'ı'
1761
+ 40: 0, # 'Ş'
1762
+ 19: 2, # 'ş'
1763
+ },
1764
+ 12: { # 'd'
1765
+ 23: 1, # 'A'
1766
+ 37: 0, # 'B'
1767
+ 47: 0, # 'C'
1768
+ 39: 0, # 'D'
1769
+ 29: 0, # 'E'
1770
+ 52: 0, # 'F'
1771
+ 36: 0, # 'G'
1772
+ 45: 0, # 'H'
1773
+ 53: 0, # 'I'
1774
+ 60: 2, # 'J'
1775
+ 16: 3, # 'K'
1776
+ 49: 0, # 'L'
1777
+ 20: 3, # 'M'
1778
+ 46: 0, # 'N'
1779
+ 42: 0, # 'O'
1780
+ 48: 0, # 'P'
1781
+ 44: 0, # 'R'
1782
+ 35: 1, # 'S'
1783
+ 31: 1, # 'T'
1784
+ 51: 0, # 'U'
1785
+ 38: 0, # 'V'
1786
+ 62: 0, # 'W'
1787
+ 43: 0, # 'Y'
1788
+ 56: 0, # 'Z'
1789
+ 1: 3, # 'a'
1790
+ 21: 2, # 'b'
1791
+ 28: 1, # 'c'
1792
+ 12: 3, # 'd'
1793
+ 2: 3, # 'e'
1794
+ 18: 1, # 'f'
1795
+ 27: 3, # 'g'
1796
+ 25: 3, # 'h'
1797
+ 3: 2, # 'i'
1798
+ 24: 3, # 'j'
1799
+ 10: 2, # 'k'
1800
+ 5: 3, # 'l'
1801
+ 13: 3, # 'm'
1802
+ 4: 3, # 'n'
1803
+ 15: 1, # 'o'
1804
+ 26: 2, # 'p'
1805
+ 7: 3, # 'r'
1806
+ 8: 2, # 's'
1807
+ 9: 2, # 't'
1808
+ 14: 3, # 'u'
1809
+ 32: 1, # 'v'
1810
+ 57: 0, # 'w'
1811
+ 58: 1, # 'x'
1812
+ 11: 3, # 'y'
1813
+ 22: 1, # 'z'
1814
+ 63: 1, # '·'
1815
+ 54: 0, # 'Ç'
1816
+ 50: 0, # 'Ö'
1817
+ 55: 0, # 'Ü'
1818
+ 59: 0, # 'â'
1819
+ 33: 0, # 'ç'
1820
+ 61: 0, # 'î'
1821
+ 34: 0, # 'ö'
1822
+ 17: 1, # 'ü'
1823
+ 30: 0, # 'ğ'
1824
+ 41: 0, # 'İ'
1825
+ 6: 2, # 'ı'
1826
+ 40: 0, # 'Ş'
1827
+ 19: 0, # 'ş'
1828
+ },
1829
+ 2: { # 'e'
1830
+ 23: 2, # 'A'
1831
+ 37: 0, # 'B'
1832
+ 47: 2, # 'C'
1833
+ 39: 0, # 'D'
1834
+ 29: 3, # 'E'
1835
+ 52: 1, # 'F'
1836
+ 36: 0, # 'G'
1837
+ 45: 0, # 'H'
1838
+ 53: 0, # 'I'
1839
+ 60: 0, # 'J'
1840
+ 16: 1, # 'K'
1841
+ 49: 0, # 'L'
1842
+ 20: 3, # 'M'
1843
+ 46: 1, # 'N'
1844
+ 42: 0, # 'O'
1845
+ 48: 1, # 'P'
1846
+ 44: 1, # 'R'
1847
+ 35: 0, # 'S'
1848
+ 31: 3, # 'T'
1849
+ 51: 0, # 'U'
1850
+ 38: 1, # 'V'
1851
+ 62: 0, # 'W'
1852
+ 43: 1, # 'Y'
1853
+ 56: 0, # 'Z'
1854
+ 1: 3, # 'a'
1855
+ 21: 3, # 'b'
1856
+ 28: 0, # 'c'
1857
+ 12: 3, # 'd'
1858
+ 2: 2, # 'e'
1859
+ 18: 3, # 'f'
1860
+ 27: 3, # 'g'
1861
+ 25: 3, # 'h'
1862
+ 3: 3, # 'i'
1863
+ 24: 3, # 'j'
1864
+ 10: 3, # 'k'
1865
+ 5: 0, # 'l'
1866
+ 13: 2, # 'm'
1867
+ 4: 3, # 'n'
1868
+ 15: 1, # 'o'
1869
+ 26: 3, # 'p'
1870
+ 7: 3, # 'r'
1871
+ 8: 3, # 's'
1872
+ 9: 3, # 't'
1873
+ 14: 3, # 'u'
1874
+ 32: 3, # 'v'
1875
+ 57: 2, # 'w'
1876
+ 58: 0, # 'x'
1877
+ 11: 3, # 'y'
1878
+ 22: 1, # 'z'
1879
+ 63: 1, # '·'
1880
+ 54: 0, # 'Ç'
1881
+ 50: 0, # 'Ö'
1882
+ 55: 0, # 'Ü'
1883
+ 59: 0, # 'â'
1884
+ 33: 1, # 'ç'
1885
+ 61: 0, # 'î'
1886
+ 34: 1, # 'ö'
1887
+ 17: 3, # 'ü'
1888
+ 30: 0, # 'ğ'
1889
+ 41: 0, # 'İ'
1890
+ 6: 3, # 'ı'
1891
+ 40: 0, # 'Ş'
1892
+ 19: 0, # 'ş'
1893
+ },
1894
+ 18: { # 'f'
1895
+ 23: 0, # 'A'
1896
+ 37: 0, # 'B'
1897
+ 47: 0, # 'C'
1898
+ 39: 0, # 'D'
1899
+ 29: 0, # 'E'
1900
+ 52: 0, # 'F'
1901
+ 36: 0, # 'G'
1902
+ 45: 0, # 'H'
1903
+ 53: 0, # 'I'
1904
+ 60: 0, # 'J'
1905
+ 16: 2, # 'K'
1906
+ 49: 0, # 'L'
1907
+ 20: 2, # 'M'
1908
+ 46: 0, # 'N'
1909
+ 42: 0, # 'O'
1910
+ 48: 0, # 'P'
1911
+ 44: 0, # 'R'
1912
+ 35: 0, # 'S'
1913
+ 31: 2, # 'T'
1914
+ 51: 0, # 'U'
1915
+ 38: 0, # 'V'
1916
+ 62: 0, # 'W'
1917
+ 43: 0, # 'Y'
1918
+ 56: 0, # 'Z'
1919
+ 1: 3, # 'a'
1920
+ 21: 1, # 'b'
1921
+ 28: 0, # 'c'
1922
+ 12: 3, # 'd'
1923
+ 2: 3, # 'e'
1924
+ 18: 2, # 'f'
1925
+ 27: 1, # 'g'
1926
+ 25: 1, # 'h'
1927
+ 3: 1, # 'i'
1928
+ 24: 1, # 'j'
1929
+ 10: 1, # 'k'
1930
+ 5: 3, # 'l'
1931
+ 13: 3, # 'm'
1932
+ 4: 3, # 'n'
1933
+ 15: 0, # 'o'
1934
+ 26: 2, # 'p'
1935
+ 7: 1, # 'r'
1936
+ 8: 3, # 's'
1937
+ 9: 3, # 't'
1938
+ 14: 1, # 'u'
1939
+ 32: 2, # 'v'
1940
+ 57: 0, # 'w'
1941
+ 58: 0, # 'x'
1942
+ 11: 1, # 'y'
1943
+ 22: 0, # 'z'
1944
+ 63: 0, # '·'
1945
+ 54: 0, # 'Ç'
1946
+ 50: 0, # 'Ö'
1947
+ 55: 0, # 'Ü'
1948
+ 59: 0, # 'â'
1949
+ 33: 1, # 'ç'
1950
+ 61: 0, # 'î'
1951
+ 34: 0, # 'ö'
1952
+ 17: 1, # 'ü'
1953
+ 30: 0, # 'ğ'
1954
+ 41: 0, # 'İ'
1955
+ 6: 1, # 'ı'
1956
+ 40: 0, # 'Ş'
1957
+ 19: 0, # 'ş'
1958
+ },
1959
+ 27: { # 'g'
1960
+ 23: 0, # 'A'
1961
+ 37: 0, # 'B'
1962
+ 47: 0, # 'C'
1963
+ 39: 0, # 'D'
1964
+ 29: 0, # 'E'
1965
+ 52: 0, # 'F'
1966
+ 36: 0, # 'G'
1967
+ 45: 0, # 'H'
1968
+ 53: 0, # 'I'
1969
+ 60: 0, # 'J'
1970
+ 16: 3, # 'K'
1971
+ 49: 0, # 'L'
1972
+ 20: 0, # 'M'
1973
+ 46: 0, # 'N'
1974
+ 42: 0, # 'O'
1975
+ 48: 0, # 'P'
1976
+ 44: 0, # 'R'
1977
+ 35: 1, # 'S'
1978
+ 31: 1, # 'T'
1979
+ 51: 0, # 'U'
1980
+ 38: 2, # 'V'
1981
+ 62: 0, # 'W'
1982
+ 43: 0, # 'Y'
1983
+ 56: 0, # 'Z'
1984
+ 1: 3, # 'a'
1985
+ 21: 1, # 'b'
1986
+ 28: 0, # 'c'
1987
+ 12: 1, # 'd'
1988
+ 2: 3, # 'e'
1989
+ 18: 0, # 'f'
1990
+ 27: 2, # 'g'
1991
+ 25: 1, # 'h'
1992
+ 3: 2, # 'i'
1993
+ 24: 3, # 'j'
1994
+ 10: 2, # 'k'
1995
+ 5: 3, # 'l'
1996
+ 13: 3, # 'm'
1997
+ 4: 2, # 'n'
1998
+ 15: 0, # 'o'
1999
+ 26: 1, # 'p'
2000
+ 7: 2, # 'r'
2001
+ 8: 2, # 's'
2002
+ 9: 3, # 't'
2003
+ 14: 3, # 'u'
2004
+ 32: 1, # 'v'
2005
+ 57: 0, # 'w'
2006
+ 58: 0, # 'x'
2007
+ 11: 1, # 'y'
2008
+ 22: 0, # 'z'
2009
+ 63: 1, # '·'
2010
+ 54: 0, # 'Ç'
2011
+ 50: 0, # 'Ö'
2012
+ 55: 0, # 'Ü'
2013
+ 59: 0, # 'â'
2014
+ 33: 0, # 'ç'
2015
+ 61: 0, # 'î'
2016
+ 34: 0, # 'ö'
2017
+ 17: 0, # 'ü'
2018
+ 30: 0, # 'ğ'
2019
+ 41: 0, # 'İ'
2020
+ 6: 2, # 'ı'
2021
+ 40: 0, # 'Ş'
2022
+ 19: 0, # 'ş'
2023
+ },
2024
+ 25: { # 'h'
2025
+ 23: 0, # 'A'
2026
+ 37: 0, # 'B'
2027
+ 47: 0, # 'C'
2028
+ 39: 0, # 'D'
2029
+ 29: 0, # 'E'
2030
+ 52: 0, # 'F'
2031
+ 36: 0, # 'G'
2032
+ 45: 0, # 'H'
2033
+ 53: 0, # 'I'
2034
+ 60: 0, # 'J'
2035
+ 16: 2, # 'K'
2036
+ 49: 0, # 'L'
2037
+ 20: 0, # 'M'
2038
+ 46: 0, # 'N'
2039
+ 42: 0, # 'O'
2040
+ 48: 0, # 'P'
2041
+ 44: 0, # 'R'
2042
+ 35: 0, # 'S'
2043
+ 31: 0, # 'T'
2044
+ 51: 0, # 'U'
2045
+ 38: 0, # 'V'
2046
+ 62: 0, # 'W'
2047
+ 43: 0, # 'Y'
2048
+ 56: 0, # 'Z'
2049
+ 1: 3, # 'a'
2050
+ 21: 0, # 'b'
2051
+ 28: 0, # 'c'
2052
+ 12: 2, # 'd'
2053
+ 2: 3, # 'e'
2054
+ 18: 0, # 'f'
2055
+ 27: 1, # 'g'
2056
+ 25: 2, # 'h'
2057
+ 3: 2, # 'i'
2058
+ 24: 3, # 'j'
2059
+ 10: 3, # 'k'
2060
+ 5: 3, # 'l'
2061
+ 13: 3, # 'm'
2062
+ 4: 3, # 'n'
2063
+ 15: 1, # 'o'
2064
+ 26: 1, # 'p'
2065
+ 7: 3, # 'r'
2066
+ 8: 3, # 's'
2067
+ 9: 2, # 't'
2068
+ 14: 3, # 'u'
2069
+ 32: 2, # 'v'
2070
+ 57: 1, # 'w'
2071
+ 58: 0, # 'x'
2072
+ 11: 1, # 'y'
2073
+ 22: 0, # 'z'
2074
+ 63: 0, # '·'
2075
+ 54: 0, # 'Ç'
2076
+ 50: 0, # 'Ö'
2077
+ 55: 0, # 'Ü'
2078
+ 59: 0, # 'â'
2079
+ 33: 0, # 'ç'
2080
+ 61: 0, # 'î'
2081
+ 34: 0, # 'ö'
2082
+ 17: 0, # 'ü'
2083
+ 30: 0, # 'ğ'
2084
+ 41: 0, # 'İ'
2085
+ 6: 3, # 'ı'
2086
+ 40: 0, # 'Ş'
2087
+ 19: 0, # 'ş'
2088
+ },
2089
+ 3: { # 'i'
2090
+ 23: 2, # 'A'
2091
+ 37: 0, # 'B'
2092
+ 47: 0, # 'C'
2093
+ 39: 0, # 'D'
2094
+ 29: 0, # 'E'
2095
+ 52: 0, # 'F'
2096
+ 36: 0, # 'G'
2097
+ 45: 0, # 'H'
2098
+ 53: 0, # 'I'
2099
+ 60: 1, # 'J'
2100
+ 16: 3, # 'K'
2101
+ 49: 0, # 'L'
2102
+ 20: 3, # 'M'
2103
+ 46: 0, # 'N'
2104
+ 42: 1, # 'O'
2105
+ 48: 0, # 'P'
2106
+ 44: 0, # 'R'
2107
+ 35: 1, # 'S'
2108
+ 31: 2, # 'T'
2109
+ 51: 0, # 'U'
2110
+ 38: 1, # 'V'
2111
+ 62: 0, # 'W'
2112
+ 43: 0, # 'Y'
2113
+ 56: 0, # 'Z'
2114
+ 1: 3, # 'a'
2115
+ 21: 2, # 'b'
2116
+ 28: 0, # 'c'
2117
+ 12: 3, # 'd'
2118
+ 2: 3, # 'e'
2119
+ 18: 2, # 'f'
2120
+ 27: 3, # 'g'
2121
+ 25: 1, # 'h'
2122
+ 3: 3, # 'i'
2123
+ 24: 2, # 'j'
2124
+ 10: 3, # 'k'
2125
+ 5: 3, # 'l'
2126
+ 13: 3, # 'm'
2127
+ 4: 3, # 'n'
2128
+ 15: 1, # 'o'
2129
+ 26: 3, # 'p'
2130
+ 7: 3, # 'r'
2131
+ 8: 3, # 's'
2132
+ 9: 3, # 't'
2133
+ 14: 3, # 'u'
2134
+ 32: 2, # 'v'
2135
+ 57: 1, # 'w'
2136
+ 58: 1, # 'x'
2137
+ 11: 3, # 'y'
2138
+ 22: 1, # 'z'
2139
+ 63: 1, # '·'
2140
+ 54: 0, # 'Ç'
2141
+ 50: 0, # 'Ö'
2142
+ 55: 1, # 'Ü'
2143
+ 59: 0, # 'â'
2144
+ 33: 2, # 'ç'
2145
+ 61: 0, # 'î'
2146
+ 34: 0, # 'ö'
2147
+ 17: 3, # 'ü'
2148
+ 30: 0, # 'ğ'
2149
+ 41: 1, # 'İ'
2150
+ 6: 2, # 'ı'
2151
+ 40: 0, # 'Ş'
2152
+ 19: 0, # 'ş'
2153
+ },
2154
+ 24: { # 'j'
2155
+ 23: 0, # 'A'
2156
+ 37: 0, # 'B'
2157
+ 47: 0, # 'C'
2158
+ 39: 0, # 'D'
2159
+ 29: 0, # 'E'
2160
+ 52: 0, # 'F'
2161
+ 36: 0, # 'G'
2162
+ 45: 0, # 'H'
2163
+ 53: 0, # 'I'
2164
+ 60: 1, # 'J'
2165
+ 16: 2, # 'K'
2166
+ 49: 0, # 'L'
2167
+ 20: 2, # 'M'
2168
+ 46: 0, # 'N'
2169
+ 42: 0, # 'O'
2170
+ 48: 1, # 'P'
2171
+ 44: 0, # 'R'
2172
+ 35: 0, # 'S'
2173
+ 31: 1, # 'T'
2174
+ 51: 0, # 'U'
2175
+ 38: 0, # 'V'
2176
+ 62: 0, # 'W'
2177
+ 43: 0, # 'Y'
2178
+ 56: 1, # 'Z'
2179
+ 1: 3, # 'a'
2180
+ 21: 1, # 'b'
2181
+ 28: 1, # 'c'
2182
+ 12: 3, # 'd'
2183
+ 2: 3, # 'e'
2184
+ 18: 2, # 'f'
2185
+ 27: 1, # 'g'
2186
+ 25: 1, # 'h'
2187
+ 3: 2, # 'i'
2188
+ 24: 1, # 'j'
2189
+ 10: 2, # 'k'
2190
+ 5: 2, # 'l'
2191
+ 13: 3, # 'm'
2192
+ 4: 2, # 'n'
2193
+ 15: 0, # 'o'
2194
+ 26: 1, # 'p'
2195
+ 7: 2, # 'r'
2196
+ 8: 3, # 's'
2197
+ 9: 2, # 't'
2198
+ 14: 3, # 'u'
2199
+ 32: 2, # 'v'
2200
+ 57: 0, # 'w'
2201
+ 58: 2, # 'x'
2202
+ 11: 1, # 'y'
2203
+ 22: 0, # 'z'
2204
+ 63: 0, # '·'
2205
+ 54: 0, # 'Ç'
2206
+ 50: 0, # 'Ö'
2207
+ 55: 0, # 'Ü'
2208
+ 59: 0, # 'â'
2209
+ 33: 1, # 'ç'
2210
+ 61: 0, # 'î'
2211
+ 34: 0, # 'ö'
2212
+ 17: 1, # 'ü'
2213
+ 30: 0, # 'ğ'
2214
+ 41: 0, # 'İ'
2215
+ 6: 3, # 'ı'
2216
+ 40: 0, # 'Ş'
2217
+ 19: 0, # 'ş'
2218
+ },
2219
+ 10: { # 'k'
2220
+ 23: 0, # 'A'
2221
+ 37: 0, # 'B'
2222
+ 47: 0, # 'C'
2223
+ 39: 0, # 'D'
2224
+ 29: 0, # 'E'
2225
+ 52: 0, # 'F'
2226
+ 36: 0, # 'G'
2227
+ 45: 0, # 'H'
2228
+ 53: 0, # 'I'
2229
+ 60: 0, # 'J'
2230
+ 16: 3, # 'K'
2231
+ 49: 0, # 'L'
2232
+ 20: 2, # 'M'
2233
+ 46: 0, # 'N'
2234
+ 42: 0, # 'O'
2235
+ 48: 0, # 'P'
2236
+ 44: 0, # 'R'
2237
+ 35: 0, # 'S'
2238
+ 31: 3, # 'T'
2239
+ 51: 0, # 'U'
2240
+ 38: 1, # 'V'
2241
+ 62: 0, # 'W'
2242
+ 43: 0, # 'Y'
2243
+ 56: 1, # 'Z'
2244
+ 1: 3, # 'a'
2245
+ 21: 2, # 'b'
2246
+ 28: 0, # 'c'
2247
+ 12: 2, # 'd'
2248
+ 2: 3, # 'e'
2249
+ 18: 1, # 'f'
2250
+ 27: 2, # 'g'
2251
+ 25: 2, # 'h'
2252
+ 3: 3, # 'i'
2253
+ 24: 2, # 'j'
2254
+ 10: 2, # 'k'
2255
+ 5: 3, # 'l'
2256
+ 13: 3, # 'm'
2257
+ 4: 3, # 'n'
2258
+ 15: 0, # 'o'
2259
+ 26: 3, # 'p'
2260
+ 7: 2, # 'r'
2261
+ 8: 2, # 's'
2262
+ 9: 2, # 't'
2263
+ 14: 3, # 'u'
2264
+ 32: 0, # 'v'
2265
+ 57: 0, # 'w'
2266
+ 58: 1, # 'x'
2267
+ 11: 3, # 'y'
2268
+ 22: 0, # 'z'
2269
+ 63: 1, # '·'
2270
+ 54: 0, # 'Ç'
2271
+ 50: 0, # 'Ö'
2272
+ 55: 0, # 'Ü'
2273
+ 59: 0, # 'â'
2274
+ 33: 3, # 'ç'
2275
+ 61: 0, # 'î'
2276
+ 34: 1, # 'ö'
2277
+ 17: 3, # 'ü'
2278
+ 30: 1, # 'ğ'
2279
+ 41: 0, # 'İ'
2280
+ 6: 3, # 'ı'
2281
+ 40: 0, # 'Ş'
2282
+ 19: 1, # 'ş'
2283
+ },
2284
+ 5: { # 'l'
2285
+ 23: 0, # 'A'
2286
+ 37: 0, # 'B'
2287
+ 47: 0, # 'C'
2288
+ 39: 0, # 'D'
2289
+ 29: 3, # 'E'
2290
+ 52: 0, # 'F'
2291
+ 36: 0, # 'G'
2292
+ 45: 0, # 'H'
2293
+ 53: 0, # 'I'
2294
+ 60: 0, # 'J'
2295
+ 16: 0, # 'K'
2296
+ 49: 0, # 'L'
2297
+ 20: 2, # 'M'
2298
+ 46: 0, # 'N'
2299
+ 42: 0, # 'O'
2300
+ 48: 0, # 'P'
2301
+ 44: 0, # 'R'
2302
+ 35: 0, # 'S'
2303
+ 31: 1, # 'T'
2304
+ 51: 0, # 'U'
2305
+ 38: 0, # 'V'
2306
+ 62: 0, # 'W'
2307
+ 43: 0, # 'Y'
2308
+ 56: 0, # 'Z'
2309
+ 1: 0, # 'a'
2310
+ 21: 3, # 'b'
2311
+ 28: 0, # 'c'
2312
+ 12: 3, # 'd'
2313
+ 2: 1, # 'e'
2314
+ 18: 3, # 'f'
2315
+ 27: 3, # 'g'
2316
+ 25: 2, # 'h'
2317
+ 3: 3, # 'i'
2318
+ 24: 2, # 'j'
2319
+ 10: 3, # 'k'
2320
+ 5: 1, # 'l'
2321
+ 13: 1, # 'm'
2322
+ 4: 3, # 'n'
2323
+ 15: 0, # 'o'
2324
+ 26: 2, # 'p'
2325
+ 7: 3, # 'r'
2326
+ 8: 3, # 's'
2327
+ 9: 3, # 't'
2328
+ 14: 2, # 'u'
2329
+ 32: 2, # 'v'
2330
+ 57: 0, # 'w'
2331
+ 58: 0, # 'x'
2332
+ 11: 3, # 'y'
2333
+ 22: 0, # 'z'
2334
+ 63: 0, # '·'
2335
+ 54: 0, # 'Ç'
2336
+ 50: 0, # 'Ö'
2337
+ 55: 0, # 'Ü'
2338
+ 59: 0, # 'â'
2339
+ 33: 1, # 'ç'
2340
+ 61: 0, # 'î'
2341
+ 34: 0, # 'ö'
2342
+ 17: 2, # 'ü'
2343
+ 30: 0, # 'ğ'
2344
+ 41: 0, # 'İ'
2345
+ 6: 3, # 'ı'
2346
+ 40: 0, # 'Ş'
2347
+ 19: 0, # 'ş'
2348
+ },
2349
+ 13: { # 'm'
2350
+ 23: 1, # 'A'
2351
+ 37: 0, # 'B'
2352
+ 47: 0, # 'C'
2353
+ 39: 0, # 'D'
2354
+ 29: 3, # 'E'
2355
+ 52: 0, # 'F'
2356
+ 36: 0, # 'G'
2357
+ 45: 0, # 'H'
2358
+ 53: 0, # 'I'
2359
+ 60: 0, # 'J'
2360
+ 16: 0, # 'K'
2361
+ 49: 0, # 'L'
2362
+ 20: 3, # 'M'
2363
+ 46: 0, # 'N'
2364
+ 42: 0, # 'O'
2365
+ 48: 0, # 'P'
2366
+ 44: 0, # 'R'
2367
+ 35: 0, # 'S'
2368
+ 31: 3, # 'T'
2369
+ 51: 0, # 'U'
2370
+ 38: 0, # 'V'
2371
+ 62: 0, # 'W'
2372
+ 43: 1, # 'Y'
2373
+ 56: 0, # 'Z'
2374
+ 1: 2, # 'a'
2375
+ 21: 3, # 'b'
2376
+ 28: 0, # 'c'
2377
+ 12: 3, # 'd'
2378
+ 2: 2, # 'e'
2379
+ 18: 3, # 'f'
2380
+ 27: 3, # 'g'
2381
+ 25: 3, # 'h'
2382
+ 3: 3, # 'i'
2383
+ 24: 3, # 'j'
2384
+ 10: 3, # 'k'
2385
+ 5: 0, # 'l'
2386
+ 13: 2, # 'm'
2387
+ 4: 3, # 'n'
2388
+ 15: 1, # 'o'
2389
+ 26: 2, # 'p'
2390
+ 7: 3, # 'r'
2391
+ 8: 3, # 's'
2392
+ 9: 3, # 't'
2393
+ 14: 2, # 'u'
2394
+ 32: 2, # 'v'
2395
+ 57: 1, # 'w'
2396
+ 58: 0, # 'x'
2397
+ 11: 3, # 'y'
2398
+ 22: 0, # 'z'
2399
+ 63: 0, # '·'
2400
+ 54: 0, # 'Ç'
2401
+ 50: 0, # 'Ö'
2402
+ 55: 0, # 'Ü'
2403
+ 59: 0, # 'â'
2404
+ 33: 0, # 'ç'
2405
+ 61: 0, # 'î'
2406
+ 34: 0, # 'ö'
2407
+ 17: 3, # 'ü'
2408
+ 30: 0, # 'ğ'
2409
+ 41: 0, # 'İ'
2410
+ 6: 3, # 'ı'
2411
+ 40: 0, # 'Ş'
2412
+ 19: 1, # 'ş'
2413
+ },
2414
+ 4: { # 'n'
2415
+ 23: 1, # 'A'
2416
+ 37: 0, # 'B'
2417
+ 47: 0, # 'C'
2418
+ 39: 0, # 'D'
2419
+ 29: 0, # 'E'
2420
+ 52: 0, # 'F'
2421
+ 36: 0, # 'G'
2422
+ 45: 1, # 'H'
2423
+ 53: 0, # 'I'
2424
+ 60: 2, # 'J'
2425
+ 16: 3, # 'K'
2426
+ 49: 0, # 'L'
2427
+ 20: 3, # 'M'
2428
+ 46: 0, # 'N'
2429
+ 42: 0, # 'O'
2430
+ 48: 0, # 'P'
2431
+ 44: 0, # 'R'
2432
+ 35: 0, # 'S'
2433
+ 31: 2, # 'T'
2434
+ 51: 0, # 'U'
2435
+ 38: 0, # 'V'
2436
+ 62: 0, # 'W'
2437
+ 43: 0, # 'Y'
2438
+ 56: 0, # 'Z'
2439
+ 1: 3, # 'a'
2440
+ 21: 2, # 'b'
2441
+ 28: 1, # 'c'
2442
+ 12: 3, # 'd'
2443
+ 2: 3, # 'e'
2444
+ 18: 1, # 'f'
2445
+ 27: 2, # 'g'
2446
+ 25: 3, # 'h'
2447
+ 3: 2, # 'i'
2448
+ 24: 2, # 'j'
2449
+ 10: 3, # 'k'
2450
+ 5: 3, # 'l'
2451
+ 13: 3, # 'm'
2452
+ 4: 3, # 'n'
2453
+ 15: 1, # 'o'
2454
+ 26: 3, # 'p'
2455
+ 7: 2, # 'r'
2456
+ 8: 3, # 's'
2457
+ 9: 3, # 't'
2458
+ 14: 3, # 'u'
2459
+ 32: 2, # 'v'
2460
+ 57: 0, # 'w'
2461
+ 58: 2, # 'x'
2462
+ 11: 3, # 'y'
2463
+ 22: 0, # 'z'
2464
+ 63: 0, # '·'
2465
+ 54: 0, # 'Ç'
2466
+ 50: 0, # 'Ö'
2467
+ 55: 0, # 'Ü'
2468
+ 59: 0, # 'â'
2469
+ 33: 1, # 'ç'
2470
+ 61: 0, # 'î'
2471
+ 34: 0, # 'ö'
2472
+ 17: 2, # 'ü'
2473
+ 30: 0, # 'ğ'
2474
+ 41: 0, # 'İ'
2475
+ 6: 1, # 'ı'
2476
+ 40: 0, # 'Ş'
2477
+ 19: 0, # 'ş'
2478
+ },
2479
+ 15: { # 'o'
2480
+ 23: 0, # 'A'
2481
+ 37: 0, # 'B'
2482
+ 47: 1, # 'C'
2483
+ 39: 0, # 'D'
2484
+ 29: 0, # 'E'
2485
+ 52: 2, # 'F'
2486
+ 36: 1, # 'G'
2487
+ 45: 1, # 'H'
2488
+ 53: 1, # 'I'
2489
+ 60: 0, # 'J'
2490
+ 16: 3, # 'K'
2491
+ 49: 2, # 'L'
2492
+ 20: 0, # 'M'
2493
+ 46: 2, # 'N'
2494
+ 42: 1, # 'O'
2495
+ 48: 2, # 'P'
2496
+ 44: 1, # 'R'
2497
+ 35: 0, # 'S'
2498
+ 31: 0, # 'T'
2499
+ 51: 0, # 'U'
2500
+ 38: 0, # 'V'
2501
+ 62: 0, # 'W'
2502
+ 43: 0, # 'Y'
2503
+ 56: 0, # 'Z'
2504
+ 1: 3, # 'a'
2505
+ 21: 0, # 'b'
2506
+ 28: 2, # 'c'
2507
+ 12: 0, # 'd'
2508
+ 2: 3, # 'e'
2509
+ 18: 0, # 'f'
2510
+ 27: 0, # 'g'
2511
+ 25: 0, # 'h'
2512
+ 3: 1, # 'i'
2513
+ 24: 2, # 'j'
2514
+ 10: 1, # 'k'
2515
+ 5: 3, # 'l'
2516
+ 13: 3, # 'm'
2517
+ 4: 2, # 'n'
2518
+ 15: 2, # 'o'
2519
+ 26: 0, # 'p'
2520
+ 7: 1, # 'r'
2521
+ 8: 0, # 's'
2522
+ 9: 0, # 't'
2523
+ 14: 3, # 'u'
2524
+ 32: 0, # 'v'
2525
+ 57: 0, # 'w'
2526
+ 58: 2, # 'x'
2527
+ 11: 0, # 'y'
2528
+ 22: 2, # 'z'
2529
+ 63: 0, # '·'
2530
+ 54: 1, # 'Ç'
2531
+ 50: 2, # 'Ö'
2532
+ 55: 0, # 'Ü'
2533
+ 59: 0, # 'â'
2534
+ 33: 3, # 'ç'
2535
+ 61: 0, # 'î'
2536
+ 34: 1, # 'ö'
2537
+ 17: 0, # 'ü'
2538
+ 30: 2, # 'ğ'
2539
+ 41: 2, # 'İ'
2540
+ 6: 3, # 'ı'
2541
+ 40: 2, # 'Ş'
2542
+ 19: 2, # 'ş'
2543
+ },
2544
+ 26: { # 'p'
2545
+ 23: 0, # 'A'
2546
+ 37: 0, # 'B'
2547
+ 47: 0, # 'C'
2548
+ 39: 0, # 'D'
2549
+ 29: 0, # 'E'
2550
+ 52: 0, # 'F'
2551
+ 36: 0, # 'G'
2552
+ 45: 0, # 'H'
2553
+ 53: 0, # 'I'
2554
+ 60: 0, # 'J'
2555
+ 16: 3, # 'K'
2556
+ 49: 0, # 'L'
2557
+ 20: 1, # 'M'
2558
+ 46: 0, # 'N'
2559
+ 42: 0, # 'O'
2560
+ 48: 0, # 'P'
2561
+ 44: 0, # 'R'
2562
+ 35: 0, # 'S'
2563
+ 31: 0, # 'T'
2564
+ 51: 0, # 'U'
2565
+ 38: 0, # 'V'
2566
+ 62: 0, # 'W'
2567
+ 43: 0, # 'Y'
2568
+ 56: 0, # 'Z'
2569
+ 1: 3, # 'a'
2570
+ 21: 1, # 'b'
2571
+ 28: 0, # 'c'
2572
+ 12: 1, # 'd'
2573
+ 2: 3, # 'e'
2574
+ 18: 0, # 'f'
2575
+ 27: 1, # 'g'
2576
+ 25: 1, # 'h'
2577
+ 3: 2, # 'i'
2578
+ 24: 3, # 'j'
2579
+ 10: 1, # 'k'
2580
+ 5: 3, # 'l'
2581
+ 13: 3, # 'm'
2582
+ 4: 2, # 'n'
2583
+ 15: 0, # 'o'
2584
+ 26: 2, # 'p'
2585
+ 7: 2, # 'r'
2586
+ 8: 1, # 's'
2587
+ 9: 1, # 't'
2588
+ 14: 3, # 'u'
2589
+ 32: 0, # 'v'
2590
+ 57: 0, # 'w'
2591
+ 58: 1, # 'x'
2592
+ 11: 1, # 'y'
2593
+ 22: 0, # 'z'
2594
+ 63: 0, # '·'
2595
+ 54: 0, # 'Ç'
2596
+ 50: 0, # 'Ö'
2597
+ 55: 0, # 'Ü'
2598
+ 59: 0, # 'â'
2599
+ 33: 3, # 'ç'
2600
+ 61: 0, # 'î'
2601
+ 34: 0, # 'ö'
2602
+ 17: 1, # 'ü'
2603
+ 30: 0, # 'ğ'
2604
+ 41: 0, # 'İ'
2605
+ 6: 3, # 'ı'
2606
+ 40: 0, # 'Ş'
2607
+ 19: 0, # 'ş'
2608
+ },
2609
+ 7: { # 'r'
2610
+ 23: 0, # 'A'
2611
+ 37: 0, # 'B'
2612
+ 47: 0, # 'C'
2613
+ 39: 0, # 'D'
2614
+ 29: 0, # 'E'
2615
+ 52: 1, # 'F'
2616
+ 36: 0, # 'G'
2617
+ 45: 0, # 'H'
2618
+ 53: 0, # 'I'
2619
+ 60: 2, # 'J'
2620
+ 16: 3, # 'K'
2621
+ 49: 0, # 'L'
2622
+ 20: 2, # 'M'
2623
+ 46: 0, # 'N'
2624
+ 42: 0, # 'O'
2625
+ 48: 0, # 'P'
2626
+ 44: 0, # 'R'
2627
+ 35: 0, # 'S'
2628
+ 31: 2, # 'T'
2629
+ 51: 1, # 'U'
2630
+ 38: 0, # 'V'
2631
+ 62: 0, # 'W'
2632
+ 43: 0, # 'Y'
2633
+ 56: 1, # 'Z'
2634
+ 1: 3, # 'a'
2635
+ 21: 1, # 'b'
2636
+ 28: 0, # 'c'
2637
+ 12: 3, # 'd'
2638
+ 2: 3, # 'e'
2639
+ 18: 0, # 'f'
2640
+ 27: 2, # 'g'
2641
+ 25: 3, # 'h'
2642
+ 3: 2, # 'i'
2643
+ 24: 2, # 'j'
2644
+ 10: 3, # 'k'
2645
+ 5: 3, # 'l'
2646
+ 13: 3, # 'm'
2647
+ 4: 3, # 'n'
2648
+ 15: 0, # 'o'
2649
+ 26: 2, # 'p'
2650
+ 7: 3, # 'r'
2651
+ 8: 3, # 's'
2652
+ 9: 3, # 't'
2653
+ 14: 3, # 'u'
2654
+ 32: 2, # 'v'
2655
+ 57: 0, # 'w'
2656
+ 58: 1, # 'x'
2657
+ 11: 2, # 'y'
2658
+ 22: 0, # 'z'
2659
+ 63: 1, # '·'
2660
+ 54: 0, # 'Ç'
2661
+ 50: 0, # 'Ö'
2662
+ 55: 0, # 'Ü'
2663
+ 59: 0, # 'â'
2664
+ 33: 2, # 'ç'
2665
+ 61: 0, # 'î'
2666
+ 34: 0, # 'ö'
2667
+ 17: 3, # 'ü'
2668
+ 30: 0, # 'ğ'
2669
+ 41: 0, # 'İ'
2670
+ 6: 2, # 'ı'
2671
+ 40: 0, # 'Ş'
2672
+ 19: 0, # 'ş'
2673
+ },
2674
+ 8: { # 's'
2675
+ 23: 1, # 'A'
2676
+ 37: 0, # 'B'
2677
+ 47: 0, # 'C'
2678
+ 39: 0, # 'D'
2679
+ 29: 0, # 'E'
2680
+ 52: 0, # 'F'
2681
+ 36: 1, # 'G'
2682
+ 45: 0, # 'H'
2683
+ 53: 0, # 'I'
2684
+ 60: 0, # 'J'
2685
+ 16: 3, # 'K'
2686
+ 49: 0, # 'L'
2687
+ 20: 3, # 'M'
2688
+ 46: 0, # 'N'
2689
+ 42: 0, # 'O'
2690
+ 48: 0, # 'P'
2691
+ 44: 0, # 'R'
2692
+ 35: 0, # 'S'
2693
+ 31: 2, # 'T'
2694
+ 51: 0, # 'U'
2695
+ 38: 0, # 'V'
2696
+ 62: 0, # 'W'
2697
+ 43: 0, # 'Y'
2698
+ 56: 1, # 'Z'
2699
+ 1: 3, # 'a'
2700
+ 21: 2, # 'b'
2701
+ 28: 1, # 'c'
2702
+ 12: 3, # 'd'
2703
+ 2: 3, # 'e'
2704
+ 18: 0, # 'f'
2705
+ 27: 2, # 'g'
2706
+ 25: 2, # 'h'
2707
+ 3: 2, # 'i'
2708
+ 24: 3, # 'j'
2709
+ 10: 3, # 'k'
2710
+ 5: 3, # 'l'
2711
+ 13: 3, # 'm'
2712
+ 4: 3, # 'n'
2713
+ 15: 0, # 'o'
2714
+ 26: 3, # 'p'
2715
+ 7: 3, # 'r'
2716
+ 8: 3, # 's'
2717
+ 9: 3, # 't'
2718
+ 14: 3, # 'u'
2719
+ 32: 2, # 'v'
2720
+ 57: 0, # 'w'
2721
+ 58: 1, # 'x'
2722
+ 11: 2, # 'y'
2723
+ 22: 1, # 'z'
2724
+ 63: 0, # '·'
2725
+ 54: 0, # 'Ç'
2726
+ 50: 0, # 'Ö'
2727
+ 55: 0, # 'Ü'
2728
+ 59: 0, # 'â'
2729
+ 33: 2, # 'ç'
2730
+ 61: 0, # 'î'
2731
+ 34: 0, # 'ö'
2732
+ 17: 2, # 'ü'
2733
+ 30: 0, # 'ğ'
2734
+ 41: 0, # 'İ'
2735
+ 6: 3, # 'ı'
2736
+ 40: 0, # 'Ş'
2737
+ 19: 1, # 'ş'
2738
+ },
2739
+ 9: { # 't'
2740
+ 23: 0, # 'A'
2741
+ 37: 0, # 'B'
2742
+ 47: 0, # 'C'
2743
+ 39: 0, # 'D'
2744
+ 29: 0, # 'E'
2745
+ 52: 0, # 'F'
2746
+ 36: 0, # 'G'
2747
+ 45: 0, # 'H'
2748
+ 53: 0, # 'I'
2749
+ 60: 1, # 'J'
2750
+ 16: 3, # 'K'
2751
+ 49: 0, # 'L'
2752
+ 20: 2, # 'M'
2753
+ 46: 0, # 'N'
2754
+ 42: 0, # 'O'
2755
+ 48: 0, # 'P'
2756
+ 44: 0, # 'R'
2757
+ 35: 0, # 'S'
2758
+ 31: 2, # 'T'
2759
+ 51: 0, # 'U'
2760
+ 38: 0, # 'V'
2761
+ 62: 0, # 'W'
2762
+ 43: 0, # 'Y'
2763
+ 56: 1, # 'Z'
2764
+ 1: 3, # 'a'
2765
+ 21: 3, # 'b'
2766
+ 28: 0, # 'c'
2767
+ 12: 3, # 'd'
2768
+ 2: 3, # 'e'
2769
+ 18: 2, # 'f'
2770
+ 27: 2, # 'g'
2771
+ 25: 2, # 'h'
2772
+ 3: 2, # 'i'
2773
+ 24: 2, # 'j'
2774
+ 10: 3, # 'k'
2775
+ 5: 3, # 'l'
2776
+ 13: 3, # 'm'
2777
+ 4: 3, # 'n'
2778
+ 15: 0, # 'o'
2779
+ 26: 2, # 'p'
2780
+ 7: 3, # 'r'
2781
+ 8: 3, # 's'
2782
+ 9: 3, # 't'
2783
+ 14: 3, # 'u'
2784
+ 32: 3, # 'v'
2785
+ 57: 0, # 'w'
2786
+ 58: 2, # 'x'
2787
+ 11: 2, # 'y'
2788
+ 22: 0, # 'z'
2789
+ 63: 0, # '·'
2790
+ 54: 0, # 'Ç'
2791
+ 50: 0, # 'Ö'
2792
+ 55: 0, # 'Ü'
2793
+ 59: 0, # 'â'
2794
+ 33: 3, # 'ç'
2795
+ 61: 0, # 'î'
2796
+ 34: 0, # 'ö'
2797
+ 17: 2, # 'ü'
2798
+ 30: 0, # 'ğ'
2799
+ 41: 0, # 'İ'
2800
+ 6: 3, # 'ı'
2801
+ 40: 0, # 'Ş'
2802
+ 19: 0, # 'ş'
2803
+ },
2804
+ 14: { # 'u'
2805
+ 23: 3, # 'A'
2806
+ 37: 0, # 'B'
2807
+ 47: 0, # 'C'
2808
+ 39: 0, # 'D'
2809
+ 29: 3, # 'E'
2810
+ 52: 0, # 'F'
2811
+ 36: 0, # 'G'
2812
+ 45: 1, # 'H'
2813
+ 53: 0, # 'I'
2814
+ 60: 1, # 'J'
2815
+ 16: 0, # 'K'
2816
+ 49: 0, # 'L'
2817
+ 20: 3, # 'M'
2818
+ 46: 2, # 'N'
2819
+ 42: 0, # 'O'
2820
+ 48: 1, # 'P'
2821
+ 44: 0, # 'R'
2822
+ 35: 0, # 'S'
2823
+ 31: 3, # 'T'
2824
+ 51: 0, # 'U'
2825
+ 38: 0, # 'V'
2826
+ 62: 0, # 'W'
2827
+ 43: 1, # 'Y'
2828
+ 56: 2, # 'Z'
2829
+ 1: 2, # 'a'
2830
+ 21: 3, # 'b'
2831
+ 28: 0, # 'c'
2832
+ 12: 3, # 'd'
2833
+ 2: 2, # 'e'
2834
+ 18: 2, # 'f'
2835
+ 27: 3, # 'g'
2836
+ 25: 3, # 'h'
2837
+ 3: 3, # 'i'
2838
+ 24: 2, # 'j'
2839
+ 10: 3, # 'k'
2840
+ 5: 0, # 'l'
2841
+ 13: 3, # 'm'
2842
+ 4: 3, # 'n'
2843
+ 15: 0, # 'o'
2844
+ 26: 3, # 'p'
2845
+ 7: 3, # 'r'
2846
+ 8: 3, # 's'
2847
+ 9: 3, # 't'
2848
+ 14: 3, # 'u'
2849
+ 32: 2, # 'v'
2850
+ 57: 2, # 'w'
2851
+ 58: 0, # 'x'
2852
+ 11: 3, # 'y'
2853
+ 22: 0, # 'z'
2854
+ 63: 1, # '·'
2855
+ 54: 0, # 'Ç'
2856
+ 50: 0, # 'Ö'
2857
+ 55: 0, # 'Ü'
2858
+ 59: 0, # 'â'
2859
+ 33: 0, # 'ç'
2860
+ 61: 0, # 'î'
2861
+ 34: 0, # 'ö'
2862
+ 17: 3, # 'ü'
2863
+ 30: 1, # 'ğ'
2864
+ 41: 0, # 'İ'
2865
+ 6: 3, # 'ı'
2866
+ 40: 0, # 'Ş'
2867
+ 19: 0, # 'ş'
2868
+ },
2869
+ 32: { # 'v'
2870
+ 23: 0, # 'A'
2871
+ 37: 0, # 'B'
2872
+ 47: 0, # 'C'
2873
+ 39: 0, # 'D'
2874
+ 29: 0, # 'E'
2875
+ 52: 0, # 'F'
2876
+ 36: 0, # 'G'
2877
+ 45: 0, # 'H'
2878
+ 53: 0, # 'I'
2879
+ 60: 0, # 'J'
2880
+ 16: 3, # 'K'
2881
+ 49: 0, # 'L'
2882
+ 20: 1, # 'M'
2883
+ 46: 0, # 'N'
2884
+ 42: 0, # 'O'
2885
+ 48: 0, # 'P'
2886
+ 44: 0, # 'R'
2887
+ 35: 0, # 'S'
2888
+ 31: 0, # 'T'
2889
+ 51: 0, # 'U'
2890
+ 38: 0, # 'V'
2891
+ 62: 0, # 'W'
2892
+ 43: 0, # 'Y'
2893
+ 56: 0, # 'Z'
2894
+ 1: 3, # 'a'
2895
+ 21: 0, # 'b'
2896
+ 28: 0, # 'c'
2897
+ 12: 3, # 'd'
2898
+ 2: 3, # 'e'
2899
+ 18: 0, # 'f'
2900
+ 27: 0, # 'g'
2901
+ 25: 0, # 'h'
2902
+ 3: 0, # 'i'
2903
+ 24: 1, # 'j'
2904
+ 10: 1, # 'k'
2905
+ 5: 3, # 'l'
2906
+ 13: 2, # 'm'
2907
+ 4: 3, # 'n'
2908
+ 15: 0, # 'o'
2909
+ 26: 1, # 'p'
2910
+ 7: 1, # 'r'
2911
+ 8: 2, # 's'
2912
+ 9: 3, # 't'
2913
+ 14: 3, # 'u'
2914
+ 32: 1, # 'v'
2915
+ 57: 0, # 'w'
2916
+ 58: 0, # 'x'
2917
+ 11: 0, # 'y'
2918
+ 22: 0, # 'z'
2919
+ 63: 0, # '·'
2920
+ 54: 0, # 'Ç'
2921
+ 50: 0, # 'Ö'
2922
+ 55: 0, # 'Ü'
2923
+ 59: 0, # 'â'
2924
+ 33: 2, # 'ç'
2925
+ 61: 0, # 'î'
2926
+ 34: 0, # 'ö'
2927
+ 17: 0, # 'ü'
2928
+ 30: 0, # 'ğ'
2929
+ 41: 0, # 'İ'
2930
+ 6: 1, # 'ı'
2931
+ 40: 0, # 'Ş'
2932
+ 19: 0, # 'ş'
2933
+ },
2934
+ 57: { # 'w'
2935
+ 23: 0, # 'A'
2936
+ 37: 0, # 'B'
2937
+ 47: 0, # 'C'
2938
+ 39: 0, # 'D'
2939
+ 29: 0, # 'E'
2940
+ 52: 0, # 'F'
2941
+ 36: 0, # 'G'
2942
+ 45: 0, # 'H'
2943
+ 53: 0, # 'I'
2944
+ 60: 0, # 'J'
2945
+ 16: 0, # 'K'
2946
+ 49: 0, # 'L'
2947
+ 20: 0, # 'M'
2948
+ 46: 0, # 'N'
2949
+ 42: 0, # 'O'
2950
+ 48: 0, # 'P'
2951
+ 44: 0, # 'R'
2952
+ 35: 0, # 'S'
2953
+ 31: 0, # 'T'
2954
+ 51: 1, # 'U'
2955
+ 38: 0, # 'V'
2956
+ 62: 0, # 'W'
2957
+ 43: 0, # 'Y'
2958
+ 56: 0, # 'Z'
2959
+ 1: 1, # 'a'
2960
+ 21: 0, # 'b'
2961
+ 28: 0, # 'c'
2962
+ 12: 0, # 'd'
2963
+ 2: 2, # 'e'
2964
+ 18: 0, # 'f'
2965
+ 27: 0, # 'g'
2966
+ 25: 1, # 'h'
2967
+ 3: 0, # 'i'
2968
+ 24: 0, # 'j'
2969
+ 10: 1, # 'k'
2970
+ 5: 0, # 'l'
2971
+ 13: 0, # 'm'
2972
+ 4: 1, # 'n'
2973
+ 15: 0, # 'o'
2974
+ 26: 0, # 'p'
2975
+ 7: 0, # 'r'
2976
+ 8: 1, # 's'
2977
+ 9: 0, # 't'
2978
+ 14: 1, # 'u'
2979
+ 32: 0, # 'v'
2980
+ 57: 2, # 'w'
2981
+ 58: 0, # 'x'
2982
+ 11: 0, # 'y'
2983
+ 22: 0, # 'z'
2984
+ 63: 1, # '·'
2985
+ 54: 0, # 'Ç'
2986
+ 50: 0, # 'Ö'
2987
+ 55: 0, # 'Ü'
2988
+ 59: 0, # 'â'
2989
+ 33: 0, # 'ç'
2990
+ 61: 0, # 'î'
2991
+ 34: 0, # 'ö'
2992
+ 17: 1, # 'ü'
2993
+ 30: 0, # 'ğ'
2994
+ 41: 0, # 'İ'
2995
+ 6: 0, # 'ı'
2996
+ 40: 0, # 'Ş'
2997
+ 19: 0, # 'ş'
2998
+ },
2999
+ 58: { # 'x'
3000
+ 23: 0, # 'A'
3001
+ 37: 0, # 'B'
3002
+ 47: 0, # 'C'
3003
+ 39: 0, # 'D'
3004
+ 29: 1, # 'E'
3005
+ 52: 0, # 'F'
3006
+ 36: 0, # 'G'
3007
+ 45: 0, # 'H'
3008
+ 53: 0, # 'I'
3009
+ 60: 1, # 'J'
3010
+ 16: 0, # 'K'
3011
+ 49: 0, # 'L'
3012
+ 20: 1, # 'M'
3013
+ 46: 0, # 'N'
3014
+ 42: 0, # 'O'
3015
+ 48: 0, # 'P'
3016
+ 44: 0, # 'R'
3017
+ 35: 0, # 'S'
3018
+ 31: 0, # 'T'
3019
+ 51: 0, # 'U'
3020
+ 38: 0, # 'V'
3021
+ 62: 0, # 'W'
3022
+ 43: 0, # 'Y'
3023
+ 56: 0, # 'Z'
3024
+ 1: 0, # 'a'
3025
+ 21: 1, # 'b'
3026
+ 28: 0, # 'c'
3027
+ 12: 2, # 'd'
3028
+ 2: 1, # 'e'
3029
+ 18: 0, # 'f'
3030
+ 27: 0, # 'g'
3031
+ 25: 0, # 'h'
3032
+ 3: 2, # 'i'
3033
+ 24: 2, # 'j'
3034
+ 10: 1, # 'k'
3035
+ 5: 0, # 'l'
3036
+ 13: 0, # 'm'
3037
+ 4: 2, # 'n'
3038
+ 15: 0, # 'o'
3039
+ 26: 0, # 'p'
3040
+ 7: 1, # 'r'
3041
+ 8: 2, # 's'
3042
+ 9: 1, # 't'
3043
+ 14: 0, # 'u'
3044
+ 32: 0, # 'v'
3045
+ 57: 0, # 'w'
3046
+ 58: 0, # 'x'
3047
+ 11: 2, # 'y'
3048
+ 22: 0, # 'z'
3049
+ 63: 0, # '·'
3050
+ 54: 0, # 'Ç'
3051
+ 50: 0, # 'Ö'
3052
+ 55: 0, # 'Ü'
3053
+ 59: 0, # 'â'
3054
+ 33: 0, # 'ç'
3055
+ 61: 0, # 'î'
3056
+ 34: 0, # 'ö'
3057
+ 17: 1, # 'ü'
3058
+ 30: 0, # 'ğ'
3059
+ 41: 0, # 'İ'
3060
+ 6: 2, # 'ı'
3061
+ 40: 0, # 'Ş'
3062
+ 19: 0, # 'ş'
3063
+ },
3064
+ 11: { # 'y'
3065
+ 23: 1, # 'A'
3066
+ 37: 0, # 'B'
3067
+ 47: 0, # 'C'
3068
+ 39: 0, # 'D'
3069
+ 29: 0, # 'E'
3070
+ 52: 0, # 'F'
3071
+ 36: 0, # 'G'
3072
+ 45: 0, # 'H'
3073
+ 53: 0, # 'I'
3074
+ 60: 1, # 'J'
3075
+ 16: 3, # 'K'
3076
+ 49: 0, # 'L'
3077
+ 20: 1, # 'M'
3078
+ 46: 0, # 'N'
3079
+ 42: 0, # 'O'
3080
+ 48: 0, # 'P'
3081
+ 44: 0, # 'R'
3082
+ 35: 0, # 'S'
3083
+ 31: 1, # 'T'
3084
+ 51: 0, # 'U'
3085
+ 38: 0, # 'V'
3086
+ 62: 0, # 'W'
3087
+ 43: 1, # 'Y'
3088
+ 56: 1, # 'Z'
3089
+ 1: 3, # 'a'
3090
+ 21: 1, # 'b'
3091
+ 28: 0, # 'c'
3092
+ 12: 2, # 'd'
3093
+ 2: 3, # 'e'
3094
+ 18: 0, # 'f'
3095
+ 27: 2, # 'g'
3096
+ 25: 2, # 'h'
3097
+ 3: 2, # 'i'
3098
+ 24: 1, # 'j'
3099
+ 10: 2, # 'k'
3100
+ 5: 3, # 'l'
3101
+ 13: 3, # 'm'
3102
+ 4: 3, # 'n'
3103
+ 15: 0, # 'o'
3104
+ 26: 1, # 'p'
3105
+ 7: 2, # 'r'
3106
+ 8: 1, # 's'
3107
+ 9: 2, # 't'
3108
+ 14: 3, # 'u'
3109
+ 32: 0, # 'v'
3110
+ 57: 0, # 'w'
3111
+ 58: 1, # 'x'
3112
+ 11: 3, # 'y'
3113
+ 22: 0, # 'z'
3114
+ 63: 0, # '·'
3115
+ 54: 0, # 'Ç'
3116
+ 50: 0, # 'Ö'
3117
+ 55: 0, # 'Ü'
3118
+ 59: 0, # 'â'
3119
+ 33: 3, # 'ç'
3120
+ 61: 0, # 'î'
3121
+ 34: 0, # 'ö'
3122
+ 17: 2, # 'ü'
3123
+ 30: 0, # 'ğ'
3124
+ 41: 0, # 'İ'
3125
+ 6: 3, # 'ı'
3126
+ 40: 0, # 'Ş'
3127
+ 19: 0, # 'ş'
3128
+ },
3129
+ 22: { # 'z'
3130
+ 23: 2, # 'A'
3131
+ 37: 2, # 'B'
3132
+ 47: 1, # 'C'
3133
+ 39: 2, # 'D'
3134
+ 29: 3, # 'E'
3135
+ 52: 1, # 'F'
3136
+ 36: 2, # 'G'
3137
+ 45: 2, # 'H'
3138
+ 53: 1, # 'I'
3139
+ 60: 0, # 'J'
3140
+ 16: 0, # 'K'
3141
+ 49: 0, # 'L'
3142
+ 20: 3, # 'M'
3143
+ 46: 2, # 'N'
3144
+ 42: 2, # 'O'
3145
+ 48: 2, # 'P'
3146
+ 44: 1, # 'R'
3147
+ 35: 1, # 'S'
3148
+ 31: 3, # 'T'
3149
+ 51: 2, # 'U'
3150
+ 38: 2, # 'V'
3151
+ 62: 0, # 'W'
3152
+ 43: 2, # 'Y'
3153
+ 56: 1, # 'Z'
3154
+ 1: 1, # 'a'
3155
+ 21: 2, # 'b'
3156
+ 28: 1, # 'c'
3157
+ 12: 2, # 'd'
3158
+ 2: 2, # 'e'
3159
+ 18: 3, # 'f'
3160
+ 27: 2, # 'g'
3161
+ 25: 2, # 'h'
3162
+ 3: 3, # 'i'
3163
+ 24: 2, # 'j'
3164
+ 10: 3, # 'k'
3165
+ 5: 0, # 'l'
3166
+ 13: 2, # 'm'
3167
+ 4: 3, # 'n'
3168
+ 15: 2, # 'o'
3169
+ 26: 2, # 'p'
3170
+ 7: 3, # 'r'
3171
+ 8: 3, # 's'
3172
+ 9: 3, # 't'
3173
+ 14: 0, # 'u'
3174
+ 32: 2, # 'v'
3175
+ 57: 0, # 'w'
3176
+ 58: 0, # 'x'
3177
+ 11: 3, # 'y'
3178
+ 22: 2, # 'z'
3179
+ 63: 1, # '·'
3180
+ 54: 0, # 'Ç'
3181
+ 50: 0, # 'Ö'
3182
+ 55: 2, # 'Ü'
3183
+ 59: 1, # 'â'
3184
+ 33: 0, # 'ç'
3185
+ 61: 0, # 'î'
3186
+ 34: 2, # 'ö'
3187
+ 17: 2, # 'ü'
3188
+ 30: 2, # 'ğ'
3189
+ 41: 1, # 'İ'
3190
+ 6: 3, # 'ı'
3191
+ 40: 1, # 'Ş'
3192
+ 19: 2, # 'ş'
3193
+ },
3194
+ 63: { # '·'
3195
+ 23: 0, # 'A'
3196
+ 37: 0, # 'B'
3197
+ 47: 0, # 'C'
3198
+ 39: 0, # 'D'
3199
+ 29: 0, # 'E'
3200
+ 52: 0, # 'F'
3201
+ 36: 0, # 'G'
3202
+ 45: 0, # 'H'
3203
+ 53: 0, # 'I'
3204
+ 60: 0, # 'J'
3205
+ 16: 0, # 'K'
3206
+ 49: 0, # 'L'
3207
+ 20: 0, # 'M'
3208
+ 46: 0, # 'N'
3209
+ 42: 0, # 'O'
3210
+ 48: 0, # 'P'
3211
+ 44: 0, # 'R'
3212
+ 35: 0, # 'S'
3213
+ 31: 0, # 'T'
3214
+ 51: 0, # 'U'
3215
+ 38: 0, # 'V'
3216
+ 62: 0, # 'W'
3217
+ 43: 0, # 'Y'
3218
+ 56: 0, # 'Z'
3219
+ 1: 0, # 'a'
3220
+ 21: 0, # 'b'
3221
+ 28: 0, # 'c'
3222
+ 12: 0, # 'd'
3223
+ 2: 1, # 'e'
3224
+ 18: 0, # 'f'
3225
+ 27: 0, # 'g'
3226
+ 25: 0, # 'h'
3227
+ 3: 0, # 'i'
3228
+ 24: 0, # 'j'
3229
+ 10: 0, # 'k'
3230
+ 5: 0, # 'l'
3231
+ 13: 2, # 'm'
3232
+ 4: 0, # 'n'
3233
+ 15: 0, # 'o'
3234
+ 26: 0, # 'p'
3235
+ 7: 0, # 'r'
3236
+ 8: 0, # 's'
3237
+ 9: 0, # 't'
3238
+ 14: 2, # 'u'
3239
+ 32: 0, # 'v'
3240
+ 57: 0, # 'w'
3241
+ 58: 0, # 'x'
3242
+ 11: 0, # 'y'
3243
+ 22: 0, # 'z'
3244
+ 63: 0, # '·'
3245
+ 54: 0, # 'Ç'
3246
+ 50: 0, # 'Ö'
3247
+ 55: 0, # 'Ü'
3248
+ 59: 0, # 'â'
3249
+ 33: 0, # 'ç'
3250
+ 61: 0, # 'î'
3251
+ 34: 0, # 'ö'
3252
+ 17: 0, # 'ü'
3253
+ 30: 0, # 'ğ'
3254
+ 41: 0, # 'İ'
3255
+ 6: 0, # 'ı'
3256
+ 40: 0, # 'Ş'
3257
+ 19: 0, # 'ş'
3258
+ },
3259
+ 54: { # 'Ç'
3260
+ 23: 0, # 'A'
3261
+ 37: 0, # 'B'
3262
+ 47: 1, # 'C'
3263
+ 39: 1, # 'D'
3264
+ 29: 0, # 'E'
3265
+ 52: 0, # 'F'
3266
+ 36: 1, # 'G'
3267
+ 45: 1, # 'H'
3268
+ 53: 1, # 'I'
3269
+ 60: 0, # 'J'
3270
+ 16: 0, # 'K'
3271
+ 49: 0, # 'L'
3272
+ 20: 0, # 'M'
3273
+ 46: 0, # 'N'
3274
+ 42: 1, # 'O'
3275
+ 48: 1, # 'P'
3276
+ 44: 0, # 'R'
3277
+ 35: 0, # 'S'
3278
+ 31: 0, # 'T'
3279
+ 51: 1, # 'U'
3280
+ 38: 1, # 'V'
3281
+ 62: 0, # 'W'
3282
+ 43: 2, # 'Y'
3283
+ 56: 0, # 'Z'
3284
+ 1: 0, # 'a'
3285
+ 21: 1, # 'b'
3286
+ 28: 0, # 'c'
3287
+ 12: 1, # 'd'
3288
+ 2: 0, # 'e'
3289
+ 18: 0, # 'f'
3290
+ 27: 1, # 'g'
3291
+ 25: 0, # 'h'
3292
+ 3: 3, # 'i'
3293
+ 24: 0, # 'j'
3294
+ 10: 1, # 'k'
3295
+ 5: 0, # 'l'
3296
+ 13: 0, # 'm'
3297
+ 4: 2, # 'n'
3298
+ 15: 1, # 'o'
3299
+ 26: 0, # 'p'
3300
+ 7: 2, # 'r'
3301
+ 8: 0, # 's'
3302
+ 9: 1, # 't'
3303
+ 14: 0, # 'u'
3304
+ 32: 2, # 'v'
3305
+ 57: 0, # 'w'
3306
+ 58: 0, # 'x'
3307
+ 11: 0, # 'y'
3308
+ 22: 0, # 'z'
3309
+ 63: 0, # '·'
3310
+ 54: 0, # 'Ç'
3311
+ 50: 0, # 'Ö'
3312
+ 55: 2, # 'Ü'
3313
+ 59: 0, # 'â'
3314
+ 33: 0, # 'ç'
3315
+ 61: 0, # 'î'
3316
+ 34: 1, # 'ö'
3317
+ 17: 0, # 'ü'
3318
+ 30: 0, # 'ğ'
3319
+ 41: 0, # 'İ'
3320
+ 6: 2, # 'ı'
3321
+ 40: 0, # 'Ş'
3322
+ 19: 1, # 'ş'
3323
+ },
3324
+ 50: { # 'Ö'
3325
+ 23: 0, # 'A'
3326
+ 37: 0, # 'B'
3327
+ 47: 1, # 'C'
3328
+ 39: 1, # 'D'
3329
+ 29: 2, # 'E'
3330
+ 52: 0, # 'F'
3331
+ 36: 1, # 'G'
3332
+ 45: 2, # 'H'
3333
+ 53: 0, # 'I'
3334
+ 60: 0, # 'J'
3335
+ 16: 0, # 'K'
3336
+ 49: 0, # 'L'
3337
+ 20: 1, # 'M'
3338
+ 46: 1, # 'N'
3339
+ 42: 2, # 'O'
3340
+ 48: 2, # 'P'
3341
+ 44: 1, # 'R'
3342
+ 35: 0, # 'S'
3343
+ 31: 0, # 'T'
3344
+ 51: 1, # 'U'
3345
+ 38: 1, # 'V'
3346
+ 62: 0, # 'W'
3347
+ 43: 2, # 'Y'
3348
+ 56: 0, # 'Z'
3349
+ 1: 0, # 'a'
3350
+ 21: 2, # 'b'
3351
+ 28: 1, # 'c'
3352
+ 12: 2, # 'd'
3353
+ 2: 0, # 'e'
3354
+ 18: 1, # 'f'
3355
+ 27: 1, # 'g'
3356
+ 25: 1, # 'h'
3357
+ 3: 2, # 'i'
3358
+ 24: 0, # 'j'
3359
+ 10: 2, # 'k'
3360
+ 5: 0, # 'l'
3361
+ 13: 0, # 'm'
3362
+ 4: 3, # 'n'
3363
+ 15: 2, # 'o'
3364
+ 26: 2, # 'p'
3365
+ 7: 3, # 'r'
3366
+ 8: 1, # 's'
3367
+ 9: 2, # 't'
3368
+ 14: 0, # 'u'
3369
+ 32: 1, # 'v'
3370
+ 57: 0, # 'w'
3371
+ 58: 0, # 'x'
3372
+ 11: 0, # 'y'
3373
+ 22: 1, # 'z'
3374
+ 63: 0, # '·'
3375
+ 54: 0, # 'Ç'
3376
+ 50: 0, # 'Ö'
3377
+ 55: 0, # 'Ü'
3378
+ 59: 0, # 'â'
3379
+ 33: 0, # 'ç'
3380
+ 61: 0, # 'î'
3381
+ 34: 2, # 'ö'
3382
+ 17: 2, # 'ü'
3383
+ 30: 1, # 'ğ'
3384
+ 41: 0, # 'İ'
3385
+ 6: 2, # 'ı'
3386
+ 40: 0, # 'Ş'
3387
+ 19: 1, # 'ş'
3388
+ },
3389
+ 55: { # 'Ü'
3390
+ 23: 0, # 'A'
3391
+ 37: 0, # 'B'
3392
+ 47: 0, # 'C'
3393
+ 39: 0, # 'D'
3394
+ 29: 0, # 'E'
3395
+ 52: 2, # 'F'
3396
+ 36: 0, # 'G'
3397
+ 45: 0, # 'H'
3398
+ 53: 0, # 'I'
3399
+ 60: 0, # 'J'
3400
+ 16: 1, # 'K'
3401
+ 49: 0, # 'L'
3402
+ 20: 0, # 'M'
3403
+ 46: 0, # 'N'
3404
+ 42: 0, # 'O'
3405
+ 48: 1, # 'P'
3406
+ 44: 0, # 'R'
3407
+ 35: 0, # 'S'
3408
+ 31: 0, # 'T'
3409
+ 51: 0, # 'U'
3410
+ 38: 1, # 'V'
3411
+ 62: 0, # 'W'
3412
+ 43: 0, # 'Y'
3413
+ 56: 0, # 'Z'
3414
+ 1: 2, # 'a'
3415
+ 21: 0, # 'b'
3416
+ 28: 2, # 'c'
3417
+ 12: 0, # 'd'
3418
+ 2: 2, # 'e'
3419
+ 18: 0, # 'f'
3420
+ 27: 1, # 'g'
3421
+ 25: 0, # 'h'
3422
+ 3: 0, # 'i'
3423
+ 24: 0, # 'j'
3424
+ 10: 0, # 'k'
3425
+ 5: 1, # 'l'
3426
+ 13: 1, # 'm'
3427
+ 4: 1, # 'n'
3428
+ 15: 0, # 'o'
3429
+ 26: 0, # 'p'
3430
+ 7: 0, # 'r'
3431
+ 8: 0, # 's'
3432
+ 9: 1, # 't'
3433
+ 14: 2, # 'u'
3434
+ 32: 0, # 'v'
3435
+ 57: 0, # 'w'
3436
+ 58: 0, # 'x'
3437
+ 11: 0, # 'y'
3438
+ 22: 1, # 'z'
3439
+ 63: 0, # '·'
3440
+ 54: 0, # 'Ç'
3441
+ 50: 1, # 'Ö'
3442
+ 55: 0, # 'Ü'
3443
+ 59: 0, # 'â'
3444
+ 33: 0, # 'ç'
3445
+ 61: 0, # 'î'
3446
+ 34: 1, # 'ö'
3447
+ 17: 0, # 'ü'
3448
+ 30: 1, # 'ğ'
3449
+ 41: 1, # 'İ'
3450
+ 6: 0, # 'ı'
3451
+ 40: 0, # 'Ş'
3452
+ 19: 1, # 'ş'
3453
+ },
3454
+ 59: { # 'â'
3455
+ 23: 0, # 'A'
3456
+ 37: 0, # 'B'
3457
+ 47: 0, # 'C'
3458
+ 39: 0, # 'D'
3459
+ 29: 0, # 'E'
3460
+ 52: 0, # 'F'
3461
+ 36: 1, # 'G'
3462
+ 45: 0, # 'H'
3463
+ 53: 0, # 'I'
3464
+ 60: 0, # 'J'
3465
+ 16: 1, # 'K'
3466
+ 49: 0, # 'L'
3467
+ 20: 0, # 'M'
3468
+ 46: 0, # 'N'
3469
+ 42: 0, # 'O'
3470
+ 48: 0, # 'P'
3471
+ 44: 0, # 'R'
3472
+ 35: 0, # 'S'
3473
+ 31: 0, # 'T'
3474
+ 51: 0, # 'U'
3475
+ 38: 0, # 'V'
3476
+ 62: 0, # 'W'
3477
+ 43: 0, # 'Y'
3478
+ 56: 0, # 'Z'
3479
+ 1: 2, # 'a'
3480
+ 21: 0, # 'b'
3481
+ 28: 0, # 'c'
3482
+ 12: 0, # 'd'
3483
+ 2: 2, # 'e'
3484
+ 18: 0, # 'f'
3485
+ 27: 0, # 'g'
3486
+ 25: 0, # 'h'
3487
+ 3: 0, # 'i'
3488
+ 24: 0, # 'j'
3489
+ 10: 0, # 'k'
3490
+ 5: 0, # 'l'
3491
+ 13: 2, # 'm'
3492
+ 4: 0, # 'n'
3493
+ 15: 1, # 'o'
3494
+ 26: 0, # 'p'
3495
+ 7: 0, # 'r'
3496
+ 8: 0, # 's'
3497
+ 9: 0, # 't'
3498
+ 14: 2, # 'u'
3499
+ 32: 0, # 'v'
3500
+ 57: 0, # 'w'
3501
+ 58: 0, # 'x'
3502
+ 11: 0, # 'y'
3503
+ 22: 1, # 'z'
3504
+ 63: 0, # '·'
3505
+ 54: 0, # 'Ç'
3506
+ 50: 0, # 'Ö'
3507
+ 55: 0, # 'Ü'
3508
+ 59: 0, # 'â'
3509
+ 33: 0, # 'ç'
3510
+ 61: 0, # 'î'
3511
+ 34: 0, # 'ö'
3512
+ 17: 0, # 'ü'
3513
+ 30: 0, # 'ğ'
3514
+ 41: 0, # 'İ'
3515
+ 6: 1, # 'ı'
3516
+ 40: 1, # 'Ş'
3517
+ 19: 0, # 'ş'
3518
+ },
3519
+ 33: { # 'ç'
3520
+ 23: 0, # 'A'
3521
+ 37: 0, # 'B'
3522
+ 47: 0, # 'C'
3523
+ 39: 0, # 'D'
3524
+ 29: 3, # 'E'
3525
+ 52: 0, # 'F'
3526
+ 36: 0, # 'G'
3527
+ 45: 0, # 'H'
3528
+ 53: 0, # 'I'
3529
+ 60: 0, # 'J'
3530
+ 16: 0, # 'K'
3531
+ 49: 0, # 'L'
3532
+ 20: 1, # 'M'
3533
+ 46: 0, # 'N'
3534
+ 42: 0, # 'O'
3535
+ 48: 0, # 'P'
3536
+ 44: 0, # 'R'
3537
+ 35: 0, # 'S'
3538
+ 31: 2, # 'T'
3539
+ 51: 0, # 'U'
3540
+ 38: 1, # 'V'
3541
+ 62: 0, # 'W'
3542
+ 43: 0, # 'Y'
3543
+ 56: 0, # 'Z'
3544
+ 1: 0, # 'a'
3545
+ 21: 3, # 'b'
3546
+ 28: 0, # 'c'
3547
+ 12: 2, # 'd'
3548
+ 2: 0, # 'e'
3549
+ 18: 2, # 'f'
3550
+ 27: 1, # 'g'
3551
+ 25: 3, # 'h'
3552
+ 3: 3, # 'i'
3553
+ 24: 0, # 'j'
3554
+ 10: 3, # 'k'
3555
+ 5: 0, # 'l'
3556
+ 13: 0, # 'm'
3557
+ 4: 3, # 'n'
3558
+ 15: 0, # 'o'
3559
+ 26: 1, # 'p'
3560
+ 7: 3, # 'r'
3561
+ 8: 2, # 's'
3562
+ 9: 3, # 't'
3563
+ 14: 0, # 'u'
3564
+ 32: 2, # 'v'
3565
+ 57: 0, # 'w'
3566
+ 58: 0, # 'x'
3567
+ 11: 2, # 'y'
3568
+ 22: 0, # 'z'
3569
+ 63: 0, # '·'
3570
+ 54: 0, # 'Ç'
3571
+ 50: 0, # 'Ö'
3572
+ 55: 0, # 'Ü'
3573
+ 59: 0, # 'â'
3574
+ 33: 0, # 'ç'
3575
+ 61: 0, # 'î'
3576
+ 34: 0, # 'ö'
3577
+ 17: 1, # 'ü'
3578
+ 30: 0, # 'ğ'
3579
+ 41: 0, # 'İ'
3580
+ 6: 3, # 'ı'
3581
+ 40: 0, # 'Ş'
3582
+ 19: 0, # 'ş'
3583
+ },
3584
+ 61: { # 'î'
3585
+ 23: 0, # 'A'
3586
+ 37: 0, # 'B'
3587
+ 47: 0, # 'C'
3588
+ 39: 0, # 'D'
3589
+ 29: 0, # 'E'
3590
+ 52: 0, # 'F'
3591
+ 36: 0, # 'G'
3592
+ 45: 0, # 'H'
3593
+ 53: 0, # 'I'
3594
+ 60: 0, # 'J'
3595
+ 16: 0, # 'K'
3596
+ 49: 0, # 'L'
3597
+ 20: 0, # 'M'
3598
+ 46: 0, # 'N'
3599
+ 42: 0, # 'O'
3600
+ 48: 0, # 'P'
3601
+ 44: 0, # 'R'
3602
+ 35: 0, # 'S'
3603
+ 31: 0, # 'T'
3604
+ 51: 0, # 'U'
3605
+ 38: 0, # 'V'
3606
+ 62: 0, # 'W'
3607
+ 43: 0, # 'Y'
3608
+ 56: 1, # 'Z'
3609
+ 1: 2, # 'a'
3610
+ 21: 0, # 'b'
3611
+ 28: 0, # 'c'
3612
+ 12: 0, # 'd'
3613
+ 2: 2, # 'e'
3614
+ 18: 0, # 'f'
3615
+ 27: 0, # 'g'
3616
+ 25: 0, # 'h'
3617
+ 3: 0, # 'i'
3618
+ 24: 1, # 'j'
3619
+ 10: 0, # 'k'
3620
+ 5: 0, # 'l'
3621
+ 13: 1, # 'm'
3622
+ 4: 1, # 'n'
3623
+ 15: 0, # 'o'
3624
+ 26: 0, # 'p'
3625
+ 7: 0, # 'r'
3626
+ 8: 0, # 's'
3627
+ 9: 0, # 't'
3628
+ 14: 1, # 'u'
3629
+ 32: 0, # 'v'
3630
+ 57: 0, # 'w'
3631
+ 58: 0, # 'x'
3632
+ 11: 0, # 'y'
3633
+ 22: 1, # 'z'
3634
+ 63: 0, # '·'
3635
+ 54: 0, # 'Ç'
3636
+ 50: 0, # 'Ö'
3637
+ 55: 0, # 'Ü'
3638
+ 59: 0, # 'â'
3639
+ 33: 0, # 'ç'
3640
+ 61: 1, # 'î'
3641
+ 34: 0, # 'ö'
3642
+ 17: 0, # 'ü'
3643
+ 30: 0, # 'ğ'
3644
+ 41: 0, # 'İ'
3645
+ 6: 1, # 'ı'
3646
+ 40: 0, # 'Ş'
3647
+ 19: 0, # 'ş'
3648
+ },
3649
+ 34: { # 'ö'
3650
+ 23: 0, # 'A'
3651
+ 37: 1, # 'B'
3652
+ 47: 1, # 'C'
3653
+ 39: 0, # 'D'
3654
+ 29: 0, # 'E'
3655
+ 52: 2, # 'F'
3656
+ 36: 1, # 'G'
3657
+ 45: 1, # 'H'
3658
+ 53: 0, # 'I'
3659
+ 60: 0, # 'J'
3660
+ 16: 3, # 'K'
3661
+ 49: 1, # 'L'
3662
+ 20: 0, # 'M'
3663
+ 46: 1, # 'N'
3664
+ 42: 1, # 'O'
3665
+ 48: 2, # 'P'
3666
+ 44: 1, # 'R'
3667
+ 35: 1, # 'S'
3668
+ 31: 1, # 'T'
3669
+ 51: 1, # 'U'
3670
+ 38: 1, # 'V'
3671
+ 62: 0, # 'W'
3672
+ 43: 0, # 'Y'
3673
+ 56: 1, # 'Z'
3674
+ 1: 3, # 'a'
3675
+ 21: 1, # 'b'
3676
+ 28: 2, # 'c'
3677
+ 12: 1, # 'd'
3678
+ 2: 3, # 'e'
3679
+ 18: 0, # 'f'
3680
+ 27: 2, # 'g'
3681
+ 25: 2, # 'h'
3682
+ 3: 1, # 'i'
3683
+ 24: 2, # 'j'
3684
+ 10: 1, # 'k'
3685
+ 5: 2, # 'l'
3686
+ 13: 3, # 'm'
3687
+ 4: 2, # 'n'
3688
+ 15: 2, # 'o'
3689
+ 26: 0, # 'p'
3690
+ 7: 0, # 'r'
3691
+ 8: 3, # 's'
3692
+ 9: 1, # 't'
3693
+ 14: 3, # 'u'
3694
+ 32: 0, # 'v'
3695
+ 57: 0, # 'w'
3696
+ 58: 0, # 'x'
3697
+ 11: 1, # 'y'
3698
+ 22: 2, # 'z'
3699
+ 63: 0, # '·'
3700
+ 54: 1, # 'Ç'
3701
+ 50: 2, # 'Ö'
3702
+ 55: 0, # 'Ü'
3703
+ 59: 0, # 'â'
3704
+ 33: 2, # 'ç'
3705
+ 61: 0, # 'î'
3706
+ 34: 2, # 'ö'
3707
+ 17: 0, # 'ü'
3708
+ 30: 2, # 'ğ'
3709
+ 41: 1, # 'İ'
3710
+ 6: 1, # 'ı'
3711
+ 40: 2, # 'Ş'
3712
+ 19: 1, # 'ş'
3713
+ },
3714
+ 17: { # 'ü'
3715
+ 23: 0, # 'A'
3716
+ 37: 0, # 'B'
3717
+ 47: 1, # 'C'
3718
+ 39: 0, # 'D'
3719
+ 29: 0, # 'E'
3720
+ 52: 0, # 'F'
3721
+ 36: 0, # 'G'
3722
+ 45: 0, # 'H'
3723
+ 53: 0, # 'I'
3724
+ 60: 1, # 'J'
3725
+ 16: 1, # 'K'
3726
+ 49: 0, # 'L'
3727
+ 20: 1, # 'M'
3728
+ 46: 0, # 'N'
3729
+ 42: 0, # 'O'
3730
+ 48: 0, # 'P'
3731
+ 44: 0, # 'R'
3732
+ 35: 0, # 'S'
3733
+ 31: 1, # 'T'
3734
+ 51: 0, # 'U'
3735
+ 38: 0, # 'V'
3736
+ 62: 0, # 'W'
3737
+ 43: 0, # 'Y'
3738
+ 56: 1, # 'Z'
3739
+ 1: 3, # 'a'
3740
+ 21: 0, # 'b'
3741
+ 28: 0, # 'c'
3742
+ 12: 1, # 'd'
3743
+ 2: 3, # 'e'
3744
+ 18: 1, # 'f'
3745
+ 27: 2, # 'g'
3746
+ 25: 0, # 'h'
3747
+ 3: 1, # 'i'
3748
+ 24: 1, # 'j'
3749
+ 10: 2, # 'k'
3750
+ 5: 3, # 'l'
3751
+ 13: 2, # 'm'
3752
+ 4: 3, # 'n'
3753
+ 15: 0, # 'o'
3754
+ 26: 2, # 'p'
3755
+ 7: 2, # 'r'
3756
+ 8: 3, # 's'
3757
+ 9: 2, # 't'
3758
+ 14: 3, # 'u'
3759
+ 32: 1, # 'v'
3760
+ 57: 1, # 'w'
3761
+ 58: 0, # 'x'
3762
+ 11: 0, # 'y'
3763
+ 22: 0, # 'z'
3764
+ 63: 0, # '·'
3765
+ 54: 0, # 'Ç'
3766
+ 50: 0, # 'Ö'
3767
+ 55: 0, # 'Ü'
3768
+ 59: 0, # 'â'
3769
+ 33: 1, # 'ç'
3770
+ 61: 0, # 'î'
3771
+ 34: 0, # 'ö'
3772
+ 17: 2, # 'ü'
3773
+ 30: 0, # 'ğ'
3774
+ 41: 0, # 'İ'
3775
+ 6: 2, # 'ı'
3776
+ 40: 0, # 'Ş'
3777
+ 19: 0, # 'ş'
3778
+ },
3779
+ 30: { # 'ğ'
3780
+ 23: 0, # 'A'
3781
+ 37: 2, # 'B'
3782
+ 47: 1, # 'C'
3783
+ 39: 0, # 'D'
3784
+ 29: 0, # 'E'
3785
+ 52: 2, # 'F'
3786
+ 36: 1, # 'G'
3787
+ 45: 0, # 'H'
3788
+ 53: 1, # 'I'
3789
+ 60: 0, # 'J'
3790
+ 16: 3, # 'K'
3791
+ 49: 0, # 'L'
3792
+ 20: 1, # 'M'
3793
+ 46: 2, # 'N'
3794
+ 42: 2, # 'O'
3795
+ 48: 1, # 'P'
3796
+ 44: 1, # 'R'
3797
+ 35: 0, # 'S'
3798
+ 31: 1, # 'T'
3799
+ 51: 0, # 'U'
3800
+ 38: 2, # 'V'
3801
+ 62: 0, # 'W'
3802
+ 43: 2, # 'Y'
3803
+ 56: 0, # 'Z'
3804
+ 1: 3, # 'a'
3805
+ 21: 0, # 'b'
3806
+ 28: 2, # 'c'
3807
+ 12: 0, # 'd'
3808
+ 2: 2, # 'e'
3809
+ 18: 0, # 'f'
3810
+ 27: 0, # 'g'
3811
+ 25: 0, # 'h'
3812
+ 3: 0, # 'i'
3813
+ 24: 3, # 'j'
3814
+ 10: 1, # 'k'
3815
+ 5: 2, # 'l'
3816
+ 13: 3, # 'm'
3817
+ 4: 0, # 'n'
3818
+ 15: 1, # 'o'
3819
+ 26: 0, # 'p'
3820
+ 7: 1, # 'r'
3821
+ 8: 0, # 's'
3822
+ 9: 0, # 't'
3823
+ 14: 3, # 'u'
3824
+ 32: 0, # 'v'
3825
+ 57: 0, # 'w'
3826
+ 58: 0, # 'x'
3827
+ 11: 0, # 'y'
3828
+ 22: 2, # 'z'
3829
+ 63: 0, # '·'
3830
+ 54: 2, # 'Ç'
3831
+ 50: 2, # 'Ö'
3832
+ 55: 0, # 'Ü'
3833
+ 59: 0, # 'â'
3834
+ 33: 1, # 'ç'
3835
+ 61: 0, # 'î'
3836
+ 34: 2, # 'ö'
3837
+ 17: 0, # 'ü'
3838
+ 30: 1, # 'ğ'
3839
+ 41: 2, # 'İ'
3840
+ 6: 2, # 'ı'
3841
+ 40: 2, # 'Ş'
3842
+ 19: 1, # 'ş'
3843
+ },
3844
+ 41: { # 'İ'
3845
+ 23: 0, # 'A'
3846
+ 37: 0, # 'B'
3847
+ 47: 1, # 'C'
3848
+ 39: 1, # 'D'
3849
+ 29: 1, # 'E'
3850
+ 52: 0, # 'F'
3851
+ 36: 2, # 'G'
3852
+ 45: 2, # 'H'
3853
+ 53: 0, # 'I'
3854
+ 60: 0, # 'J'
3855
+ 16: 0, # 'K'
3856
+ 49: 0, # 'L'
3857
+ 20: 2, # 'M'
3858
+ 46: 1, # 'N'
3859
+ 42: 1, # 'O'
3860
+ 48: 2, # 'P'
3861
+ 44: 0, # 'R'
3862
+ 35: 1, # 'S'
3863
+ 31: 1, # 'T'
3864
+ 51: 1, # 'U'
3865
+ 38: 1, # 'V'
3866
+ 62: 0, # 'W'
3867
+ 43: 2, # 'Y'
3868
+ 56: 0, # 'Z'
3869
+ 1: 1, # 'a'
3870
+ 21: 2, # 'b'
3871
+ 28: 1, # 'c'
3872
+ 12: 2, # 'd'
3873
+ 2: 1, # 'e'
3874
+ 18: 0, # 'f'
3875
+ 27: 3, # 'g'
3876
+ 25: 2, # 'h'
3877
+ 3: 2, # 'i'
3878
+ 24: 2, # 'j'
3879
+ 10: 2, # 'k'
3880
+ 5: 0, # 'l'
3881
+ 13: 1, # 'm'
3882
+ 4: 3, # 'n'
3883
+ 15: 1, # 'o'
3884
+ 26: 1, # 'p'
3885
+ 7: 3, # 'r'
3886
+ 8: 3, # 's'
3887
+ 9: 2, # 't'
3888
+ 14: 0, # 'u'
3889
+ 32: 0, # 'v'
3890
+ 57: 1, # 'w'
3891
+ 58: 0, # 'x'
3892
+ 11: 2, # 'y'
3893
+ 22: 0, # 'z'
3894
+ 63: 0, # '·'
3895
+ 54: 0, # 'Ç'
3896
+ 50: 0, # 'Ö'
3897
+ 55: 1, # 'Ü'
3898
+ 59: 1, # 'â'
3899
+ 33: 0, # 'ç'
3900
+ 61: 0, # 'î'
3901
+ 34: 1, # 'ö'
3902
+ 17: 1, # 'ü'
3903
+ 30: 2, # 'ğ'
3904
+ 41: 0, # 'İ'
3905
+ 6: 3, # 'ı'
3906
+ 40: 0, # 'Ş'
3907
+ 19: 1, # 'ş'
3908
+ },
3909
+ 6: { # 'ı'
3910
+ 23: 2, # 'A'
3911
+ 37: 0, # 'B'
3912
+ 47: 0, # 'C'
3913
+ 39: 0, # 'D'
3914
+ 29: 0, # 'E'
3915
+ 52: 0, # 'F'
3916
+ 36: 1, # 'G'
3917
+ 45: 0, # 'H'
3918
+ 53: 0, # 'I'
3919
+ 60: 2, # 'J'
3920
+ 16: 3, # 'K'
3921
+ 49: 0, # 'L'
3922
+ 20: 3, # 'M'
3923
+ 46: 1, # 'N'
3924
+ 42: 0, # 'O'
3925
+ 48: 0, # 'P'
3926
+ 44: 0, # 'R'
3927
+ 35: 0, # 'S'
3928
+ 31: 2, # 'T'
3929
+ 51: 0, # 'U'
3930
+ 38: 0, # 'V'
3931
+ 62: 0, # 'W'
3932
+ 43: 2, # 'Y'
3933
+ 56: 1, # 'Z'
3934
+ 1: 3, # 'a'
3935
+ 21: 2, # 'b'
3936
+ 28: 1, # 'c'
3937
+ 12: 3, # 'd'
3938
+ 2: 3, # 'e'
3939
+ 18: 3, # 'f'
3940
+ 27: 3, # 'g'
3941
+ 25: 2, # 'h'
3942
+ 3: 3, # 'i'
3943
+ 24: 3, # 'j'
3944
+ 10: 3, # 'k'
3945
+ 5: 3, # 'l'
3946
+ 13: 3, # 'm'
3947
+ 4: 3, # 'n'
3948
+ 15: 0, # 'o'
3949
+ 26: 3, # 'p'
3950
+ 7: 3, # 'r'
3951
+ 8: 3, # 's'
3952
+ 9: 3, # 't'
3953
+ 14: 3, # 'u'
3954
+ 32: 3, # 'v'
3955
+ 57: 1, # 'w'
3956
+ 58: 1, # 'x'
3957
+ 11: 3, # 'y'
3958
+ 22: 0, # 'z'
3959
+ 63: 1, # '·'
3960
+ 54: 0, # 'Ç'
3961
+ 50: 0, # 'Ö'
3962
+ 55: 0, # 'Ü'
3963
+ 59: 0, # 'â'
3964
+ 33: 2, # 'ç'
3965
+ 61: 0, # 'î'
3966
+ 34: 0, # 'ö'
3967
+ 17: 3, # 'ü'
3968
+ 30: 0, # 'ğ'
3969
+ 41: 0, # 'İ'
3970
+ 6: 3, # 'ı'
3971
+ 40: 0, # 'Ş'
3972
+ 19: 0, # 'ş'
3973
+ },
3974
+ 40: { # 'Ş'
3975
+ 23: 0, # 'A'
3976
+ 37: 0, # 'B'
3977
+ 47: 1, # 'C'
3978
+ 39: 1, # 'D'
3979
+ 29: 1, # 'E'
3980
+ 52: 0, # 'F'
3981
+ 36: 1, # 'G'
3982
+ 45: 2, # 'H'
3983
+ 53: 1, # 'I'
3984
+ 60: 0, # 'J'
3985
+ 16: 0, # 'K'
3986
+ 49: 0, # 'L'
3987
+ 20: 2, # 'M'
3988
+ 46: 1, # 'N'
3989
+ 42: 1, # 'O'
3990
+ 48: 2, # 'P'
3991
+ 44: 2, # 'R'
3992
+ 35: 1, # 'S'
3993
+ 31: 1, # 'T'
3994
+ 51: 0, # 'U'
3995
+ 38: 1, # 'V'
3996
+ 62: 0, # 'W'
3997
+ 43: 2, # 'Y'
3998
+ 56: 1, # 'Z'
3999
+ 1: 0, # 'a'
4000
+ 21: 2, # 'b'
4001
+ 28: 0, # 'c'
4002
+ 12: 2, # 'd'
4003
+ 2: 0, # 'e'
4004
+ 18: 3, # 'f'
4005
+ 27: 0, # 'g'
4006
+ 25: 2, # 'h'
4007
+ 3: 3, # 'i'
4008
+ 24: 2, # 'j'
4009
+ 10: 1, # 'k'
4010
+ 5: 0, # 'l'
4011
+ 13: 1, # 'm'
4012
+ 4: 3, # 'n'
4013
+ 15: 2, # 'o'
4014
+ 26: 0, # 'p'
4015
+ 7: 3, # 'r'
4016
+ 8: 2, # 's'
4017
+ 9: 2, # 't'
4018
+ 14: 1, # 'u'
4019
+ 32: 3, # 'v'
4020
+ 57: 0, # 'w'
4021
+ 58: 0, # 'x'
4022
+ 11: 2, # 'y'
4023
+ 22: 0, # 'z'
4024
+ 63: 0, # '·'
4025
+ 54: 0, # 'Ç'
4026
+ 50: 0, # 'Ö'
4027
+ 55: 1, # 'Ü'
4028
+ 59: 0, # 'â'
4029
+ 33: 0, # 'ç'
4030
+ 61: 0, # 'î'
4031
+ 34: 2, # 'ö'
4032
+ 17: 1, # 'ü'
4033
+ 30: 2, # 'ğ'
4034
+ 41: 0, # 'İ'
4035
+ 6: 2, # 'ı'
4036
+ 40: 1, # 'Ş'
4037
+ 19: 2, # 'ş'
4038
+ },
4039
+ 19: { # 'ş'
4040
+ 23: 0, # 'A'
4041
+ 37: 0, # 'B'
4042
+ 47: 1, # 'C'
4043
+ 39: 0, # 'D'
4044
+ 29: 0, # 'E'
4045
+ 52: 2, # 'F'
4046
+ 36: 1, # 'G'
4047
+ 45: 0, # 'H'
4048
+ 53: 0, # 'I'
4049
+ 60: 0, # 'J'
4050
+ 16: 3, # 'K'
4051
+ 49: 2, # 'L'
4052
+ 20: 0, # 'M'
4053
+ 46: 1, # 'N'
4054
+ 42: 1, # 'O'
4055
+ 48: 1, # 'P'
4056
+ 44: 1, # 'R'
4057
+ 35: 1, # 'S'
4058
+ 31: 0, # 'T'
4059
+ 51: 1, # 'U'
4060
+ 38: 1, # 'V'
4061
+ 62: 0, # 'W'
4062
+ 43: 1, # 'Y'
4063
+ 56: 0, # 'Z'
4064
+ 1: 3, # 'a'
4065
+ 21: 1, # 'b'
4066
+ 28: 2, # 'c'
4067
+ 12: 0, # 'd'
4068
+ 2: 3, # 'e'
4069
+ 18: 0, # 'f'
4070
+ 27: 2, # 'g'
4071
+ 25: 1, # 'h'
4072
+ 3: 1, # 'i'
4073
+ 24: 0, # 'j'
4074
+ 10: 2, # 'k'
4075
+ 5: 2, # 'l'
4076
+ 13: 3, # 'm'
4077
+ 4: 0, # 'n'
4078
+ 15: 0, # 'o'
4079
+ 26: 1, # 'p'
4080
+ 7: 3, # 'r'
4081
+ 8: 0, # 's'
4082
+ 9: 0, # 't'
4083
+ 14: 3, # 'u'
4084
+ 32: 0, # 'v'
4085
+ 57: 0, # 'w'
4086
+ 58: 0, # 'x'
4087
+ 11: 0, # 'y'
4088
+ 22: 2, # 'z'
4089
+ 63: 0, # '·'
4090
+ 54: 1, # 'Ç'
4091
+ 50: 2, # 'Ö'
4092
+ 55: 0, # 'Ü'
4093
+ 59: 0, # 'â'
4094
+ 33: 1, # 'ç'
4095
+ 61: 1, # 'î'
4096
+ 34: 2, # 'ö'
4097
+ 17: 0, # 'ü'
4098
+ 30: 1, # 'ğ'
4099
+ 41: 1, # 'İ'
4100
+ 6: 1, # 'ı'
4101
+ 40: 1, # 'Ş'
4102
+ 19: 1, # 'ş'
4103
+ },
4104
+ }
4105
+
4106
+ # 255: Undefined characters that did not exist in training text
4107
+ # 254: Carriage/Return
4108
+ # 253: symbol (punctuation) that does not belong to word
4109
+ # 252: 0 - 9
4110
+ # 251: Control characters
4111
+
4112
+ # Character Mapping Table(s):
4113
+ ISO_8859_9_TURKISH_CHAR_TO_ORDER = {
4114
+ 0: 255, # '\x00'
4115
+ 1: 255, # '\x01'
4116
+ 2: 255, # '\x02'
4117
+ 3: 255, # '\x03'
4118
+ 4: 255, # '\x04'
4119
+ 5: 255, # '\x05'
4120
+ 6: 255, # '\x06'
4121
+ 7: 255, # '\x07'
4122
+ 8: 255, # '\x08'
4123
+ 9: 255, # '\t'
4124
+ 10: 255, # '\n'
4125
+ 11: 255, # '\x0b'
4126
+ 12: 255, # '\x0c'
4127
+ 13: 255, # '\r'
4128
+ 14: 255, # '\x0e'
4129
+ 15: 255, # '\x0f'
4130
+ 16: 255, # '\x10'
4131
+ 17: 255, # '\x11'
4132
+ 18: 255, # '\x12'
4133
+ 19: 255, # '\x13'
4134
+ 20: 255, # '\x14'
4135
+ 21: 255, # '\x15'
4136
+ 22: 255, # '\x16'
4137
+ 23: 255, # '\x17'
4138
+ 24: 255, # '\x18'
4139
+ 25: 255, # '\x19'
4140
+ 26: 255, # '\x1a'
4141
+ 27: 255, # '\x1b'
4142
+ 28: 255, # '\x1c'
4143
+ 29: 255, # '\x1d'
4144
+ 30: 255, # '\x1e'
4145
+ 31: 255, # '\x1f'
4146
+ 32: 255, # ' '
4147
+ 33: 255, # '!'
4148
+ 34: 255, # '"'
4149
+ 35: 255, # '#'
4150
+ 36: 255, # '$'
4151
+ 37: 255, # '%'
4152
+ 38: 255, # '&'
4153
+ 39: 255, # "'"
4154
+ 40: 255, # '('
4155
+ 41: 255, # ')'
4156
+ 42: 255, # '*'
4157
+ 43: 255, # '+'
4158
+ 44: 255, # ','
4159
+ 45: 255, # '-'
4160
+ 46: 255, # '.'
4161
+ 47: 255, # '/'
4162
+ 48: 255, # '0'
4163
+ 49: 255, # '1'
4164
+ 50: 255, # '2'
4165
+ 51: 255, # '3'
4166
+ 52: 255, # '4'
4167
+ 53: 255, # '5'
4168
+ 54: 255, # '6'
4169
+ 55: 255, # '7'
4170
+ 56: 255, # '8'
4171
+ 57: 255, # '9'
4172
+ 58: 255, # ':'
4173
+ 59: 255, # ';'
4174
+ 60: 255, # '<'
4175
+ 61: 255, # '='
4176
+ 62: 255, # '>'
4177
+ 63: 255, # '?'
4178
+ 64: 255, # '@'
4179
+ 65: 23, # 'A'
4180
+ 66: 37, # 'B'
4181
+ 67: 47, # 'C'
4182
+ 68: 39, # 'D'
4183
+ 69: 29, # 'E'
4184
+ 70: 52, # 'F'
4185
+ 71: 36, # 'G'
4186
+ 72: 45, # 'H'
4187
+ 73: 53, # 'I'
4188
+ 74: 60, # 'J'
4189
+ 75: 16, # 'K'
4190
+ 76: 49, # 'L'
4191
+ 77: 20, # 'M'
4192
+ 78: 46, # 'N'
4193
+ 79: 42, # 'O'
4194
+ 80: 48, # 'P'
4195
+ 81: 69, # 'Q'
4196
+ 82: 44, # 'R'
4197
+ 83: 35, # 'S'
4198
+ 84: 31, # 'T'
4199
+ 85: 51, # 'U'
4200
+ 86: 38, # 'V'
4201
+ 87: 62, # 'W'
4202
+ 88: 65, # 'X'
4203
+ 89: 43, # 'Y'
4204
+ 90: 56, # 'Z'
4205
+ 91: 255, # '['
4206
+ 92: 255, # '\\'
4207
+ 93: 255, # ']'
4208
+ 94: 255, # '^'
4209
+ 95: 255, # '_'
4210
+ 96: 255, # '`'
4211
+ 97: 1, # 'a'
4212
+ 98: 21, # 'b'
4213
+ 99: 28, # 'c'
4214
+ 100: 12, # 'd'
4215
+ 101: 2, # 'e'
4216
+ 102: 18, # 'f'
4217
+ 103: 27, # 'g'
4218
+ 104: 25, # 'h'
4219
+ 105: 3, # 'i'
4220
+ 106: 24, # 'j'
4221
+ 107: 10, # 'k'
4222
+ 108: 5, # 'l'
4223
+ 109: 13, # 'm'
4224
+ 110: 4, # 'n'
4225
+ 111: 15, # 'o'
4226
+ 112: 26, # 'p'
4227
+ 113: 64, # 'q'
4228
+ 114: 7, # 'r'
4229
+ 115: 8, # 's'
4230
+ 116: 9, # 't'
4231
+ 117: 14, # 'u'
4232
+ 118: 32, # 'v'
4233
+ 119: 57, # 'w'
4234
+ 120: 58, # 'x'
4235
+ 121: 11, # 'y'
4236
+ 122: 22, # 'z'
4237
+ 123: 255, # '{'
4238
+ 124: 255, # '|'
4239
+ 125: 255, # '}'
4240
+ 126: 255, # '~'
4241
+ 127: 255, # '\x7f'
4242
+ 128: 180, # '\x80'
4243
+ 129: 179, # '\x81'
4244
+ 130: 178, # '\x82'
4245
+ 131: 177, # '\x83'
4246
+ 132: 176, # '\x84'
4247
+ 133: 175, # '\x85'
4248
+ 134: 174, # '\x86'
4249
+ 135: 173, # '\x87'
4250
+ 136: 172, # '\x88'
4251
+ 137: 171, # '\x89'
4252
+ 138: 170, # '\x8a'
4253
+ 139: 169, # '\x8b'
4254
+ 140: 168, # '\x8c'
4255
+ 141: 167, # '\x8d'
4256
+ 142: 166, # '\x8e'
4257
+ 143: 165, # '\x8f'
4258
+ 144: 164, # '\x90'
4259
+ 145: 163, # '\x91'
4260
+ 146: 162, # '\x92'
4261
+ 147: 161, # '\x93'
4262
+ 148: 160, # '\x94'
4263
+ 149: 159, # '\x95'
4264
+ 150: 101, # '\x96'
4265
+ 151: 158, # '\x97'
4266
+ 152: 157, # '\x98'
4267
+ 153: 156, # '\x99'
4268
+ 154: 155, # '\x9a'
4269
+ 155: 154, # '\x9b'
4270
+ 156: 153, # '\x9c'
4271
+ 157: 152, # '\x9d'
4272
+ 158: 151, # '\x9e'
4273
+ 159: 106, # '\x9f'
4274
+ 160: 150, # '\xa0'
4275
+ 161: 149, # '¡'
4276
+ 162: 148, # '¢'
4277
+ 163: 147, # '£'
4278
+ 164: 146, # '¤'
4279
+ 165: 145, # '¥'
4280
+ 166: 144, # '¦'
4281
+ 167: 100, # '§'
4282
+ 168: 143, # '¨'
4283
+ 169: 142, # '©'
4284
+ 170: 141, # 'ª'
4285
+ 171: 140, # '«'
4286
+ 172: 139, # '¬'
4287
+ 173: 138, # '\xad'
4288
+ 174: 137, # '®'
4289
+ 175: 136, # '¯'
4290
+ 176: 94, # '°'
4291
+ 177: 80, # '±'
4292
+ 178: 93, # '²'
4293
+ 179: 135, # '³'
4294
+ 180: 105, # '´'
4295
+ 181: 134, # 'µ'
4296
+ 182: 133, # '¶'
4297
+ 183: 63, # '·'
4298
+ 184: 132, # '¸'
4299
+ 185: 131, # '¹'
4300
+ 186: 130, # 'º'
4301
+ 187: 129, # '»'
4302
+ 188: 128, # '¼'
4303
+ 189: 127, # '½'
4304
+ 190: 126, # '¾'
4305
+ 191: 125, # '¿'
4306
+ 192: 124, # 'À'
4307
+ 193: 104, # 'Á'
4308
+ 194: 73, # 'Â'
4309
+ 195: 99, # 'Ã'
4310
+ 196: 79, # 'Ä'
4311
+ 197: 85, # 'Å'
4312
+ 198: 123, # 'Æ'
4313
+ 199: 54, # 'Ç'
4314
+ 200: 122, # 'È'
4315
+ 201: 98, # 'É'
4316
+ 202: 92, # 'Ê'
4317
+ 203: 121, # 'Ë'
4318
+ 204: 120, # 'Ì'
4319
+ 205: 91, # 'Í'
4320
+ 206: 103, # 'Î'
4321
+ 207: 119, # 'Ï'
4322
+ 208: 68, # 'Ğ'
4323
+ 209: 118, # 'Ñ'
4324
+ 210: 117, # 'Ò'
4325
+ 211: 97, # 'Ó'
4326
+ 212: 116, # 'Ô'
4327
+ 213: 115, # 'Õ'
4328
+ 214: 50, # 'Ö'
4329
+ 215: 90, # '×'
4330
+ 216: 114, # 'Ø'
4331
+ 217: 113, # 'Ù'
4332
+ 218: 112, # 'Ú'
4333
+ 219: 111, # 'Û'
4334
+ 220: 55, # 'Ü'
4335
+ 221: 41, # 'İ'
4336
+ 222: 40, # 'Ş'
4337
+ 223: 86, # 'ß'
4338
+ 224: 89, # 'à'
4339
+ 225: 70, # 'á'
4340
+ 226: 59, # 'â'
4341
+ 227: 78, # 'ã'
4342
+ 228: 71, # 'ä'
4343
+ 229: 82, # 'å'
4344
+ 230: 88, # 'æ'
4345
+ 231: 33, # 'ç'
4346
+ 232: 77, # 'è'
4347
+ 233: 66, # 'é'
4348
+ 234: 84, # 'ê'
4349
+ 235: 83, # 'ë'
4350
+ 236: 110, # 'ì'
4351
+ 237: 75, # 'í'
4352
+ 238: 61, # 'î'
4353
+ 239: 96, # 'ï'
4354
+ 240: 30, # 'ğ'
4355
+ 241: 67, # 'ñ'
4356
+ 242: 109, # 'ò'
4357
+ 243: 74, # 'ó'
4358
+ 244: 87, # 'ô'
4359
+ 245: 102, # 'õ'
4360
+ 246: 34, # 'ö'
4361
+ 247: 95, # '÷'
4362
+ 248: 81, # 'ø'
4363
+ 249: 108, # 'ù'
4364
+ 250: 76, # 'ú'
4365
+ 251: 72, # 'û'
4366
+ 252: 17, # 'ü'
4367
+ 253: 6, # 'ı'
4368
+ 254: 19, # 'ş'
4369
+ 255: 107, # 'ÿ'
4370
+ }
4371
+
4372
+ ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel(
4373
+ charset_name="ISO-8859-9",
4374
+ language="Turkish",
4375
+ char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER,
4376
+ language_model=TURKISH_LANG_MODEL,
4377
+ typical_positive_ratio=0.97029,
4378
+ keep_ascii_letters=True,
4379
+ alphabet="ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş",
4380
+ )
env-llmeval/lib/python3.10/site-packages/chardet/latin1prober.py ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ######################## BEGIN LICENSE BLOCK ########################
2
+ # The Original Code is Mozilla Universal charset detector code.
3
+ #
4
+ # The Initial Developer of the Original Code is
5
+ # Netscape Communications Corporation.
6
+ # Portions created by the Initial Developer are Copyright (C) 2001
7
+ # the Initial Developer. All Rights Reserved.
8
+ #
9
+ # Contributor(s):
10
+ # Mark Pilgrim - port to Python
11
+ # Shy Shalom - original C code
12
+ #
13
+ # This library is free software; you can redistribute it and/or
14
+ # modify it under the terms of the GNU Lesser General Public
15
+ # License as published by the Free Software Foundation; either
16
+ # version 2.1 of the License, or (at your option) any later version.
17
+ #
18
+ # This library is distributed in the hope that it will be useful,
19
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
20
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
+ # Lesser General Public License for more details.
22
+ #
23
+ # You should have received a copy of the GNU Lesser General Public
24
+ # License along with this library; if not, write to the Free Software
25
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
26
+ # 02110-1301 USA
27
+ ######################### END LICENSE BLOCK #########################
28
+
29
+ from typing import List, Union
30
+
31
+ from .charsetprober import CharSetProber
32
+ from .enums import ProbingState
33
+
34
+ FREQ_CAT_NUM = 4
35
+
36
+ UDF = 0 # undefined
37
+ OTH = 1 # other
38
+ ASC = 2 # ascii capital letter
39
+ ASS = 3 # ascii small letter
40
+ ACV = 4 # accent capital vowel
41
+ ACO = 5 # accent capital other
42
+ ASV = 6 # accent small vowel
43
+ ASO = 7 # accent small other
44
+ CLASS_NUM = 8 # total classes
45
+
46
+ # fmt: off
47
+ Latin1_CharToClass = (
48
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07
49
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F
50
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17
51
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F
52
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27
53
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F
54
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37
55
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F
56
+ OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47
57
+ ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F
58
+ ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57
59
+ ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F
60
+ OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67
61
+ ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F
62
+ ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77
63
+ ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F
64
+ OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87
65
+ OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F
66
+ UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97
67
+ OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F
68
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7
69
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF
70
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7
71
+ OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF
72
+ ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7
73
+ ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF
74
+ ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7
75
+ ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF
76
+ ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7
77
+ ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF
78
+ ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7
79
+ ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF
80
+ )
81
+
82
+ # 0 : illegal
83
+ # 1 : very unlikely
84
+ # 2 : normal
85
+ # 3 : very likely
86
+ Latin1ClassModel = (
87
+ # UDF OTH ASC ASS ACV ACO ASV ASO
88
+ 0, 0, 0, 0, 0, 0, 0, 0, # UDF
89
+ 0, 3, 3, 3, 3, 3, 3, 3, # OTH
90
+ 0, 3, 3, 3, 3, 3, 3, 3, # ASC
91
+ 0, 3, 3, 3, 1, 1, 3, 3, # ASS
92
+ 0, 3, 3, 3, 1, 2, 1, 2, # ACV
93
+ 0, 3, 3, 3, 3, 3, 3, 3, # ACO
94
+ 0, 3, 1, 3, 1, 1, 1, 3, # ASV
95
+ 0, 3, 1, 3, 1, 1, 3, 3, # ASO
96
+ )
97
+ # fmt: on
98
+
99
+
100
+ class Latin1Prober(CharSetProber):
101
+ def __init__(self) -> None:
102
+ super().__init__()
103
+ self._last_char_class = OTH
104
+ self._freq_counter: List[int] = []
105
+ self.reset()
106
+
107
+ def reset(self) -> None:
108
+ self._last_char_class = OTH
109
+ self._freq_counter = [0] * FREQ_CAT_NUM
110
+ super().reset()
111
+
112
+ @property
113
+ def charset_name(self) -> str:
114
+ return "ISO-8859-1"
115
+
116
+ @property
117
+ def language(self) -> str:
118
+ return ""
119
+
120
+ def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState:
121
+ byte_str = self.remove_xml_tags(byte_str)
122
+ for c in byte_str:
123
+ char_class = Latin1_CharToClass[c]
124
+ freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + char_class]
125
+ if freq == 0:
126
+ self._state = ProbingState.NOT_ME
127
+ break
128
+ self._freq_counter[freq] += 1
129
+ self._last_char_class = char_class
130
+
131
+ return self.state
132
+
133
+ def get_confidence(self) -> float:
134
+ if self.state == ProbingState.NOT_ME:
135
+ return 0.01
136
+
137
+ total = sum(self._freq_counter)
138
+ confidence = (
139
+ 0.0
140
+ if total < 0.01
141
+ else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total
142
+ )
143
+ confidence = max(confidence, 0.0)
144
+ # lower the confidence of latin1 so that other more accurate
145
+ # detector can take priority.
146
+ confidence *= 0.73
147
+ return confidence