Commit
·
5042efe
1
Parent(s):
8d71410
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- machine-translation
|
| 4 |
+
language:
|
| 5 |
+
- ind
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# id_panl_bppt
|
| 9 |
+
|
| 10 |
+
Parallel Text Corpora for Multi-Domain Translation System created by BPPT (Indonesian Agency for the Assessment and
|
| 11 |
+
|
| 12 |
+
Application of Technology) for PAN Localization Project (A Regional Initiative to Develop Local Language Computing
|
| 13 |
+
|
| 14 |
+
Capacity in Asia). The dataset contains about 24K sentences in English and Bahasa Indonesia from 4 different topics
|
| 15 |
+
|
| 16 |
+
(Economy, International Affairs, Science & Technology, and Sports).
|
| 17 |
+
|
| 18 |
+
## Dataset Usage
|
| 19 |
+
|
| 20 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
| 21 |
+
|
| 22 |
+
## Citation
|
| 23 |
+
|
| 24 |
+
```
|
| 25 |
+
@inproceedings{id_panl_bppt,
|
| 26 |
+
author = {PAN Localization - BPPT},
|
| 27 |
+
title = {Parallel Text Corpora, English Indonesian},
|
| 28 |
+
year = {2009},
|
| 29 |
+
url = {http://digilib.bppt.go.id/sampul/p92-budiono.pdf},
|
| 30 |
+
}
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
## Homepage
|
| 35 |
+
|
| 36 |
+
[http://digilib.bppt.go.id/sampul/p92-budiono.pdf](http://digilib.bppt.go.id/sampul/p92-budiono.pdf)
|
| 37 |
+
|
| 38 |
+
### NusaCatalogue
|
| 39 |
+
|
| 40 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|