File size: 1,747 Bytes
3d9acc0
 
 
 
 
 
 
3fb125c
 
 
 
b77137f
 
3fb125c
b77137f
 
3fb125c
b77137f
3fb125c
 
 
 
b77137f
3fb125c
 
 
 
b77137f
 
3fb125c
 
 
 
 
 
 
 
 
 
 
b77137f
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
license: cc0-1.0
task_categories:
- translation
language:
- en
- zh
---

# Cantonese_English_Translation

## Overview | 總括
This dataset provides parallel text translations between Cantonese and English, suitable for research and development in natural language processing and machine translation. | 呢個資料庫提供廣東話同英文嘅對應翻譯,啱晒用嚟做語言處理同機器翻譯嘅研究同開發。

## Dataset Structure | 資料組織
- **english_cantonese_translation.csv**: Contains two fields: "english" and "cantonese". | 有兩個位: "english" 同 "cantonese"。

## Usage Example | 用法例子

```python
import pandas as pd

# Load the dataset | 落嗰啲資料入去
data = pd.read_csv('path/to/english_cantonese_translation.csv')
print(data.head())
```

## License | 許可證
This dataset is licensed under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). | 呢個資料集係用 [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) 許可證授權嘅。

## Citation | 引用
```
@misc{lordjia_cantonese_english_translation,
  author = {Jia Chao},
  title = {Cantonese_English_Translation},
  year = {2023},
  url = {https://huggingface.co./datasets/lordjia/Cantonese_English_Translation},
}
```

## Acknowledgments | 多謝
This dataset is based on [raptorkwok/cantonese-traditional-chinese-parallel-corpus](https://huggingface.co./datasets/raptorkwok/cantonese-traditional-chinese-parallel-corpus). Special thanks to the contributors of the original dataset. | 呢個資料集係基於 [raptorkwok/cantonese-traditional-chinese-parallel-corpus](https://huggingface.co./datasets/raptorkwok/cantonese-traditional-chinese-parallel-corpus) ,特别多謝原來資料庫嘅贡献者。