Datasets:
Restored 88,272 additional messages
Browse filesPruned ~100 additional messages
Removed 2 additional edge cases
- CHANGELOG.md +12 -0
- bluemoon.json +2 -2
- dataset.yaml +2 -2
- pack/edge_cases.csv +1 -0
CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
- Removed ~395 block quotes containing usernames. Matches dom `blockquote.bbCodeBlock`
|
2 |
- Move edge cases and spelling replacements to external csvs
|
3 |
---
|
|
|
1 |
+
**Restored 88,272 additional messages.**\
|
2 |
+
*Improved pruning strategy for extraneous participants and consecutive messages*\
|
3 |
+
|
4 |
+
- Extraneous participants with the fewest number of messages are removed.\
|
5 |
+
Consecutive messages are concatenated
|
6 |
+
|
7 |
+
Pruned ~100 additional messages:
|
8 |
+
- Closed\n\n...
|
9 |
+
|
10 |
+
Removed 2 additional edge cases:
|
11 |
+
- Closed.\n
|
12 |
+
---
|
13 |
- Removed ~395 block quotes containing usernames. Matches dom `blockquote.bbCodeBlock`
|
14 |
- Move edge cases and spelling replacements to external csvs
|
15 |
---
|
bluemoon.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1d55fb86b2e4d3e5ec9cbb51e508e96a07ccd015767735e06ad16846988d892
|
3 |
+
size 275021991
|
dataset.yaml
CHANGED
@@ -152,7 +152,7 @@ _steps:
|
|
152 |
action: drop
|
153 |
caseSensitive: false
|
154 |
patterns: [
|
155 |
-
"BUMP", "-BUMP-", "~BUMP~", "Closed...", "Closed", "This thread is closed", "bump.", "*DELETED*",
|
156 |
"...", "Okay... so you didn't make a starting post??", "---", "~~~",
|
157 |
"The End ^^\nshortest RP ever XDD", "the end^^", "i think so^^", "Fin^^", "Fin ^^", "-Placeholder-", "Molly was",
|
158 |
"Hahahaha, Yeah, I was a little confused",
|
@@ -302,6 +302,6 @@ _passes:
|
|
302 |
]
|
303 |
artifacts:
|
304 |
- file: 'out/bluemoon.json'
|
305 |
-
sha512:
|
306 |
|
307 |
passes: [ *clean ]
|
|
|
152 |
action: drop
|
153 |
caseSensitive: false
|
154 |
patterns: [
|
155 |
+
"BUMP", "-BUMP-", "~BUMP~", "Closed...", "Closed", "Closed\n\n...", "This thread is closed", "bump.", "*DELETED*",
|
156 |
"...", "Okay... so you didn't make a starting post??", "---", "~~~",
|
157 |
"The End ^^\nshortest RP ever XDD", "the end^^", "i think so^^", "Fin^^", "Fin ^^", "-Placeholder-", "Molly was",
|
158 |
"Hahahaha, Yeah, I was a little confused",
|
|
|
302 |
]
|
303 |
artifacts:
|
304 |
- file: 'out/bluemoon.json'
|
305 |
+
sha512: 703101a33092f6ed8cdf27da20eb0a1105272ba03b4941654fd7d7357eee6e3287ba12c9d945354443882545d3a7d5f746f64c4b862a78572484ebfedcb5f639
|
306 |
|
307 |
passes: [ *clean ]
|
pack/edge_cases.csv
CHANGED
@@ -58,3 +58,4 @@
|
|
58 |
"Figgure ref",
|
59 |
"This rp will be between the character Gin Ichimaru played by True Decade and an OC of mine.\n\n---",
|
60 |
"now what?))","Continue."
|
|
|
|
58 |
"Figgure ref",
|
59 |
"This rp will be between the character Gin Ichimaru played by True Decade and an OC of mine.\n\n---",
|
60 |
"now what?))","Continue."
|
61 |
+
"Closed.\n",
|