Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ size_categories:
|
|
16 |
| Korean Definition | `List[str]` | Definition of the word in Korean | 해당 단어의 한글 정의 |
|
17 |
| English Definition | `List[str]` or `None` | Definition of the word in English | 한글 정의의 영문 번역본 |
|
18 |
| Usages | `List[str]` or `None` | Sample sentence or dialogue | 해당 단어의 예문 (문장 또는 대화 형식) |
|
19 |
-
| Vocabulary Level | `str` or `None` | Difficulty of the word (3 levels) | 단어의 난이도 ('초급', '
|
20 |
| Semantic Category | `str` or `None` | Semantic category of the word | 단어 분류 (ex. '자연 > 기상 및 기후') |
|
21 |
|
22 |
For more information, visit:
|
|
|
16 |
| Korean Definition | `List[str]` | Definition of the word in Korean | 해당 단어의 한글 정의 |
|
17 |
| English Definition | `List[str]` or `None` | Definition of the word in English | 한글 정의의 영문 번역본 |
|
18 |
| Usages | `List[str]` or `None` | Sample sentence or dialogue | 해당 단어의 예문 (문장 또는 대화 형식) |
|
19 |
+
| Vocabulary Level | `str` or `None` | Difficulty of the word (3 levels) | 단어의 난이도 ('초급', '중급', '고급') |
|
20 |
| Semantic Category | `str` or `None` | Semantic category of the word | 단어 분류 (ex. '자연 > 기상 및 기후') |
|
21 |
|
22 |
For more information, visit:
|