badranx commited on
Commit
fabb911
1 Parent(s): cd9a333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ OPUS provides many parallel corpora, but it has more data for a single language.
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
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, because this targets different datasets at once. You must provide two parameters as configurations: corpus and lang, see the example below.
8
 
9
  ## Example:
10
  ```python