Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ configs:
|
|
30 |
|
31 |
Cleaned JParaCrawl data.
|
32 |
For more information, see website below!
|
33 |
-
[https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/]
|
34 |
|
35 |
JParaCrawl is the largest publicly available English-Japanese parallel corpus created by NTT.
|
36 |
It was created by largely crawling the web and automatically aligning parallel sentences.
|
@@ -53,17 +53,13 @@ For example:
|
|
53 |
|
54 |
```json
|
55 |
{
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
'en': 'Such is God’s forgiveness.',
|
60 |
-
'ja': 'それは神の赦しの故だ。'
|
61 |
-
}
|
62 |
-
}
|
63 |
```
|
64 |
### Licensing Information ###
|
65 |
-
|
66 |
-
Check the [https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/].
|
67 |
|
68 |
### Data Splits
|
69 |
Only a `train` split is provided.
|
|
|
30 |
|
31 |
Cleaned JParaCrawl data.
|
32 |
For more information, see website below!
|
33 |
+
**[https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/](https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/)**
|
34 |
|
35 |
JParaCrawl is the largest publicly available English-Japanese parallel corpus created by NTT.
|
36 |
It was created by largely crawling the web and automatically aligning parallel sentences.
|
|
|
53 |
|
54 |
```json
|
55 |
{
|
56 |
+
'en': 'Of course, we’ll keep the important stuff, but we’ll try to sell as much as possible of the stuff we don’t need. afterwards I feel like we can save money by reducing things and making life related patterns too.',
|
57 |
+
'ja': 'もちろん大切なものは取っておきますが、なくても困らないものはなるべく売るようにします。 さいごに ものを減らして、生活関連もパターン化することでお金は貯まる気がしています。'
|
58 |
+
}
|
|
|
|
|
|
|
|
|
59 |
```
|
60 |
### Licensing Information ###
|
61 |
+
JParaCrawl is distributed under its own licence.
|
62 |
+
Check the **[https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/](https://www.kecl.ntt.co.jp/icl/lirg/jparacrawl/)**.
|
63 |
|
64 |
### Data Splits
|
65 |
Only a `train` split is provided.
|