holylovenia
commited on
Commit
•
3da97e1
1
Parent(s):
7ac19b2
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,4 +3,45 @@ tags:
|
|
3 |
- pos-tagging
|
4 |
language:
|
5 |
- sun
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- pos-tagging
|
4 |
language:
|
5 |
- sun
|
6 |
+
---
|
7 |
+
|
8 |
+
This dataset contains 3616 lines of Sundanese sentences taken from several online magazines (Mangle, Dewan Dakwah Jabar, and Balebat). Annotated with PoS Labels by several undergraduates of the Sundanese Language Education Study Program (PPBS), UPI Bandung.
|
9 |
+
|
10 |
+
|
11 |
+
## Dataset Usage
|
12 |
+
|
13 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
14 |
+
|
15 |
+
## Citation
|
16 |
+
|
17 |
+
```@data{FK2/VTAHRH_2022,
|
18 |
+
author = {ARDIYANTI SURYANI, ARIE and Widyantoro, Dwi Hendratmo and Purwarianti, Ayu and Sudaryat, Yayat},
|
19 |
+
publisher = {Telkom University Dataverse},
|
20 |
+
title = {{PoSTagged Sundanese Monolingual Corpus}},
|
21 |
+
year = {2022},
|
22 |
+
version = {DRAFT VERSION},
|
23 |
+
doi = {10.34820/FK2/VTAHRH},
|
24 |
+
url = {https://doi.org/10.34820/FK2/VTAHRH}
|
25 |
+
}
|
26 |
+
|
27 |
+
@INPROCEEDINGS{7437678,
|
28 |
+
author={Suryani, Arie Ardiyanti and Widyantoro, Dwi Hendratmo and Purwarianti, Ayu and Sudaryat, Yayat},
|
29 |
+
booktitle={2015 International Conference on Information Technology Systems and Innovation (ICITSI)},
|
30 |
+
title={Experiment on a phrase-based statistical machine translation using PoS Tag information for Sundanese into Indonesian},
|
31 |
+
year={2015},
|
32 |
+
volume={},
|
33 |
+
number={},
|
34 |
+
pages={1-6},
|
35 |
+
doi={10.1109/ICITSI.2015.7437678}
|
36 |
+
}
|
37 |
+
```
|
38 |
+
|
39 |
+
## License
|
40 |
+
|
41 |
+
CC0 - "Public Domain Dedication"
|
42 |
+
|
43 |
+
## Homepage
|
44 |
+
|
45 |
+
### NusaCatalogue
|
46 |
+
|
47 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|