Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -9,24 +9,24 @@ language:
|
|
9 |
|
10 |
# Cantonese_English_Translation
|
11 |
|
12 |
-
## Overview |
|
13 |
-
This dataset provides parallel text translations between Cantonese and English, suitable for research and development in natural language processing and machine translation. |
|
14 |
|
15 |
-
## Dataset Structure |
|
16 |
-
- **english_cantonese_translation.csv**: Contains two fields: "english" and "cantonese". |
|
17 |
|
18 |
-
## Usage Example |
|
19 |
|
20 |
```python
|
21 |
import pandas as pd
|
22 |
|
23 |
-
# Load the dataset |
|
24 |
data = pd.read_csv('path/to/english_cantonese_translation.csv')
|
25 |
print(data.head())
|
26 |
```
|
27 |
|
28 |
-
## License |
|
29 |
-
This dataset is licensed under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). |
|
30 |
|
31 |
## Citation | 引用
|
32 |
```
|
@@ -38,5 +38,5 @@ This dataset is licensed under [CC0 1.0](https://creativecommons.org/publicdomai
|
|
38 |
}
|
39 |
```
|
40 |
|
41 |
-
## Acknowledgments |
|
42 |
-
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. |
|
|
|
9 |
|
10 |
# Cantonese_English_Translation
|
11 |
|
12 |
+
## Overview | 總括
|
13 |
+
This dataset provides parallel text translations between Cantonese and English, suitable for research and development in natural language processing and machine translation. | 呢個資料庫提供廣東話同英文嘅對應翻譯,啱晒用嚟做語言處理同機器翻譯嘅研究同開發。
|
14 |
|
15 |
+
## Dataset Structure | 資料組織
|
16 |
+
- **english_cantonese_translation.csv**: Contains two fields: "english" and "cantonese". | 有兩個位: "english" 同 "cantonese"。
|
17 |
|
18 |
+
## Usage Example | 用法例子
|
19 |
|
20 |
```python
|
21 |
import pandas as pd
|
22 |
|
23 |
+
# Load the dataset | 落嗰啲資料入去
|
24 |
data = pd.read_csv('path/to/english_cantonese_translation.csv')
|
25 |
print(data.head())
|
26 |
```
|
27 |
|
28 |
+
## License | 許可證
|
29 |
+
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/) 許可證授權嘅。
|
30 |
|
31 |
## Citation | 引用
|
32 |
```
|
|
|
38 |
}
|
39 |
```
|
40 |
|
41 |
+
## Acknowledgments | 多謝
|
42 |
+
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) ,特别多謝原來資料庫嘅贡献者。
|