Datasets:
Removed ~395 block quotes containing usernames. Matches dom `blockquote.bbCodeBlock`
Browse files- CHANGELOG.md +2 -5
- bluemoon.json +2 -2
- dataset.yaml +2 -1
- pack/edge_cases.csv +0 -1
CHANGELOG.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
-
|
|
|
2 |
---
|
3 |
- Fix some incorrectly escaped edge cases
|
4 |
- Updated descriptor for new pipeline
|
@@ -35,8 +36,4 @@ Pruned 4 additional messages:
|
|
35 |
Known issues:
|
36 |
- 3 Messages containing only `))`
|
37 |
*Pending additional conversation flow transformers and last message matching*
|
38 |
-
- Edge cases around "randomname98766789 said:\nIzzy325 said:\n"
|
39 |
-
*This previously proceded something like 'Moved from PMs to thread'*
|
40 |
-
- More weird mixed context around usernames
|
41 |
-
*They just seem to be random comments, not clear yet. Needs a username extraction or pattern(s) that excludes character sheets. Maybe possible to strip with HTML DOM queries.*
|
42 |
___
|
|
|
1 |
+
- Removed ~395 block quotes containing usernames. Matches dom `blockquote.bbCodeBlock`
|
2 |
+
- Move edge cases and spelling replacements to external csvs
|
3 |
---
|
4 |
- Fix some incorrectly escaped edge cases
|
5 |
- Updated descriptor for new pipeline
|
|
|
36 |
Known issues:
|
37 |
- 3 Messages containing only `))`
|
38 |
*Pending additional conversation flow transformers and last message matching*
|
|
|
|
|
|
|
|
|
39 |
___
|
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:81bb8fea44810415ed2b09f561433b5eb58a84a5e8f071674f1b0bfcf862a5c3
|
3 |
+
size 221739420
|
dataset.yaml
CHANGED
@@ -87,6 +87,7 @@ _steps:
|
|
87 |
description: "Strip HTML"
|
88 |
config:
|
89 |
stripAnchorPatterns: [ '/', '.jpg', '.JPG', '.png', '.PNG', '.gif', '.GIF' ]
|
|
|
90 |
|
91 |
- step: &ooc_strip
|
92 |
type: RegexReplace
|
@@ -301,6 +302,6 @@ _passes:
|
|
301 |
]
|
302 |
artifacts:
|
303 |
- file: 'out/bluemoon.json'
|
304 |
-
sha512:
|
305 |
|
306 |
passes: [ *clean ]
|
|
|
87 |
description: "Strip HTML"
|
88 |
config:
|
89 |
stripAnchorPatterns: [ '/', '.jpg', '.JPG', '.png', '.PNG', '.gif', '.GIF' ]
|
90 |
+
stripDom: [ 'blockquote.bbCodeBlock' ]
|
91 |
|
92 |
- step: &ooc_strip
|
93 |
type: RegexReplace
|
|
|
302 |
]
|
303 |
artifacts:
|
304 |
- file: 'out/bluemoon.json'
|
305 |
+
sha512: 6bc162974ea0d231b54e0dd344bba8e3d3757b928cab4dedf769666cd11ac02775383a21e6d162736a4b9e759c3588a98e7f4c2291e6fd25cc6abfb05b6153e6
|
306 |
|
307 |
passes: [ *clean ]
|
pack/edge_cases.csv
CHANGED
@@ -57,5 +57,4 @@
|
|
57 |
"\n*** The Walking Dead RP ***",
|
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 |
-
"\nClick to expand...",
|
61 |
"now what?))","Continue."
|
|
|
57 |
"\n*** The Walking Dead RP ***",
|
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."
|