Gummybear05 commited on
Commit
e899215
ยท
verified ยท
1 Parent(s): 494c071

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 +1102 -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>": 1101,
3
+ "<s>": 1100
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
+ "1098": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "1099": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "1100": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "1101": {
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,1102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "(": 1,
3
+ ")": 2,
4
+ ":": 3,
5
+ "N": 4,
6
+ "O": 5,
7
+ "P": 6,
8
+ "S": 7,
9
+ "[PAD]": 1099,
10
+ "[UNK]": 1098,
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
+ "ํ’€": 1018,
1023
+ "ํ’ˆ": 1019,
1024
+ "ํ’": 1020,
1025
+ "ํ“จ": 1021,
1026
+ "ํ”„": 1022,
1027
+ "ํ”ˆ": 1023,
1028
+ "ํ”Œ": 1024,
1029
+ "ํ”ผ": 1025,
1030
+ "ํ”ฝ": 1026,
1031
+ "ํ•„": 1027,
1032
+ "ํ•": 1028,
1033
+ "ํ•": 1029,
1034
+ "ํ•‘": 1030,
1035
+ "ํ•˜": 1031,
1036
+ "ํ•™": 1032,
1037
+ "ํ•œ": 1033,
1038
+ "ํ• ": 1034,
1039
+ "ํ•จ": 1035,
1040
+ "ํ•ฉ": 1036,
1041
+ "ํ•ซ": 1037,
1042
+ "ํ•ญ": 1038,
1043
+ "ํ•ด": 1039,
1044
+ "ํ•ธ": 1040,
1045
+ "ํ–„": 1041,
1046
+ "ํ–‡": 1042,
1047
+ "ํ–ˆ": 1043,
1048
+ "ํ–‰": 1044,
1049
+ "ํ–ฅ": 1045,
1050
+ "ํ—ˆ": 1046,
1051
+ "ํ—Œ": 1047,
1052
+ "ํ—": 1048,
1053
+ "ํ—˜": 1049,
1054
+ "ํ—ค": 1050,
1055
+ "ํ—ฌ": 1051,
1056
+ "ํ˜€": 1052,
1057
+ "ํ˜„": 1053,
1058
+ "ํ˜ˆ": 1054,
1059
+ "ํ˜‘": 1055,
1060
+ "ํ˜”": 1056,
1061
+ "ํ˜•": 1057,
1062
+ "ํ˜œ": 1058,
1063
+ "ํ˜ธ": 1059,
1064
+ "ํ˜น": 1060,
1065
+ "ํ˜ผ": 1061,
1066
+ "ํ™€": 1062,
1067
+ "ํ™ˆ": 1063,
1068
+ "ํ™‰": 1064,
1069
+ "ํ™": 1065,
1070
+ "ํ™”": 1066,
1071
+ "ํ™•": 1067,
1072
+ "ํ™˜": 1068,
1073
+ "ํ™œ": 1069,
1074
+ "ํ™ฉ": 1070,
1075
+ "ํšŒ": 1071,
1076
+ "ํš": 1072,
1077
+ "ํšŸ": 1073,
1078
+ "ํšก": 1074,
1079
+ "ํšจ": 1075,
1080
+ "ํ›„": 1076,
1081
+ "ํ›…": 1077,
1082
+ "ํ›ˆ": 1078,
1083
+ "ํ›Œ": 1079,
1084
+ "ํ›”": 1080,
1085
+ "ํ›จ": 1081,
1086
+ "ํœ™": 1082,
1087
+ "ํœด": 1083,
1088
+ "ํ‰": 1084,
1089
+ "ํ": 1085,
1090
+ "ํ‘": 1086,
1091
+ "ํ”": 1087,
1092
+ "ํ˜": 1088,
1093
+ "ํ™": 1089,
1094
+ "ํก": 1090,
1095
+ "ํฅ": 1091,
1096
+ "ํฉ": 1092,
1097
+ "ํฌ": 1093,
1098
+ "ํžˆ": 1094,
1099
+ "ํžŒ": 1095,
1100
+ "ํž": 1096,
1101
+ "ํž˜": 1097
1102
+ }