badranx commited on
Commit
cd9a333
1 Parent(s): 0aa9c7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ## Load mono corpora from OPUS
2
 
3
- This enables you to load any raw mono corpus from [opus.nlpl.eu](https://opus.nlpl.eu/). Please check [opus.nlpl.eu](https://opus.nlpl.eu/) for the available corpora and licenses. The targeted corpus is called raw corpus on OPUS.
4
 
5
  To use it, you need the name of the corpus, the version, and the target language code. The corpus name and version are provided in one string seperated by space (e.g. 'News-Commentary v16'). All of these can be found on [opus.nlpl.eu](https://opus.nlpl.eu/).
6
 
7
- I didn't provide any default dataset. You must provide two parameters as configurations: corpus and lang, see example below.
8
 
9
  ## Example:
10
  ```python
1
  ## Load mono corpora from OPUS
2
 
3
+ OPUS provides many parallel corpora, but it has more data for a single language. This enables you to load any raw mono corpus from [opus.nlpl.eu](https://opus.nlpl.eu/). Please check [opus.nlpl.eu](https://opus.nlpl.eu/) for the available corpora and licenses. The targeted corpus is called raw corpus on OPUS.
4
 
5
  To use it, you need the name of the corpus, the version, and the target language code. The corpus name and version are provided in one string seperated by space (e.g. 'News-Commentary v16'). All of these can be found on [opus.nlpl.eu](https://opus.nlpl.eu/).
6
 
7
+ I didn't provide any default dataset, since this loads target different datasets at once. You must provide two parameters as configurations: corpus and lang, see the example below.
8
 
9
  ## Example:
10
  ```python