Gummybear05
commited on
Commit
•
5f19b48
1
Parent(s):
b7920d5
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 +1173 -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>": 1172,
|
3 |
+
"<s>": 1171
|
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 |
+
"1169": {
|
4 |
+
"content": "[UNK]",
|
5 |
+
"lstrip": true,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": true,
|
8 |
+
"single_word": false,
|
9 |
+
"special": false
|
10 |
+
},
|
11 |
+
"1170": {
|
12 |
+
"content": "[PAD]",
|
13 |
+
"lstrip": true,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": true,
|
16 |
+
"single_word": false,
|
17 |
+
"special": false
|
18 |
+
},
|
19 |
+
"1171": {
|
20 |
+
"content": "<s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"1172": {
|
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": true,
|
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,1173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"(": 1,
|
3 |
+
")": 2,
|
4 |
+
":": 3,
|
5 |
+
"N": 4,
|
6 |
+
"O": 5,
|
7 |
+
"P": 6,
|
8 |
+
"S": 7,
|
9 |
+
"[PAD]": 1170,
|
10 |
+
"[UNK]": 1169,
|
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 |
+
"학": 1098,
|
1103 |
+
"한": 1099,
|
1104 |
+
"할": 1100,
|
1105 |
+
"함": 1101,
|
1106 |
+
"합": 1102,
|
1107 |
+
"핫": 1103,
|
1108 |
+
"항": 1104,
|
1109 |
+
"해": 1105,
|
1110 |
+
"핸": 1106,
|
1111 |
+
"햄": 1107,
|
1112 |
+
"햇": 1108,
|
1113 |
+
"했": 1109,
|
1114 |
+
"행": 1110,
|
1115 |
+
"향": 1111,
|
1116 |
+
"허": 1112,
|
1117 |
+
"헌": 1113,
|
1118 |
+
"헐": 1114,
|
1119 |
+
"험": 1115,
|
1120 |
+
"헛": 1116,
|
1121 |
+
"헝": 1117,
|
1122 |
+
"헤": 1118,
|
1123 |
+
"헬": 1119,
|
1124 |
+
"헹": 1120,
|
1125 |
+
"혀": 1121,
|
1126 |
+
"현": 1122,
|
1127 |
+
"혈": 1123,
|
1128 |
+
"협": 1124,
|
1129 |
+
"혔": 1125,
|
1130 |
+
"형": 1126,
|
1131 |
+
"혜": 1127,
|
1132 |
+
"호": 1128,
|
1133 |
+
"혹": 1129,
|
1134 |
+
"혼": 1130,
|
1135 |
+
"홀": 1131,
|
1136 |
+
"홈": 1132,
|
1137 |
+
"홉": 1133,
|
1138 |
+
"홍": 1134,
|
1139 |
+
"화": 1135,
|
1140 |
+
"확": 1136,
|
1141 |
+
"환": 1137,
|
1142 |
+
"활": 1138,
|
1143 |
+
"황": 1139,
|
1144 |
+
"회": 1140,
|
1145 |
+
"획": 1141,
|
1146 |
+
"횟": 1142,
|
1147 |
+
"횡": 1143,
|
1148 |
+
"효": 1144,
|
1149 |
+
"후": 1145,
|
1150 |
+
"훅": 1146,
|
1151 |
+
"훈": 1147,
|
1152 |
+
"훌": 1148,
|
1153 |
+
"훑": 1149,
|
1154 |
+
"훔": 1150,
|
1155 |
+
"훨": 1151,
|
1156 |
+
"휘": 1152,
|
1157 |
+
"휙": 1153,
|
1158 |
+
"휴": 1154,
|
1159 |
+
"흉": 1155,
|
1160 |
+
"흐": 1156,
|
1161 |
+
"흑": 1157,
|
1162 |
+
"흔": 1158,
|
1163 |
+
"흘": 1159,
|
1164 |
+
"흙": 1160,
|
1165 |
+
"흡": 1161,
|
1166 |
+
"흥": 1162,
|
1167 |
+
"흩": 1163,
|
1168 |
+
"희": 1164,
|
1169 |
+
"히": 1165,
|
1170 |
+
"힌": 1166,
|
1171 |
+
"힐": 1167,
|
1172 |
+
"힘": 1168
|
1173 |
+
}
|