Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- ko
|
7 |
+
- en
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
---
|
11 |
+
| Column Name | Type | Description | 설명 |
|
12 |
+
|--------------------|-----------------------|--------------------------------------|----------------------------|
|
13 |
+
| Form | `str` | Registered word entry | 단어 |
|
14 |
+
| Part of Speech | `str` or `None` | Part of speech of the word in Korean | 품사 |
|
15 |
+
| Korean Definition | `List[str]` | Definition of the word in Korean | 해당 단어의 한글 정의 |
|
16 |
+
| English Definition | `List[str]` or `None` | Definition of the word in English | 한글 정의의 영문 번역본 |
|
17 |
+
| Usages | `List[str]` or `None` | Sample sentence or dialogue | 해당 단어의 예문 (문장 또는 대화 형식) |
|
18 |
+
| Vocabulary Level | `str` or `None` | Difficulty of the word (3 levels) | 단어의 난이도 ('초급', '중금', '고급') |
|
19 |
+
| Semantic Category | `str` or `None` | Semantic category of the word | 단어 분류 (ex. '자연 > 기상 및 기후') |
|
20 |
+
|
21 |
+
For more information, visit:
|
22 |
+
https://github.com/binjang/NIKL-dictionary-parser
|
23 |
+
https://krdict.korean.go.kr/kor/mainAction
|