Citation added
Browse files
README.md
CHANGED
@@ -20,4 +20,19 @@ The dataset contains 6339 training samples, 815 validation samples and 785 test
|
|
20 |
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
|
21 |
list of tokens ('tokens'), list of normalised tokens ('norms'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
|
22 |
list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
|
23 |
-
and list of IOB tags ('iob\_tags'), which are encoded as class labels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
|
21 |
list of tokens ('tokens'), list of normalised tokens ('norms'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
|
22 |
list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
|
23 |
+
and list of IOB tags ('iob\_tags'), which are encoded as class labels.
|
24 |
+
|
25 |
+
If you are using this dataset in your research, please cite the following paper:
|
26 |
+
|
27 |
+
```
|
28 |
+
@article{Miličević_Ljubešić_2016,
|
29 |
+
title={Tviterasi, tviteraši or twitteraši? Producing and analysing a normalised dataset of Croatian and Serbian tweets},
|
30 |
+
volume={4},
|
31 |
+
url={https://revije.ff.uni-lj.si/slovenscina2/article/view/7007}, DOI={10.4312/slo2.0.2016.2.156-188},
|
32 |
+
number={2},
|
33 |
+
journal={Slovenščina 2.0: empirical, applied and interdisciplinary research},
|
34 |
+
author={Miličević, Maja and Ljubešić, Nikola},
|
35 |
+
year={2016},
|
36 |
+
month={Sep.},
|
37 |
+
pages={156–188} }
|
38 |
+
```
|