Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Afrikaans
Size:
1K - 10K
License:
Commit
•
87ad41f
1
Parent(s):
58eb3b7
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +10 -4
- afrikaans_ner_corpus/train-00000-of-00001.parquet +3 -0
- dataset_infos.json +58 -1
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:
|
45 |
num_examples: 8962
|
46 |
-
download_size:
|
47 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|