Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,27 @@ dataset_info:
|
|
9 |
num_examples: 74936
|
10 |
download_size: 88466367
|
11 |
dataset_size: 198591964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
|
|
13 |
# Dataset Card for "basic_korean_dict"
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
-
[
|
|
|
|
|
|
|
|
9 |
num_examples: 74936
|
10 |
download_size: 88466367
|
11 |
dataset_size: 198591964
|
12 |
+
license: cc-by-sa-3.0
|
13 |
+
task_categories:
|
14 |
+
- table-question-answering
|
15 |
+
- text-generation
|
16 |
+
- text-classification
|
17 |
+
- question-answering
|
18 |
+
language:
|
19 |
+
- ko
|
20 |
+
pretty_name: 한국어기초사전
|
21 |
+
size_categories:
|
22 |
+
- 1M<n<10M
|
23 |
---
|
24 |
+
|
25 |
# Dataset Card for "basic_korean_dict"
|
26 |
+
This dataset is a NLP learnable form of [Korean Basic Dictionary(한국어기초사전)](https://krdict.korean.go.kr/).
|
27 |
+
It follows the [original copyright policy (cc-by-sa-2.0)](https://krdict.korean.go.kr/kboardPolicy/copyRightTermsInfo)
|
28 |
+
Some words have usage examples in other languages, effectively rendering this into a parallel corpus.
|
29 |
+
|
30 |
+
This version is built from xls_20230601
|
31 |
|
32 |
+
[한국어 기초 사전](https://krdict.korean.go.kr/)을 학습 가능한 형태로 처리한 데이터입니다.
|
33 |
+
[한국어 기초 사전](https://krdict.korean.go.kr/kboardPolicy/copyRightTermsInfo)의 저작권을 따릅니다.
|
34 |
+
여러 언어로 이루어진 표제어들이 있어 병렬 말뭉치의 기능이 있습니다.
|
35 |
+
xls_20230601으로부터 생성되었습니다.
|