File size: 2,450 Bytes
3ee4a86 beb59ba 3ee4a86 beb59ba 3ee4a86 beb59ba 6f9d16f beb59ba 6f9d16f 3ee4a86 beb59ba eeba90e 53ec078 3ee4a86 53ec078 c8175e7 53ec078 eeba90e 53ec078 d71de7b 53ec078 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
---
language:
- ko
license: cc-by-sa-4.0
size_categories:
- 1K<n<10K
dataset_info:
- config_name: wikisource
features:
- name: title
dtype: string
- name: description
dtype: string
- name: license
struct:
- name: accessed_at
dtype: string
- name: original_source
struct:
- name: author
dtype: string
- name: source
dtype: string
- name: wiki_source_link
dtype: string
- name: text
dtype: string
- name: meta
struct:
- name: page
dtype: int64
- name: year
dtype: float64
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 18590137
num_examples: 7077
download_size: 6189434
dataset_size: 18590137
- config_name: wikisource_v2
features:
- name: title
dtype: string
- name: description
dtype: string
- name: license
struct:
- name: accessed_at
dtype: string
- name: original_source
struct:
- name: author
dtype: string
- name: source
dtype: string
- name: wiki_source_link
dtype: string
- name: text
dtype: string
- name: meta
struct:
- name: page
dtype: int64
- name: year
dtype: float64
splits:
- name: train
num_bytes: 36345475
num_examples: 7615
download_size: 12957836
dataset_size: 36345475
configs:
- config_name: wikisource
data_files:
- split: train
path: wikisource/train-*
- config_name: wikisource_v2
data_files:
- split: train
path: wikisource_v2/train-*
default: true
tags:
- oldhangul
---
# 옛한글 데이터셋
original(HERE) | [cleaned](/datasets/devngho/oldhangul-dataset-cleaned)
위키문헌을 기반으로 구축한 옛한글 데이터셋
## 불러오기
```py
from datasets import load_dataset
ds = load_dataset("devngho/oldhangul-dataset", "wikisource_v2")
```
## 라이선스
### 데이터셋
[CC BY-SA 4.0 DEED](https://creativecommons.org/licenses/by-sa/4.0/deed.ko)
### 자료
위키문헌 기여자, [위키문헌](https://ko.wikisource.org/wiki/%EC%9C%84%ED%82%A4%EB%AC%B8%ED%97%8C:%EB%8C%80%EB%AC%B8) / [CC BY-SA 4.0 DEED](https://creativecommons.org/licenses/by-sa/4.0/deed.ko)
`cleaned` 버전은 한자 비율이 20% 이상인 것을 걸러내고 `<br>`, 여러 줄의 `\n` 등을 정리했습니다.
데이터의 `license` 필드에서 위키문헌 링크와 원본 자료 위치를 확인할 수 있습니다. |