Gummybear05 commited on
Commit
19f6527
ยท
verified ยท
1 Parent(s): e419f6d

Upload tokenizer

Browse files
Files changed (5) hide show
  1. README.md +199 -0
  2. added_tokens.json +4 -0
  3. special_tokens_map.json +6 -0
  4. tokenizer_config.json +47 -0
  5. vocab.json +1022 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a ๐Ÿค— transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 1021,
3
+ "<s>": 1020
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "[PAD]",
5
+ "unk_token": "[UNK]"
6
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "1018": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "1019": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "1020": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "1021": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "do_lower_case": false,
39
+ "eos_token": "</s>",
40
+ "model_max_length": 1000000000000000019884624838656,
41
+ "pad_token": "[PAD]",
42
+ "replace_word_delimiter_char": " ",
43
+ "target_lang": null,
44
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
45
+ "unk_token": "[UNK]",
46
+ "word_delimiter_token": "|"
47
+ }
vocab.json ADDED
@@ -0,0 +1,1022 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "(": 1,
3
+ ")": 2,
4
+ ":": 3,
5
+ "N": 4,
6
+ "O": 5,
7
+ "P": 6,
8
+ "S": 7,
9
+ "[PAD]": 1019,
10
+ "[UNK]": 1018,
11
+ "|": 0,
12
+ "๊ฐ€": 8,
13
+ "๊ฐ": 9,
14
+ "๊ฐ„": 10,
15
+ "๊ฐ‡": 11,
16
+ "๊ฐˆ": 12,
17
+ "๊ฐ‰": 13,
18
+ "๊ฐ": 14,
19
+ "๊ฐ‘": 15,
20
+ "๊ฐ’": 16,
21
+ "๊ฐ“": 17,
22
+ "๊ฐ”": 18,
23
+ "๊ฐ•": 19,
24
+ "๊ฐ–": 20,
25
+ "๊ฐ™": 21,
26
+ "๊ฐ›": 22,
27
+ "๊ฐœ": 23,
28
+ "๊ฐ": 24,
29
+ "๊ฐ ": 25,
30
+ "๊ฐฑ": 26,
31
+ "๊ฑ”": 27,
32
+ "๊ฑฐ": 28,
33
+ "๊ฑฑ": 29,
34
+ "๊ฑด": 30,
35
+ "๊ฑท": 31,
36
+ "๊ฑธ": 32,
37
+ "๊ฒ€": 33,
38
+ "๊ฒ": 34,
39
+ "๊ฒƒ": 35,
40
+ "๊ฒ„": 36,
41
+ "๊ฒ‰": 37,
42
+ "๊ฒŒ": 38,
43
+ "๊ฒŸ": 39,
44
+ "๊ฒ ": 40,
45
+ "๊ฒจ": 41,
46
+ "๊ฒฉ": 42,
47
+ "๊ฒช": 43,
48
+ "๊ฒฌ": 44,
49
+ "๊ฒฐ": 45,
50
+ "๊ฒธ": 46,
51
+ "๊ฒน": 47,
52
+ "๊ฒผ": 48,
53
+ "๊ฒฝ": 49,
54
+ "๊ณ„": 50,
55
+ "๊ณ ": 51,
56
+ "๊ณค": 52,
57
+ "๊ณง": 53,
58
+ "๊ณจ": 54,
59
+ "๊ณฐ": 55,
60
+ "๊ณฑ": 56,
61
+ "๊ณณ": 57,
62
+ "๊ณต": 58,
63
+ "๊ณถ": 59,
64
+ "๊ณผ": 60,
65
+ "๊ด€": 61,
66
+ "๊ด‘": 62,
67
+ "๊ดœ": 63,
68
+ "๊ดด": 64,
69
+ "๊ต‰": 65,
70
+ "๊ต": 66,
71
+ "๊ตฌ": 67,
72
+ "๊ตญ": 68,
73
+ "๊ตฐ": 69,
74
+ "๊ตณ": 70,
75
+ "๊ตด": 71,
76
+ "๊ตต": 72,
77
+ "๊ตถ": 73,
78
+ "๊ตฝ": 74,
79
+ "๊ถ": 75,
80
+ "๊ถˆ": 76,
81
+ "๊ถŒ": 77,
82
+ "๊ถ": 78,
83
+ "๊ท€": 79,
84
+ "๊ทœ": 80,
85
+ "๊ท ": 81,
86
+ "๊ทธ": 82,
87
+ "๊ทน": 83,
88
+ "๊ทผ": 84,
89
+ "๊ธ€": 85,
90
+ "๊ธˆ": 86,
91
+ "๊ธ‰": 87,
92
+ "๊ธ": 88,
93
+ "๊ธฐ": 89,
94
+ "๊ธด": 90,
95
+ "๊ธธ": 91,
96
+ "๊น€": 92,
97
+ "๊นƒ": 93,
98
+ "๊นŠ": 94,
99
+ "๊นŒ": 95,
100
+ "๊น": 96,
101
+ "๊นŽ": 97,
102
+ "๊น": 98,
103
+ "๊น”": 99,
104
+ "๊นœ": 100,
105
+ "๊น": 101,
106
+ "๊นฅ": 102,
107
+ "๊นจ": 103,
108
+ "๊นป": 104,
109
+ "๊นผ": 105,
110
+ "๊บผ": 106,
111
+ "๊บฝ": 107,
112
+ "๊บพ": 108,
113
+ "๊ป€": 109,
114
+ "๊ป": 110,
115
+ "๊ป˜": 111,
116
+ "๊ปด": 112,
117
+ "๊ผˆ": 113,
118
+ "๊ผฌ": 114,
119
+ "๊ผญ": 115,
120
+ "๊ฝ": 116,
121
+ "๊ฝƒ": 117,
122
+ "๊ฝค": 118,
123
+ "๊พธ": 119,
124
+ "๊ฟ€": 120,
125
+ "๊ฟˆ": 121,
126
+ "๊ฟ": 122,
127
+ "๊ฟ”": 123,
128
+ "๋€Œ": 124,
129
+ "๋€": 125,
130
+ "๋€”": 126,
131
+ "๋„": 127,
132
+ "๋Š": 128,
133
+ "๋Œ": 129,
134
+ "๋“": 130,
135
+ "๋”": 131,
136
+ "๋—": 132,
137
+ "๋": 133,
138
+ "๋ผ": 134,
139
+ "๋ฝ": 135,
140
+ "๋‚€": 136,
141
+ "๋‚„": 137,
142
+ "๋‚Œ": 138,
143
+ "๋‚˜": 139,
144
+ "๋‚™": 140,
145
+ "๋‚š": 141,
146
+ "๋‚œ": 142,
147
+ "๋‚ ": 143,
148
+ "๋‚ก": 144,
149
+ "๋‚จ": 145,
150
+ "๋‚ซ": 146,
151
+ "๋‚ฌ": 147,
152
+ "๋‚ญ": 148,
153
+ "๋‚ฎ": 149,
154
+ "๋‚ด": 150,
155
+ "๋‚ธ": 151,
156
+ "๋‚ผ": 152,
157
+ "๋ƒ„": 153,
158
+ "๋ƒ…": 154,
159
+ "๋ƒˆ": 155,
160
+ "๋ƒ‰": 156,
161
+ "๋ƒ": 157,
162
+ "๋ƒฅ": 158,
163
+ "๋„ˆ": 159,
164
+ "๋„“": 160,
165
+ "๋„˜": 161,
166
+ "๋„™": 162,
167
+ "๋„ฃ": 163,
168
+ "๋„ค": 164,
169
+ "๋„ท": 165,
170
+ "๋…€": 166,
171
+ "๋…": 167,
172
+ "๋…„": 168,
173
+ "๋…": 169,
174
+ "๋…”": 170,
175
+ "๋…ธ": 171,
176
+ "๋…น": 172,
177
+ "๋…ผ": 173,
178
+ "๋†€": 174,
179
+ "๋†ˆ": 175,
180
+ "๋†": 176,
181
+ "๋†’": 177,
182
+ "๋†“": 178,
183
+ "๋†”": 179,
184
+ "๋†จ": 180,
185
+ "๋‡Œ": 181,
186
+ "๋‡จ": 182,
187
+ "๋ˆ„": 183,
188
+ "๋ˆˆ": 184,
189
+ "๋ˆŒ": 185,
190
+ "๋ˆ ": 186,
191
+ "๋‰ด": 187,
192
+ "๋Š": 188,
193
+ "๋Š”": 189,
194
+ "๋Š˜": 190,
195
+ "๋Š™": 191,
196
+ "๋Šฅ": 192,
197
+ "๋Šฆ": 193,
198
+ "๋Šฌ": 194,
199
+ "๋‹ˆ": 195,
200
+ "๋‹Œ": 196,
201
+ "๋‹": 197,
202
+ "๋‹˜": 198,
203
+ "๋‹": 199,
204
+ "๋‹ค": 200,
205
+ "๋‹ฅ": 201,
206
+ "๋‹จ": 202,
207
+ "๋‹ซ": 203,
208
+ "๋‹ฌ": 204,
209
+ "๋‹ญ": 205,
210
+ "๋‹ฎ": 206,
211
+ "๋‹ด": 207,
212
+ "๋‹ต": 208,
213
+ "๋‹ท": 209,
214
+ "๋‹น": 210,
215
+ "๋‹ฟ": 211,
216
+ "๋Œ€": 212,
217
+ "๋Œ": 213,
218
+ "๋Œ„": 214,
219
+ "๋Œ": 215,
220
+ "๋Œ‘": 216,
221
+ "๋Œ•": 217,
222
+ "๋”": 218,
223
+ "๋•": 219,
224
+ "๋˜": 220,
225
+ "๋œ": 221,
226
+ "๋Ÿ": 222,
227
+ "๋ค": 223,
228
+ "๋ฅ": 224,
229
+ "๋ฉ": 225,
230
+ "๋ฐ": 226,
231
+ "๋ด": 227,
232
+ "๋ธ": 228,
233
+ "๋ŽŒ": 229,
234
+ "๋„": 230,
235
+ "๋…": 231,
236
+ "๋ˆ": 232,
237
+ "๋Œ": 233,
238
+ "๋•": 234,
239
+ "๋™": 235,
240
+ "๋ผ": 236,
241
+ "๋": 237,
242
+ "๋˜": 238,
243
+ "๋œ": 239,
244
+ "๋ ": 240,
245
+ "๋‘": 241,
246
+ "๋‘‘": 242,
247
+ "๋‘”": 243,
248
+ "๋‘˜": 244,
249
+ "๋‘ก": 245,
250
+ "๋‘ฌ": 246,
251
+ "๋’€": 247,
252
+ "๋’ค": 248,
253
+ "๋’ท": 249,
254
+ "๋’น": 250,
255
+ "๋“œ": 251,
256
+ "๋“": 252,
257
+ "๋“ ": 253,
258
+ "๋“ฃ": 254,
259
+ "๋“ค": 255,
260
+ "๋“ฌ": 256,
261
+ "๋“ฏ": 257,
262
+ "๋“ฑ": 258,
263
+ "๋””": 259,
264
+ "๋”˜": 260,
265
+ "๋”œ": 261,
266
+ "๋”ฉ": 262,
267
+ "๋”ช": 263,
268
+ "๋”ฐ": 264,
269
+ "๋”ฑ": 265,
270
+ "๋”ด": 266,
271
+ "๋”ธ": 267,
272
+ "๋•€": 268,
273
+ "๋•…": 269,
274
+ "๋•Œ": 270,
275
+ "๋•": 271,
276
+ "๋•œ": 272,
277
+ "๋•ก": 273,
278
+ "๋– ": 274,
279
+ "๋–ก": 275,
280
+ "๋–ค": 276,
281
+ "๋–จ": 277,
282
+ "๋–ป": 278,
283
+ "๋˜": 279,
284
+ "๋˜‘": 280,
285
+ "๋šฑ": 281,
286
+ "๋›ฐ": 282,
287
+ "๋œจ": 283,
288
+ "๋œฉ": 284,
289
+ "๋œฌ": 285,
290
+ "๋œฏ": 286,
291
+ "๋œฐ": 287,
292
+ "๋œน": 288,
293
+ "๋œป": 289,
294
+ "๋„": 290,
295
+ "๋ ": 291,
296
+ "๋ต": 292,
297
+ "๋ผ": 293,
298
+ "๋ฝ": 294,
299
+ "๋ž€": 295,
300
+ "๋ž„": 296,
301
+ "๋žŒ": 297,
302
+ "๋ž": 298,
303
+ "๋ž": 299,
304
+ "๋ž‘": 300,
305
+ "๋ž—": 301,
306
+ "๋ž˜": 302,
307
+ "๋žœ": 303,
308
+ "๋žจ": 304,
309
+ "๋žซ": 305,
310
+ "๋žฌ": 306,
311
+ "๋žญ": 307,
312
+ "๋žต": 308,
313
+ "๋Ÿ‰": 309,
314
+ "๋Ÿฌ": 310,
315
+ "๋Ÿฐ": 311,
316
+ "๋Ÿด": 312,
317
+ "๋Ÿผ": 313,
318
+ "๋Ÿฝ": 314,
319
+ "๋ €": 315,
320
+ "๋ ": 316,
321
+ "๋ ‡": 317,
322
+ "๋ ˆ": 318,
323
+ "๋ ‰": 319,
324
+ "๋ Œ": 320,
325
+ "๋ ค": 321,
326
+ "๋ ฅ": 322,
327
+ "๋ จ": 323,
328
+ "๋ ฌ": 324,
329
+ "๋ ด": 325,
330
+ "๋ ต": 326,
331
+ "๋ ธ": 327,
332
+ "๋ น": 328,
333
+ "๋ก€": 329,
334
+ "๋กœ": 330,
335
+ "๋ก": 331,
336
+ "๋ก ": 332,
337
+ "๋กค": 333,
338
+ "๋กญ": 334,
339
+ "๋กฏ": 335,
340
+ "๋กฑ": 336,
341
+ "๋ขฐ": 337,
342
+ "๋ฃŒ": 338,
343
+ "๋ฃจ": 339,
344
+ "๋ฃฉ": 340,
345
+ "๋ฃฌ": 341,
346
+ "๋ฃธ": 342,
347
+ "๋ฃป": 343,
348
+ "๋ฅ˜": 344,
349
+ "๋ฅ™": 345,
350
+ "๋ฅœ": 346,
351
+ "๋ฅ ": 347,
352
+ "๋ฅจ": 348,
353
+ "๋ฅญ": 349,
354
+ "๋ฅด": 350,
355
+ "๋ฅธ": 351,
356
+ "๋ฅผ": 352,
357
+ "๋ฆ„": 353,
358
+ "๋ฆ‡": 354,
359
+ "๋ฆ‰": 355,
360
+ "๋ฆŽ": 356,
361
+ "๋ฆฌ": 357,
362
+ "๋ฆฐ": 358,
363
+ "๋ฆด": 359,
364
+ "๋ฆผ": 360,
365
+ "๋ฆฝ": 361,
366
+ "๋ฆฟ": 362,
367
+ "๋ง": 363,
368
+ "๋งˆ": 364,
369
+ "๋ง‰": 365,
370
+ "๋งŒ": 366,
371
+ "๋งŽ": 367,
372
+ "๋ง": 368,
373
+ "๋ง‘": 369,
374
+ "๋ง˜": 370,
375
+ "๋ง™": 371,
376
+ "๋ง›": 372,
377
+ "๋ง": 373,
378
+ "๋งž": 374,
379
+ "๋งฃ": 375,
380
+ "๋งค": 376,
381
+ "๋งฅ": 377,
382
+ "๋งจ": 378,
383
+ "๋งต": 379,
384
+ "๋งน": 380,
385
+ "๋งบ": 381,
386
+ "๋จธ": 382,
387
+ "๋จน": 383,
388
+ "๋จผ": 384,
389
+ "๋ฉ€": 385,
390
+ "๋ฉˆ": 386,
391
+ "๋ฉ‹": 387,
392
+ "๋ฉ": 388,
393
+ "๋ฉ”": 389,
394
+ "๋ฉ˜": 390,
395
+ "๋ฉง": 391,
396
+ "๋ฉฐ": 392,
397
+ "๋ฉด": 393,
398
+ "๋ฉธ": 394,
399
+ "๋ช…": 395,
400
+ "๋ช‡": 396,
401
+ "๋ชจ": 397,
402
+ "๋ชฉ": 398,
403
+ "๋ชฌ": 399,
404
+ "๋ชฐ": 400,
405
+ "๋ชธ": 401,
406
+ "๋ชป": 402,
407
+ "๋ชฝ": 403,
408
+ "๋ฌ˜": 404,
409
+ "๋ฌด": 405,
410
+ "๋ฌต": 406,
411
+ "๋ฌธ": 407,
412
+ "๋ฌผ": 408,
413
+ "๋ญ‡": 409,
414
+ "๋ญ": 410,
415
+ "๋ญ”": 411,
416
+ "๋ญ˜": 412,
417
+ "๋ญก": 413,
418
+ "๋ฎค": 414,
419
+ "๋ฏ„": 415,
420
+ "๋ฏธ": 416,
421
+ "๋ฏน": 417,
422
+ "๋ฏผ": 418,
423
+ "๋ฏฟ": 419,
424
+ "๋ฐ€": 420,
425
+ "๋ฐ‰": 421,
426
+ "๋ฐŒ": 422,
427
+ "๋ฐ": 423,
428
+ "๋ฐ‘": 424,
429
+ "๋ฐ”": 425,
430
+ "๋ฐ•": 426,
431
+ "๋ฐ–": 427,
432
+ "๋ฐ˜": 428,
433
+ "๋ฐ›": 429,
434
+ "๋ฐœ": 430,
435
+ "๋ฐ": 431,
436
+ "๋ฐค": 432,
437
+ "๋ฐฅ": 433,
438
+ "๋ฐฉ": 434,
439
+ "๋ฐญ": 435,
440
+ "๋ฐฐ": 436,
441
+ "๋ฐฑ": 437,
442
+ "๋ฑƒ": 438,
443
+ "๋ฒ„": 439,
444
+ "๋ฒ…": 440,
445
+ "๋ฒˆ": 441,
446
+ "๋ฒŒ": 442,
447
+ "๋ฒ”": 443,
448
+ "๋ฒ•": 444,
449
+ "๋ฒš": 445,
450
+ "๋ฒ ": 446,
451
+ "๋ฒค": 447,
452
+ "๋ฒจ": 448,
453
+ "๋ฒผ": 449,
454
+ "๋ฒฝ": 450,
455
+ "๋ณ€": 451,
456
+ "๋ณ„": 452,
457
+ "๋ณ": 453,
458
+ "๋ณ": 454,
459
+ "๋ณ‘": 455,
460
+ "๋ณด": 456,
461
+ "๋ณต": 457,
462
+ "๋ณถ": 458,
463
+ "๋ณธ": 459,
464
+ "๋ณผ": 460,
465
+ "๋ด„": 461,
466
+ "๋ด‡": 462,
467
+ "๋ด‰": 463,
468
+ "๋ด": 464,
469
+ "๋ดค": 465,
470
+ "๋ถ€": 466,
471
+ "๋ถ": 467,
472
+ "๋ถ„": 468,
473
+ "๋ถˆ": 469,
474
+ "๋ถ‰": 470,
475
+ "๋ถ“": 471,
476
+ "๋ถ•": 472,
477
+ "๋ถ™": 473,
478
+ "๋ท”": 474,
479
+ "๋ธŒ": 475,
480
+ "๋ธ”": 476,
481
+ "๋น„": 477,
482
+ "๋น…": 478,
483
+ "๋นˆ": 479,
484
+ "๋นŒ": 480,
485
+ "๋น™": 481,
486
+ "๋น›": 482,
487
+ "๋น ": 483,
488
+ "๋นก": 484,
489
+ "๋นจ": 485,
490
+ "๋นต": 486,
491
+ "๋นผ": 487,
492
+ "๋นฝ": 488,
493
+ "๋บ€": 489,
494
+ "๋บ„": 490,
495
+ "๋บ": 491,
496
+ "๋ป": 492,
497
+ "๋ป”": 493,
498
+ "๋ปฃ": 494,
499
+ "๋ปค": 495,
500
+ "๋ผˆ": 496,
501
+ "๋ฝ€": 497,
502
+ "๋ฝˆ": 498,
503
+ "๋ฝ‘": 499,
504
+ "๋ฟŒ": 500,
505
+ "๋ฟ": 501,
506
+ "๋ฟ": 502,
507
+ "์˜": 503,
508
+ "์œ": 504,
509
+ "์‚": 505,
510
+ "์‚ฌ": 506,
511
+ "์‚ญ": 507,
512
+ "์‚ฐ": 508,
513
+ "์‚ด": 509,
514
+ "์‚ถ": 510,
515
+ "์‚ผ": 511,
516
+ "์ƒ€": 512,
517
+ "์ƒ": 513,
518
+ "์ƒˆ": 514,
519
+ "์ƒ‰": 515,
520
+ "์ƒ˜": 516,
521
+ "์ƒ": 517,
522
+ "์ƒต": 518,
523
+ "์„œ": 519,
524
+ "์„": 520,
525
+ "์„ž": 521,
526
+ "์„ ": 522,
527
+ "์„ค": 523,
528
+ "์„ฌ": 524,
529
+ "์„ญ": 525,
530
+ "์„ฏ": 526,
531
+ "์„ฑ": 527,
532
+ "์„ธ": 528,
533
+ "์„ผ": 529,
534
+ "์…‹": 530,
535
+ "์…”": 531,
536
+ "์…˜": 532,
537
+ "์…œ": 533,
538
+ "์…จ": 534,
539
+ "์…ฐ": 535,
540
+ "์†Œ": 536,
541
+ "์†": 537,
542
+ "์†": 538,
543
+ "์†”": 539,
544
+ "์†œ": 540,
545
+ "์†Ÿ": 541,
546
+ "์†ก": 542,
547
+ "์†ฅ": 543,
548
+ "์‡„": 544,
549
+ "์‡ ": 545,
550
+ "์‡ผ": 546,
551
+ "์ˆ": 547,
552
+ "์ˆ˜": 548,
553
+ "์ˆ™": 549,
554
+ "์ˆœ": 550,
555
+ "์ˆŸ": 551,
556
+ "์ˆ ": 552,
557
+ "์ˆจ": 553,
558
+ "์ˆญ": 554,
559
+ "์ˆฒ": 555,
560
+ "์‰": 556,
561
+ "์‰ฌ": 557,
562
+ "์‰ด": 558,
563
+ "์‰ฝ": 559,
564
+ "์Š": 560,
565
+ "์Š˜": 561,
566
+ "์Šค": 562,
567
+ "์Šจ": 563,
568
+ "์Šฌ": 564,
569
+ "์Šญ": 565,
570
+ "์Šด": 566,
571
+ "์Šต": 567,
572
+ "์Šท": 568,
573
+ "์Šน": 569,
574
+ "์‹œ": 570,
575
+ "์‹": 571,
576
+ "์‹ ": 572,
577
+ "์‹ค": 573,
578
+ "์‹ซ": 574,
579
+ "์‹ฌ": 575,
580
+ "์‹ญ": 576,
581
+ "์‹ฑ": 577,
582
+ "์‹ถ": 578,
583
+ "์‹ธ": 579,
584
+ "์‹น": 580,
585
+ "์‹ผ": 581,
586
+ "์Œˆ": 582,
587
+ "์ŒŒ": 583,
588
+ "์Œค": 584,
589
+ "์จ": 585,
590
+ "์ฉ": 586,
591
+ "์ฌ": 587,
592
+ "์ฐ": 588,
593
+ "์ผ": 589,
594
+ "์Ž„": 590,
595
+ "์Ÿ": 591,
596
+ "์‘ค": 592,
597
+ "์‘ฅ": 593,
598
+ "์“ฐ": 594,
599
+ "์“ด": 595,
600
+ "์“ธ": 596,
601
+ "์”€": 597,
602
+ "์”Œ": 598,
603
+ "์”จ": 599,
604
+ "์”ฉ": 600,
605
+ "์”ฌ": 601,
606
+ "์”น": 602,
607
+ "์”ป": 603,
608
+ "์•„": 604,
609
+ "์•…": 605,
610
+ "์•ˆ": 606,
611
+ "์•‰": 607,
612
+ "์•Š": 608,
613
+ "์•Œ": 609,
614
+ "์•“": 610,
615
+ "์•”": 611,
616
+ "์••": 612,
617
+ "์•—": 613,
618
+ "์•˜": 614,
619
+ "์•ž": 615,
620
+ "์• ": 616,
621
+ "์•ก": 617,
622
+ "์•ค": 618,
623
+ "์•จ": 619,
624
+ "์•ผ": 620,
625
+ "์•ฝ": 621,
626
+ "์–‡": 622,
627
+ "์–‘": 623,
628
+ "์–—": 624,
629
+ "์–˜": 625,
630
+ "์–ด": 626,
631
+ "์–ต": 627,
632
+ "์–ธ": 628,
633
+ "์–ป": 629,
634
+ "์–ผ": 630,
635
+ "์—„": 631,
636
+ "์—…": 632,
637
+ "์—†": 633,
638
+ "์—‡": 634,
639
+ "์—ˆ": 635,
640
+ "์—‰": 636,
641
+ "์—Š": 637,
642
+ "์—Ž": 638,
643
+ "์—": 639,
644
+ "์—‘": 640,
645
+ "์—”": 641,
646
+ "์—˜": 642,
647
+ "์—ฌ": 643,
648
+ "์—ญ": 644,
649
+ "์—ฎ": 645,
650
+ "์—ฐ": 646,
651
+ "์—ด": 647,
652
+ "์—ผ": 648,
653
+ "์—ฝ": 649,
654
+ "์˜€": 650,
655
+ "์˜": 651,
656
+ "์˜†": 652,
657
+ "์˜ˆ": 653,
658
+ "์˜›": 654,
659
+ "์˜ค": 655,
660
+ "์˜ฅ": 656,
661
+ "์˜จ": 657,
662
+ "์˜ฌ": 658,
663
+ "์˜ท": 659,
664
+ "์™€": 660,
665
+ "์™„": 661,
666
+ "์™“": 662,
667
+ "์™”": 663,
668
+ "์™•": 664,
669
+ "์™œ": 665,
670
+ "์™ธ": 666,
671
+ "์š”": 667,
672
+ "์š•": 668,
673
+ "์šœ": 669,
674
+ "์šฉ": 670,
675
+ "์šฐ": 671,
676
+ "์šฑ": 672,
677
+ "์šด": 673,
678
+ "์šธ": 674,
679
+ "์›€": 675,
680
+ "์›ƒ": 676,
681
+ "์›…": 677,
682
+ "์›Œ": 678,
683
+ "์›": 679,
684
+ "์›”": 680,
685
+ "์› ": 681,
686
+ "์›จ": 682,
687
+ "์›ฌ": 683,
688
+ "์œ„": 684,
689
+ "์œ ": 685,
690
+ "์œก": 686,
691
+ "์œค": 687,
692
+ "์œจ": 688,
693
+ "์œผ": 689,
694
+ "์€": 690,
695
+ "์„": 691,
696
+ "์Œ": 692,
697
+ "์‘": 693,
698
+ "์˜": 694,
699
+ "์ด": 695,
700
+ "์ต": 696,
701
+ "์ธ": 697,
702
+ "์ผ": 698,
703
+ "์ฝ": 699,
704
+ "์ž„": 700,
705
+ "์ž…": 701,
706
+ "์ž‡": 702,
707
+ "์žˆ": 703,
708
+ "์žŠ": 704,
709
+ "์žŽ": 705,
710
+ "์ž": 706,
711
+ "์ž‘": 707,
712
+ "์ž”": 708,
713
+ "์ž–": 709,
714
+ "์ž˜": 710,
715
+ "์ž ": 711,
716
+ "์žก": 712,
717
+ "์žฃ": 713,
718
+ "์žฅ": 714,
719
+ "์žฌ": 715,
720
+ "์Ÿ": 716,
721
+ "์ €": 717,
722
+ "์ ": 718,
723
+ "์ „": 719,
724
+ "์ ˆ": 720,
725
+ "์ Š": 721,
726
+ "์ ": 722,
727
+ "์ ‘": 723,
728
+ "์ “": 724,
729
+ "์ •": 725,
730
+ "์ –": 726,
731
+ "์ œ": 727,
732
+ "์  ": 728,
733
+ "์ ธ": 729,
734
+ "์กŒ": 730,
735
+ "์กฐ": 731,
736
+ "์กฑ": 732,
737
+ "์กด": 733,
738
+ "์กธ": 734,
739
+ "์ข€": 735,
740
+ "์ข": 736,
741
+ "์ข…": 737,
742
+ "์ข‹": 738,
743
+ "์ขŒ": 739,
744
+ "์ฃ ": 740,
745
+ "์ฃผ": 741,
746
+ "์ฃฝ": 742,
747
+ "์ค€": 743,
748
+ "์ค„": 744,
749
+ "์คŒ": 745,
750
+ "์ค‘": 746,
751
+ "์ค˜": 747,
752
+ "์คฌ": 748,
753
+ "์ฅ": 749,
754
+ "์ฆˆ": 750,
755
+ "์ฆ‰": 751,
756
+ "์ฆŒ": 752,
757
+ "์ฆ": 753,
758
+ "์ฆ˜": 754,
759
+ "์ฆ™": 755,
760
+ "์ฆ": 756,
761
+ "์ง€": 757,
762
+ "์ง": 758,
763
+ "์ง„": 759,
764
+ "์งˆ": 760,
765
+ "์ง‘": 761,
766
+ "์ง“": 762,
767
+ "์ง•": 763,
768
+ "์งœ": 764,
769
+ "์ง": 765,
770
+ "์ง ": 766,
771
+ "์งง": 767,
772
+ "์งฐ": 768,
773
+ "์งฑ": 769,
774
+ "์งธ": 770,
775
+ "์จŒ": 771,
776
+ "์ฉ": 772,
777
+ "์ฉ”": 773,
778
+ "์ฉœ": 774,
779
+ "์ช„": 775,
780
+ "์ช˜": 776,
781
+ "์ชผ": 777,
782
+ "์ชฝ": 778,
783
+ "์ซ„": 779,
784
+ "์ซŒ": 780,
785
+ "์ซ™": 781,
786
+ "์ฌ": 782,
787
+ "์ญ‰": 783,
788
+ "์ฏค": 784,
789
+ "์ฐŒ": 785,
790
+ "์ฐ": 786,
791
+ "์ฐ": 787,
792
+ "์ฐ”": 788,
793
+ "์ฐœ": 789,
794
+ "์ฐ": 790,
795
+ "์ฐข": 791,
796
+ "์ฐจ": 792,
797
+ "์ฐฉ": 793,
798
+ "์ฐฌ": 794,
799
+ "์ฐฎ": 795,
800
+ "์ฐฐ": 796,
801
+ "์ฐธ": 797,
802
+ "์ฐป": 798,
803
+ "์ฐฝ": 799,
804
+ "์ฐพ": 800,
805
+ "์ฑ„": 801,
806
+ "์ฑ…": 802,
807
+ "์ฑ™": 803,
808
+ "์ฒ˜": 804,
809
+ "์ฒ™": 805,
810
+ "์ฒœ": 806,
811
+ "์ฒ ": 807,
812
+ "์ฒจ": 808,
813
+ "์ฒฉ": 809,
814
+ "์ฒซ": 810,
815
+ "์ฒญ": 811,
816
+ "์ฒด": 812,
817
+ "์ณ": 813,
818
+ "์ณค": 814,
819
+ "์ดˆ": 815,
820
+ "์ด": 816,
821
+ "์ดฌ": 817,
822
+ "์ตœ": 818,
823
+ "์ถ”": 819,
824
+ "์ถ•": 820,
825
+ "์ถ˜": 821,
826
+ "์ถœ": 822,
827
+ "์ถค": 823,
828
+ "์ถฅ": 824,
829
+ "์ถง": 825,
830
+ "์ถฉ": 826,
831
+ "์ถฐ": 827,
832
+ "์ท„": 828,
833
+ "์ทŒ": 829,
834
+ "์ทจ": 830,
835
+ "์ธก": 831,
836
+ "์ธฐ": 832,
837
+ "์ธต": 833,
838
+ "์น˜": 834,
839
+ "์น™": 835,
840
+ "์นœ": 836,
841
+ "์น ": 837,
842
+ "์นก": 838,
843
+ "์นจ": 839,
844
+ "์นซ": 840,
845
+ "์นญ": 841,
846
+ "์นด": 842,
847
+ "์นต": 843,
848
+ "์นธ": 844,
849
+ "์นผ": 845,
850
+ "์บ‰": 846,
851
+ "์บ": 847,
852
+ "์บ ": 848,
853
+ "์บก": 849,
854
+ "์บค": 850,
855
+ "์ปค": 851,
856
+ "์ปจ": 852,
857
+ "์ปฌ": 853,
858
+ "์ปด": 854,
859
+ "์ปท": 855,
860
+ "์ปธ": 856,
861
+ "์ผ€": 857,
862
+ "์ผ“": 858,
863
+ "์ผœ": 859,
864
+ "์ผฐ": 860,
865
+ "์ฝ”": 861,
866
+ "์ฝ•": 862,
867
+ "์ฝ˜": 863,
868
+ "์ฝœ": 864,
869
+ "์ฝฉ": 865,
870
+ "์พŒ": 866,
871
+ "์ฟ ": 867,
872
+ "์ฟผ": 868,
873
+ "ํ€ด": 869,
874
+ "ํฌ": 870,
875
+ "ํฐ": 871,
876
+ "ํด": 872,
877
+ "ํผ": 873,
878
+ "ํ‚ค": 874,
879
+ "ํ‚จ": 875,
880
+ "ํ‚ฌ": 876,
881
+ "ํ‚น": 877,
882
+ "ํƒ€": 878,
883
+ "ํƒ": 879,
884
+ "ํƒ„": 880,
885
+ "ํƒˆ": 881,
886
+ "ํƒ": 882,
887
+ "ํƒ‘": 883,
888
+ "ํƒ”": 884,
889
+ "ํƒ•": 885,
890
+ "ํƒœ": 886,
891
+ "ํƒ": 887,
892
+ "ํƒฌ": 888,
893
+ "ํ„ฐ": 889,
894
+ "ํ„ด": 890,
895
+ "ํ„ธ": 891,
896
+ "ํ…": 892,
897
+ "ํ…ƒ": 893,
898
+ "ํ……": 894,
899
+ "ํ…Œ": 895,
900
+ "ํ…": 896,
901
+ "ํ…": 897,
902
+ "ํ…”": 898,
903
+ "ํ…œ": 899,
904
+ "ํ† ": 900,
905
+ "ํ†ก": 901,
906
+ "ํ†ค": 902,
907
+ "ํ†ต": 903,
908
+ "ํ‡ด": 904,
909
+ "ํˆฌ": 905,
910
+ "ํˆญ": 906,
911
+ "ํ‰": 907,
912
+ "ํŠ€": 908,
913
+ "ํŠˆ": 909,
914
+ "ํŠœ": 910,
915
+ "ํŠธ": 911,
916
+ "ํŠน": 912,
917
+ "ํŠผ": 913,
918
+ "ํŠฟ": 914,
919
+ "ํ‹€": 915,
920
+ "ํ‹ฐ": 916,
921
+ "ํ‹ฑ": 917,
922
+ "ํ‹ด": 918,
923
+ "ํŒ€": 919,
924
+ "ํŒ…": 920,
925
+ "ํŒŒ": 921,
926
+ "ํŒ": 922,
927
+ "ํŒ": 923,
928
+ "ํŒ”": 924,
929
+ "ํŒ ": 925,
930
+ "ํŒฅ": 926,
931
+ "ํŒจ": 927,
932
+ "ํŒฐ": 928,
933
+ "ํผ": 929,
934
+ "ํŽŒ": 930,
935
+ "ํŽ˜": 931,
936
+ "ํŽœ": 932,
937
+ "ํŽธ": 933,
938
+ "ํ‰": 934,
939
+ "ํ": 935,
940
+ "ํฌ": 936,
941
+ "ํญ": 937,
942
+ "ํฐ": 938,
943
+ "ํผ": 939,
944
+ "ํ‘œ": 940,
945
+ "ํ‘ธ": 941,
946
+ "ํ‘น": 942,
947
+ "ํ‘ผ": 943,
948
+ "ํ’€": 944,
949
+ "ํ’ˆ": 945,
950
+ "ํ’": 946,
951
+ "ํ“จ": 947,
952
+ "ํ”„": 948,
953
+ "ํ”ˆ": 949,
954
+ "ํ”Œ": 950,
955
+ "ํ”ผ": 951,
956
+ "ํ•„": 952,
957
+ "ํ•": 953,
958
+ "ํ•": 954,
959
+ "ํ•‘": 955,
960
+ "ํ•˜": 956,
961
+ "ํ•™": 957,
962
+ "ํ•œ": 958,
963
+ "ํ• ": 959,
964
+ "ํ•จ": 960,
965
+ "ํ•ฉ": 961,
966
+ "ํ•ซ": 962,
967
+ "ํ•ญ": 963,
968
+ "ํ•ด": 964,
969
+ "ํ•ธ": 965,
970
+ "ํ–„": 966,
971
+ "ํ–‡": 967,
972
+ "ํ–ˆ": 968,
973
+ "ํ–‰": 969,
974
+ "ํ–ฅ": 970,
975
+ "ํ—ˆ": 971,
976
+ "ํ—": 972,
977
+ "ํ—˜": 973,
978
+ "ํ—ค": 974,
979
+ "ํ—ฌ": 975,
980
+ "ํ˜€": 976,
981
+ "ํ˜„": 977,
982
+ "ํ˜ˆ": 978,
983
+ "ํ˜‘": 979,
984
+ "ํ˜”": 980,
985
+ "ํ˜•": 981,
986
+ "ํ˜œ": 982,
987
+ "ํ˜ธ": 983,
988
+ "ํ˜น": 984,
989
+ "ํ˜ผ": 985,
990
+ "ํ™ˆ": 986,
991
+ "ํ™‰": 987,
992
+ "ํ™": 988,
993
+ "ํ™”": 989,
994
+ "ํ™•": 990,
995
+ "ํ™˜": 991,
996
+ "ํ™œ": 992,
997
+ "ํ™ฉ": 993,
998
+ "ํšŒ": 994,
999
+ "ํš": 995,
1000
+ "ํšŸ": 996,
1001
+ "ํšก": 997,
1002
+ "ํšจ": 998,
1003
+ "ํ›„": 999,
1004
+ "ํ›ˆ": 1000,
1005
+ "ํ›Œ": 1001,
1006
+ "ํ›จ": 1002,
1007
+ "ํœ™": 1003,
1008
+ "ํœด": 1004,
1009
+ "ํ‰": 1005,
1010
+ "ํ": 1006,
1011
+ "ํ”": 1007,
1012
+ "ํ˜": 1008,
1013
+ "ํ™": 1009,
1014
+ "ํก": 1010,
1015
+ "ํฅ": 1011,
1016
+ "ํฉ": 1012,
1017
+ "ํฌ": 1013,
1018
+ "ํžˆ": 1014,
1019
+ "ํžŒ": 1015,
1020
+ "ํž": 1016,
1021
+ "ํž˜": 1017
1022
+ }