lordjia commited on
Commit
3fb125c
1 Parent(s): 78dc6e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -5,4 +5,38 @@ task_categories:
5
  language:
6
  - en
7
  - zh
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  - zh
8
+ ---
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
+ ```
33
+ @misc{lordjia_cantonese_english_translation,
34
+ author = {Jia Chao},
35
+ title = {Cantonese_English_Translation},
36
+ year = {2023},
37
+ url = {https://huggingface.co/datasets/lordjia/Cantonese_English_Translation},
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) 制作,特别鸣谢原始数据集嘅贡献者。