Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,14 +35,12 @@ HF Datasets version of [Tanaka Corpus](http://www.edrdg.org/wiki/index.php/Tanak
|
|
| 35 |
|
| 36 |
## Preprocess for HF Datasets
|
| 37 |
|
| 38 |
-
|
| 39 |
|
| 40 |
```bash
|
| 41 |
wget ftp://ftp.edrdg.org/pub/Nihongo/examples.utf.gz
|
| 42 |
```
|
| 43 |
|
| 44 |
-
then,
|
| 45 |
-
|
| 46 |
```python
|
| 47 |
import re
|
| 48 |
from pathlib import Path
|
|
|
|
| 35 |
|
| 36 |
## Preprocess for HF Datasets
|
| 37 |
|
| 38 |
+
以下の内容でオリジナルデータを前処理しました。
|
| 39 |
|
| 40 |
```bash
|
| 41 |
wget ftp://ftp.edrdg.org/pub/Nihongo/examples.utf.gz
|
| 42 |
```
|
| 43 |
|
|
|
|
|
|
|
| 44 |
```python
|
| 45 |
import re
|
| 46 |
from pathlib import Path
|