Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
size_categories:
|
| 6 |
+
- 100M<n<1B
|
| 7 |
+
---
|
| 8 |
+
- removed markdown formatting, links, emojis, multiple white spaces
|
| 9 |
+
- replaced user and channel tags with @user and #channel
|
| 10 |
+
- deduplicated (not fuzzy only exact)
|
| 11 |
+
- basic filtering:
|
| 12 |
+
- word count filter(min_words=3, max_words=200)
|
| 13 |
+
- mean word length filter(min_mean_word_length=2.0, max_mean_word_length=12.0)
|
| 14 |
+
- long word filter(max_word_length=200)
|
| 15 |
+
- whitespace filter (max_white_space_ratio=0.25)
|