JohnnyEudora commited on
Commit
942a21f
·
verified ·
1 Parent(s): 66d52cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -5,15 +5,15 @@ license: gpl
5
 
6
  ## Overview
7
 
8
- This repository contains a bilingual translation dataset featuring English and Chinese text pairs. The dataset is designed to assist in the development and testing of machine translation models, as well as to provide a resource for linguistic analysis. The data is presented in a simple CSV format with three columns: Language, Original Text, and Translated Text.
9
 
10
  ## Dataset Structure
11
 
12
  The dataset consists of the following columns:
13
 
14
- - **Language (`语言`)**: Indicates the language of the original text. Values include "English" and "Chinese".
15
- - **Original Text (`原文`)**: Contains the original text in either English or Chinese.
16
- - **Translated Text (`译文`)**: Provides the translation of the original text into the target language.
17
 
18
  ## Usage
19
 
@@ -21,7 +21,7 @@ This dataset can be used for various purposes, including but not limited to:
21
 
22
  - Training and evaluating machine translation models.
23
  - Linguistic analysis and research.
24
- - Comparative studies between English and Chinese text.
25
 
26
  ## License
27
 
 
5
 
6
  ## Overview
7
 
8
+ This repository contains a bilingual translation dataset featuring text pairs translated between multiple languages, including English, Chinese, and French. The dataset is designed to assist in the development and testing of machine translation models, as well as to provide a resource for linguistic analysis. The data is presented in a simple CSV format with three columns: Language, Original Text, and Translated Text.
9
 
10
  ## Dataset Structure
11
 
12
  The dataset consists of the following columns:
13
 
14
+ - **Language (`语言`)**: Indicates the target language of the translation. Values include "English," "Chinese," and "French".
15
+ - **Original Text (`原文`)**: Contains the original text in its source language.
16
+ - **Translated Text (`译文`)**: Provides the translation of the original text into the target language specified in the Language column.
17
 
18
  ## Usage
19
 
 
21
 
22
  - Training and evaluating machine translation models.
23
  - Linguistic analysis and research.
24
+ - Comparative studies between English, Chinese, and French translations.
25
 
26
  ## License
27