Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
* Comments filtering (at least 1% of the number of lines should be comments/docstrings) (on top of near-dedup + line filtering)
|
| 2 |
+
* Stars filtering (minimum of 5 stars) (on top of near-dedup + line filtering)
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
|Language |Volume before filtering | Volume after stars filter | Volume after comments filter|
|
| 6 |
+
|-------|--------|-------|--------|
|
| 7 |
+
|Python | 75.61 GB| 26.56 GB |65.64 GB |
|
| 8 |
+
|Java | 110 GB |35.83 GB |92.7 GB |
|
| 9 |
+
|Javascript | 82.7 GB |20.76 GB |57.5 GB|
|