badranx commited on
Commit
73941b5
1 Parent(s): 718f85d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ This enables you to load any raw mono corpus from [opus.nlpl.eu](https://opus.nl
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
- ##Example:
8
  ```python
9
  dataset = load_dataset('badranx/opus_raw', corpus="News-Commentary v16", lang="de")
10
  ```
 
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
+ ## Example:
8
  ```python
9
  dataset = load_dataset('badranx/opus_raw', corpus="News-Commentary v16", lang="de")
10
  ```