Datasets:

Languages:
Afrikaans
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
87ad41f
1 Parent(s): 58eb3b7

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -20,6 +20,7 @@ task_ids:
20
  pretty_name: Afrikaans Ner Corpus
21
  license_details: Creative Commons Attribution 2.5 South Africa License
22
  dataset_info:
 
23
  features:
24
  - name: id
25
  dtype: string
@@ -38,13 +39,18 @@ dataset_info:
38
  '6': I-LOC
39
  '7': B-MISC
40
  '8': I-MISC
41
- config_name: afrikaans_ner_corpus
42
  splits:
43
  - name: train
44
- num_bytes: 4025667
45
  num_examples: 8962
46
- download_size: 25748344
47
- dataset_size: 4025667
 
 
 
 
 
 
48
  ---
49
 
50
  # Dataset Card for Afrikaans Ner Corpus
 
20
  pretty_name: Afrikaans Ner Corpus
21
  license_details: Creative Commons Attribution 2.5 South Africa License
22
  dataset_info:
23
+ config_name: afrikaans_ner_corpus
24
  features:
25
  - name: id
26
  dtype: string
 
39
  '6': I-LOC
40
  '7': B-MISC
41
  '8': I-MISC
 
42
  splits:
43
  - name: train
44
+ num_bytes: 4025651
45
  num_examples: 8962
46
+ download_size: 944804
47
+ dataset_size: 4025651
48
+ configs:
49
+ - config_name: afrikaans_ner_corpus
50
+ data_files:
51
+ - split: train
52
+ path: afrikaans_ner_corpus/train-*
53
+ default: true
54
  ---
55
 
56
  # Dataset Card for Afrikaans Ner Corpus
afrikaans_ner_corpus/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaee22630406daa12b3f9444f5a555b919b0ffc880764fedc1fed36514fe3881
3
+ size 944804
dataset_infos.json CHANGED
@@ -1 +1,58 @@
1
- {"afrikaans_ner_corpus": {"description": "Named entity annotated data from the NCHLT Text Resource Development: Phase II Project, annotated with PERSON, LOCATION, ORGANISATION and MISCELLANEOUS tags.\n", "citation": "@inproceedings{afrikaans_ner_corpus,\n author = {\tGerhard van Huyssteen and\n Martin Puttkammer and\n E.B. Trollip and\n J.C. Liversage and\n Roald Eiselen},\n title = {NCHLT Afrikaans Named Entity Annotated Corpus},\n booktitle = {Eiselen, R. 2016. Government domain named entity recognition for South African languages. Proceedings of the 10th Language Resource and Evaluation Conference, Portoro\u017e, Slovenia.},\n year = {2016},\n url = {https://repo.sadilar.org/handle/20.500.12185/299},\n}\n", "homepage": "https://repo.sadilar.org/handle/20.500.12185/299", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 9, "names": ["OUT", "B-PERS", "I-PERS", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC", "I-MISC"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "afrikaans_ner_corpus", "config_name": "afrikaans_ner_corpus", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4025667, "num_examples": 8962, "dataset_name": "afrikaans_ner_corpus"}}, "download_checksums": {"https://repo.sadilar.org/bitstream/handle/20.500.12185/299/nchlt_afrikaans_named_entity_annotated_corpus.zip?sequence=3&isAllowed=y": {"num_bytes": 25748344, "checksum": "cd609b86c1ab5505f24a5a2ca8b2ceb023fcd779b86ecf94c467b7f085c80ed9"}}, "download_size": 25748344, "post_processing_size": null, "dataset_size": 4025667, "size_in_bytes": 29774011}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "afrikaans_ner_corpus": {
3
+ "description": "Named entity annotated data from the NCHLT Text Resource Development: Phase II Project, annotated with PERSON, LOCATION, ORGANISATION and MISCELLANEOUS tags.\n",
4
+ "citation": "@inproceedings{afrikaans_ner_corpus,\n author = {\tGerhard van Huyssteen and\n Martin Puttkammer and\n E.B. Trollip and\n J.C. Liversage and\n Roald Eiselen},\n title = {NCHLT Afrikaans Named Entity Annotated Corpus},\n booktitle = {Eiselen, R. 2016. Government domain named entity recognition for South African languages. Proceedings of the 10th Language Resource and Evaluation Conference, Portoro\u017e, Slovenia.},\n year = {2016},\n url = {https://repo.sadilar.org/handle/20.500.12185/299},\n}\n",
5
+ "homepage": "https://repo.sadilar.org/handle/20.500.12185/299",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "tokens": {
13
+ "feature": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "_type": "Sequence"
18
+ },
19
+ "ner_tags": {
20
+ "feature": {
21
+ "names": [
22
+ "OUT",
23
+ "B-PERS",
24
+ "I-PERS",
25
+ "B-ORG",
26
+ "I-ORG",
27
+ "B-LOC",
28
+ "I-LOC",
29
+ "B-MISC",
30
+ "I-MISC"
31
+ ],
32
+ "_type": "ClassLabel"
33
+ },
34
+ "_type": "Sequence"
35
+ }
36
+ },
37
+ "builder_name": "parquet",
38
+ "dataset_name": "afrikaans_ner_corpus",
39
+ "config_name": "afrikaans_ner_corpus",
40
+ "version": {
41
+ "version_str": "1.0.0",
42
+ "major": 1,
43
+ "minor": 0,
44
+ "patch": 0
45
+ },
46
+ "splits": {
47
+ "train": {
48
+ "name": "train",
49
+ "num_bytes": 4025651,
50
+ "num_examples": 8962,
51
+ "dataset_name": null
52
+ }
53
+ },
54
+ "download_size": 944804,
55
+ "dataset_size": 4025651,
56
+ "size_in_bytes": 4970455
57
+ }
58
+ }