Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -58,13 +58,9 @@ For example:
|
|
58 |
|
59 |
```json
|
60 |
{
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
'en': 'Such is God’s forgiveness.',
|
65 |
-
'ja': 'それは神の赦しの故だ。'
|
66 |
-
}
|
67 |
-
}
|
68 |
```
|
69 |
### Compilation ###
|
70 |
Professor Tanaka's students were given the task of collecting 300 sentence pairs each. After several years, 212,000 sentence pairs had been collected.
|
|
|
58 |
|
59 |
```json
|
60 |
{
|
61 |
+
'en': "He doesn't see his family in his busy life.",
|
62 |
+
'ja': '彼は忙しい生活の中で家族と会うことがない。'
|
63 |
+
}
|
|
|
|
|
|
|
|
|
64 |
```
|
65 |
### Compilation ###
|
66 |
Professor Tanaka's students were given the task of collecting 300 sentence pairs each. After several years, 212,000 sentence pairs had been collected.
|