dipteshkanojia commited on
Commit
ab5140b
1 Parent(s): 03202ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,4 +1,9 @@
1
- # IIT Bombay English-Hindi Corpus
 
 
 
 
 
2
 
3
  ## About
4
 
@@ -6,15 +11,18 @@ The IIT Bombay English-Hindi corpus contains parallel corpus for English-Hindi a
6
 
7
  The complete details of this corpus are available at [this URL](https://www.cfilt.iitb.ac.in/iitb_parallel/). We also provide this parallel corpus via browser download from the same URL. We also provide a monolingual Hindi corpus on the same URL.
8
 
 
 
 
 
9
  ## Usage
10
- You can also find some useful instructions and sample code for the usage of this corpus here:
11
  [https://github.com/cfiltnlp/IITB-English-Hindi-PC](https://github.com/cfiltnlp/IITB-English-Hindi-PC)
12
 
13
  ## Other
14
  You can find a catalogue of other English-Hindi and other Indian language parallel corpora here: [Indic NLP Catalog](https://github.com/indicnlpweb/indicnlp_catalog)
15
- Version 3.1 - December 2021 - Added 49,400 sentence pairs to the parallel corpus.
16
 
17
- ## Cite
18
 
19
  If you use this corpus or its derivate resources for your research, kindly cite it as follows:
20
 
 
1
+ # IITB-English-Hindi Parallel Corpus
2
+
3
+ [![GitHub issues](https://img.shields.io/github/issues/cfiltnlp/IITB-English-Hindi-PC?style=flat-square)](https://github.com/cfiltnlp/IITB-English-Hindi-PC/issues)
4
+ [![GitHub forks](https://img.shields.io/github/forks/cfiltnlp/IITB-English-Hindi-PC?style=flat-square)](https://github.com/cfiltnlp/IITB-English-Hindi-PC/network)
5
+ [![GitHub stars](https://img.shields.io/github/stars/cfiltnlp/IITB-English-Hindi-PC?style=flat-square)](https://github.com/cfiltnlp/IITB-English-Hindi-PC/stargazers)
6
+ [![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
7
 
8
  ## About
9
 
 
11
 
12
  The complete details of this corpus are available at [this URL](https://www.cfilt.iitb.ac.in/iitb_parallel/). We also provide this parallel corpus via browser download from the same URL. We also provide a monolingual Hindi corpus on the same URL.
13
 
14
+ ### Recent Updates
15
+ * Version 3.1 - December 2021 - Added 49,400 sentence pairs to the parallel corpus.
16
+ * Version 3.0 - August 2020 - Added ~47,000 sentence pairs to the parallel corpus.
17
+
18
  ## Usage
19
+ We provide a notebook that shows how to import the IITB English-Hindi Parallel Corpus from the HuggingFace datasets repository. The notebook also shows how to segment the corpus using BPE tokenization which can be used to train an English-Hindi MT System.
20
  [https://github.com/cfiltnlp/IITB-English-Hindi-PC](https://github.com/cfiltnlp/IITB-English-Hindi-PC)
21
 
22
  ## Other
23
  You can find a catalogue of other English-Hindi and other Indian language parallel corpora here: [Indic NLP Catalog](https://github.com/indicnlpweb/indicnlp_catalog)
 
24
 
25
+ ## Citation
26
 
27
  If you use this corpus or its derivate resources for your research, kindly cite it as follows:
28