holylovenia
commited on
Commit
•
dba8831
1
Parent(s):
3e2caa0
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
tags:
|
4 |
+
- machine-translation
|
5 |
+
language:
|
6 |
+
- ind
|
7 |
+
- jav
|
8 |
+
- xdy
|
9 |
+
- bug
|
10 |
+
- sun
|
11 |
+
- mad
|
12 |
+
- bjn
|
13 |
+
- bbc
|
14 |
+
- msa
|
15 |
+
- min
|
16 |
+
---
|
17 |
+
|
18 |
+
# korpus_nusantara
|
19 |
+
|
20 |
+
This parallel corpus was collected from several studies, assignments, and thesis of
|
21 |
+
|
22 |
+
students of the Informatics Study Program, Tanjungpura University. Some of the corpus
|
23 |
+
|
24 |
+
are used in the translation machine from Indonesian to local languages http://nustor.untan.ac.id/cammane/.
|
25 |
+
|
26 |
+
This corpus can be used freely for research purposes by citing the paper
|
27 |
+
|
28 |
+
https://ijece.iaescore.com/index.php/IJECE/article/download/20046/13738.
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
The dataset is a combination of multiple machine translation works from the author,
|
33 |
+
|
34 |
+
Herry Sujaini, covering Indonesian to 25 local dialects in Indonesia. Since not all
|
35 |
+
|
36 |
+
dialects have ISO639-3 standard coding, as agreed with Pak Herry , we decided to
|
37 |
+
|
38 |
+
group the dataset into the closest language family, i.e.: Javanese, Dayak, Buginese,
|
39 |
+
|
40 |
+
Sundanese, Madurese, Banjar, Batak Toba, Khek, Malay, Minangkabau, and Tiociu.
|
41 |
+
|
42 |
+
## Dataset Usage
|
43 |
+
|
44 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
45 |
+
|
46 |
+
## Citation
|
47 |
+
|
48 |
+
```
|
49 |
+
@article{sujaini2020improving,
|
50 |
+
title={Improving the role of language model in statistical machine translation (Indonesian-Javanese)},
|
51 |
+
author={Sujaini, Herry},
|
52 |
+
journal={International Journal of Electrical and Computer Engineering},
|
53 |
+
volume={10},
|
54 |
+
number={2},
|
55 |
+
pages={2102},
|
56 |
+
year={2020},
|
57 |
+
publisher={IAES Institute of Advanced Engineering and Science}
|
58 |
+
}
|
59 |
+
```
|
60 |
+
|
61 |
+
## License
|
62 |
+
|
63 |
+
Unknown
|
64 |
+
|
65 |
+
## Homepage
|
66 |
+
|
67 |
+
[https://github.com/herrysujaini/korpusnusantara](https://github.com/herrysujaini/korpusnusantara)
|
68 |
+
|
69 |
+
### NusaCatalogue
|
70 |
+
|
71 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|