Skip to content

Commit 4f2a380

Browse files
committed
Change github download url list filename
The filenmae is far from the actual url list: original name | lines | new name ---------------------------------------- c100.txt | 6306 | c1000.txt cpp100.txt | 13915 | cpp10000.txt java10.txt | 73783 | java10000.txt
1 parent 42e068d commit 4f2a380

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ statements that appear in C programs.*
142142

143143
If you want to use your own repository for mining patterns, jump to Step 1.2.
144144

145-
1.1 __Downloading Top-100 GitHub repos for C language__
145+
1.1 __Downloading Top-1000 GitHub repos for C language__
146146

147-
Steps below show how to download Top-100 GitHub repos for C language
148-
(`c100.txt`) and generate training data. `training_repo_dir` is a directory
147+
Steps below show how to download Top-1000 GitHub repos for C language
148+
(`c1000.txt`) and generate training data. `training_repo_dir` is a directory
149149
where the command below will clone all the repos.
150150

151151
```
152152
$ cd github
153-
$ python download_repos.py -f c100.txt -o <training_repo_dir> -m clone -p 5
153+
$ python download_repos.py -f c1000.txt -o <training_repo_dir> -m clone -p 5
154154
```
155155

156156
1.2 __Mining patterns from downloaded repositories__
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)