hpprc commited on
Commit
f6dd575
·
verified ·
1 Parent(s): 12e7591

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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
- Download dataset
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