Datasets:
File size: 2,307 Bytes
4af9bd9 d32236e a522dc2 d32236e a522dc2 8067832 4af9bd9 8067832 |
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 |
---
license: cc-by-sa-4.0
dataset_info:
features:
- name: id
dtype: string
- name: words
sequence: string
- name: lemmas
sequence: string
- name: msds
sequence: string
- name: nes
sequence: string
splits:
- name: train
num_bytes: 2653609
num_examples: 2957
download_size: 2871765
dataset_size: 2653609
task_categories:
- token-classification
language:
- sl
tags:
- code-mixed
- nonstandard
- ner
size_categories:
- 1K<n<10K
---
# Dataset Card for Janes-Tag
### Dataset Summary
Janes-Tag is a manually annotated corpus of Slovene Computer-Mediated Communication (CMC) consisting of mostly tweets but also blogs, forums and news comments.
### Languages
Code-switched/nonstandard Slovenian.
## Dataset Structure
### Data Instances
A sample instance from the dataset - each word is annotated with its form (`word`), lemma, MSD tag (XPOS), and IOB2-encoded named entity tag.
```
{
'id': 'janes.news.rtvslo.279732.2',
'words': ['Jst', 'mam', 'tud', 'dons', 'rojstn', 'dan', '.'],
'lemmas': ['jaz', 'imeti', 'tudi', 'danes', 'rojsten', 'dan', '.'],
'msds': ['mte:Pp1-sn', 'mte:Vmpr1s-n', 'mte:Q', 'mte:Rgp', 'mte:Agpmsay', 'mte:Ncmsan', 'mte:Z'],
'nes': ['O', 'O', 'O', 'O', 'O', 'O', 'O']
}
```
### Data Fields
- `id`: unique identifier of the example;
- `words`: words in the example;
- `lemmas`: lemmas in the example;
- `msds`: msds in the example;
- `nes`: IOB2-encoded named entity tag (person, location, organization, misc, other)
## Additional Information
### Dataset Curators
Jakob Lenardič et al. (please see http://hdl.handle.net/11356/1732 for the full list)
### Licensing Information
CC BY-SA 4.0.
### Citation Information
```
@misc{janes_tag,
title = {{CMC} training corpus Janes-Tag 3.0},
author = {Lenardi{\v c}, Jakob and {\v C}ibej, Jaka and Arhar Holdt, {\v S}pela and Erjavec, Toma{\v z} and Fi{\v s}er, Darja and Ljube{\v s}i{\'c}, Nikola and Zupan, Katja and Dobrovoljc, Kaja},
url = {http://hdl.handle.net/11356/1732},
note = {Slovenian language resource repository {CLARIN}.{SI}},
copyright = {Creative Commons - Attribution-{ShareAlike} 4.0 International ({CC} {BY}-{SA} 4.0)},
year = {2022}
}
```
### Contributions
Thanks to [@matejklemen](https://github.com/matejklemen) for adding this dataset. |