danielshaps commited on
Commit
e925a90
·
verified ·
1 Parent(s): 39b7a49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -24
README.md CHANGED
@@ -1,24 +1,58 @@
1
- ---
2
- license: cc-by-2.5
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: document_id
11
- dtype: int64
12
- - name: document_filename
13
- dtype: string
14
- - name: line_id
15
- dtype: int64
16
- - name: text
17
- dtype: string
18
- splits:
19
- - name: train
20
- num_bytes: 19194376
21
- num_examples: 76299
22
- download_size: 7431353
23
- dataset_size: 19194376
24
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-2.5
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: document_id
11
+ dtype: int64
12
+ - name: document_filename
13
+ dtype: string
14
+ - name: line_id
15
+ dtype: int64
16
+ - name: text
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 19194376
21
+ num_examples: 76299
22
+ download_size: 7431353
23
+ dataset_size: 19194376
24
+ language:
25
+ - af
26
+ pretty_name: NCHLT Text Corpora -- Afrikaans
27
+ ---
28
+ # NCHLT Text Corpora -- Afrikaans
29
+
30
+ This is the Afrikaans language part of the NCHLT Text Corpora of the South African languages.
31
+
32
+ Language code (ISO 639): `afr`
33
+
34
+ URI: <https://hdl.handle.net/20.500.12185/293>
35
+
36
+ ## Licence:
37
+
38
+ Creative Commons Attribution 2.5 South Africa (CC BY 2.5 ZA): <http://creativecommons.org/licenses/by/2.5/za/legalcode>
39
+
40
+ ## Attribution:
41
+
42
+ South African Department of Arts and Culture & Centre for Text Technology (CTexT, North-West University, South Africa)
43
+
44
+ <http://www.nwu.ac.za/ctext>
45
+
46
+
47
+ ## Citation Information:
48
+
49
+ ```
50
+ @inproceedings{eiselen2014nchlt,
51
+ title={{Developing text resources for ten South African languages}},
52
+ author={Eiselen, E. R. and Puttkammer M. J.},
53
+ booktitle={Proceedings of the 9th International Conference on Language Resources and Evaluation},
54
+ address={Reykjavik, Iceland},
55
+ pages={3698-3703},
56
+ year={2014}
57
+ }
58
+ ```