tans1q commited on
Commit
9cb18c8
1 Parent(s): eb1c0f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -11,4 +11,31 @@ tags:
11
  - tatar
12
  - parallel-corpus
13
  pretty_name: Tatar-English parallel language corpus
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - tatar
12
  - parallel-corpus
13
  pretty_name: Tatar-English parallel language corpus
14
+ ---
15
+ The **Tatar-English Parallel Corpus** is a collection of parallel sentences in Tatar and English. It is designed to facilitate research and development in machine translation, natural language processing (NLP), and multilingual studies. This dataset contains aligned Tatar-English sentence pairs that can be used for training and evaluating machine translation models, cross-lingual tasks, and linguistic analysis of the Tatar language.
16
+
17
+ ## Languages
18
+
19
+ - **Tatar**: ISO 639-1 code `tt`
20
+ - **English**: ISO 639-1 code `en`
21
+
22
+ ## Dataset Creation
23
+
24
+ The dataset was created through automatic alignment of bilingual texts sourced from publicly available materials, including news articles, books, and other open resources. Post-processing was applied to ensure the quality of alignment.
25
+
26
+ ## Licensing
27
+
28
+ This dataset is available under the [MIT License]. Users are free to use, modify, and distribute the dataset as long as proper credit is given.
29
+
30
+ ## Citation
31
+
32
+ If you use this dataset in your research or project, please cite:
33
+
34
+ ```
35
+ @misc{tatar_english_parallel_corpus,
36
+ author = {Neurotatarlar},
37
+ title = {Tatar-English Parallel Corpus},
38
+ year = {2024},
39
+ url = {https://huggingface.co/datasets/neurotatarlar/tt-en-language-corpus}
40
+ }
41
+ ```