Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
6 |
- name: Title
|
7 |
dtype: string
|
@@ -13,7 +13,7 @@ dataset_info:
|
|
13 |
dtype: string
|
14 |
- name: Irish
|
15 |
dtype: string
|
16 |
-
- name:
|
17 |
dtype: string
|
18 |
- name: Form
|
19 |
dtype: string
|
@@ -45,4 +45,20 @@ language:
|
|
45 |
- ghc
|
46 |
- la
|
47 |
pretty_name: Corpus of Electronic Texts
|
48 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: CELT ID
|
5 |
dtype: string
|
6 |
- name: Title
|
7 |
dtype: string
|
|
|
13 |
dtype: string
|
14 |
- name: Irish
|
15 |
dtype: string
|
16 |
+
- name: Languages
|
17 |
dtype: string
|
18 |
- name: Form
|
19 |
dtype: string
|
|
|
45 |
- ghc
|
46 |
- la
|
47 |
pretty_name: Corpus of Electronic Texts
|
48 |
+
---
|
49 |
+
|
50 |
+
## Citation
|
51 |
+
|
52 |
+
If you are using this dataset, please cite these:
|
53 |
+
|
54 |
+
```
|
55 |
+
@misc{celt1997,
|
56 |
+
title = {{CELT}: {C}orpus of {E}lectronic {T}exts},
|
57 |
+
shorttitle = {{CELT}},
|
58 |
+
author = {Ó Corráin, Donnchadh and Morgan, Hiram and Färber, Beatrix and Hazard, Benjamin and Purcell, Emer and Ó Dónaill, Caoimhín and Lavelle, Hilary and Nyhan, Julianne and McCarthy, Emma},
|
59 |
+
year = 1997,
|
60 |
+
publisher = {University College Cork},
|
61 |
+
url = {http://www.ucc.ie/celt},
|
62 |
+
note = {Accessed: 19 February 2023. Data downloaded: 15 March 2021.}
|
63 |
+
}
|
64 |
+
```
|