holylovenia
commited on
Commit
•
33e265f
1
Parent(s):
15202a0
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- machine-translation
|
4 |
+
language:
|
5 |
+
- eng
|
6 |
+
- ind
|
7 |
+
- jpn
|
8 |
+
- kor
|
9 |
+
- myn
|
10 |
+
- tha
|
11 |
+
- vie
|
12 |
+
- zsm
|
13 |
+
---
|
14 |
+
|
15 |
+
# talpco
|
16 |
+
|
17 |
+
The TUFS Asian Language Parallel Corpus (TALPCo) is an open parallel corpus consisting of Japanese sentences
|
18 |
+
|
19 |
+
and their translations into Korean, Burmese (Myanmar; the official language of the Republic of the Union of Myanmar),
|
20 |
+
|
21 |
+
Malay (the national language of Malaysia, Singapore and Brunei), Indonesian, Thai, Vietnamese and English.
|
22 |
+
|
23 |
+
## Dataset Usage
|
24 |
+
|
25 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
26 |
+
|
27 |
+
## Citation
|
28 |
+
|
29 |
+
```
|
30 |
+
@article{published_papers/22434604,
|
31 |
+
title = {TUFS Asian Language Parallel Corpus (TALPCo)},
|
32 |
+
author = {Hiroki Nomoto and Kenji Okano and David Moeljadi and Hideo Sawada},
|
33 |
+
journal = {言語処理学会 第24回年次大会 発表論文集},
|
34 |
+
pages = {436--439},
|
35 |
+
year = {2018}
|
36 |
+
}
|
37 |
+
@article{published_papers/22434603,
|
38 |
+
title = {Interpersonal meaning annotation for Asian language corpora: The case of TUFS Asian Language Parallel Corpus (TALPCo)},
|
39 |
+
author = {Hiroki Nomoto and Kenji Okano and Sunisa Wittayapanyanon and Junta Nomura},
|
40 |
+
journal = {言語処理学会 第25回年次大会 発表論文集},
|
41 |
+
pages = {846--849},
|
42 |
+
year = {2019}
|
43 |
+
}
|
44 |
+
```
|
45 |
+
|
46 |
+
## License
|
47 |
+
|
48 |
+
CC-BY 4.0
|
49 |
+
|
50 |
+
## Homepage
|
51 |
+
|
52 |
+
[https://github.com/matbahasa/TALPCo](https://github.com/matbahasa/TALPCo)
|
53 |
+
|
54 |
+
### NusaCatalogue
|
55 |
+
|
56 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|