Gummybear05
commited on
Upload tokenizer
Browse files- README.md +199 -0
- added_tokens.json +4 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +47 -0
- 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 |
+
}
|