lemonilia commited on
Commit
a419d98
·
1 Parent(s): d368d95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -104,29 +104,30 @@ Name: 2350, dtype: object
104
  | timestamp | ISO UTC message timestamp
105
 
106
  # Cleaning procedure details
107
- ## At the element level
108
- - Converted post dates to ISO format
109
  - Simplified blockquotes
110
- - Removed attributes (class, style) from most tags
111
  - Cosmetic font sizes consolidated into three categories: `<small>`, normal, `<big>` (deprecated tag)
112
  - Font changes removed
113
  - Special CSS effects removed
114
- - Background-colored text into `<mark>`
115
  - Spoiler tags converted into `<details><summary>` blocks
116
  - However, inline spoilers don't work well with this—to be checked out at a later time
117
- - Removed left/right "floating text" `<div>`
118
  - Removed left/right/justify text-alignment `<div>`
119
- - Center alignment elements changed to `<center>` (deprecated tag)
120
- - Tried to reduce the amount of `<table>` elements inappropriately used for cosmetic purposes
 
 
121
  - More work needed
122
 
123
  ## At the text level
 
124
  - Removed non-standard unicode spaces
125
  - Changed generic spoiler text
126
  - Removed some leftover BB tags (most often the result of user error)
127
  - More work needed
128
  - Shortened some bare URLs
129
- - Tried to turn into `<a>` links some URLs, when possible (the data was scraped using a forum function that mangled links in some way)
130
  - Changed `elliquiy.com` URLs into `example.com`
131
  - Removed some site-internal URLs
132
  - Converted all smilies into emoji
@@ -136,7 +137,7 @@ Name: 2350, dtype: object
136
 
137
  ## NOT done
138
  - Replacing HTML escape characters
 
139
  - Balancing quote marks and other characters that are supposed to be paired
140
  - Changing fancy punctuation to ASCII punctuation
141
- - Removing usernames entirely
142
- - Removing them from the message bodies themselves might not be easy.
 
104
  | timestamp | ISO UTC message timestamp
105
 
106
  # Cleaning procedure details
107
+ ## At the HTML element level
 
108
  - Simplified blockquotes
109
+ - Removed all attributes from most tags
110
  - Cosmetic font sizes consolidated into three categories: `<small>`, normal, `<big>` (deprecated tag)
111
  - Font changes removed
112
  - Special CSS effects removed
113
+ - Background-colored text changed into `<mark>`
114
  - Spoiler tags converted into `<details><summary>` blocks
115
  - However, inline spoilers don't work well with this—to be checked out at a later time
116
+ - Removed left/right "floating" `<div>`
117
  - Removed left/right/justify text-alignment `<div>`
118
+ - Center alignment `<div>` changed to `<center>` (deprecated tag)
119
+ - Recomposed URLs and their associated text into `<a>` elements, when possible
120
+ - The data was originally scraped using a forum function that decomposed `<a>` links into text+URL
121
+ - Tried to reduce the amount of `<table>` inappropriately used for presentation purposes
122
  - More work needed
123
 
124
  ## At the text level
125
+ - Converted post dates to ISO format
126
  - Removed non-standard unicode spaces
127
  - Changed generic spoiler text
128
  - Removed some leftover BB tags (most often the result of user error)
129
  - More work needed
130
  - Shortened some bare URLs
 
131
  - Changed `elliquiy.com` URLs into `example.com`
132
  - Removed some site-internal URLs
133
  - Converted all smilies into emoji
 
137
 
138
  ## NOT done
139
  - Replacing HTML escape characters
140
+ - Turning image URLs into `<img>`
141
  - Balancing quote marks and other characters that are supposed to be paired
142
  - Changing fancy punctuation to ASCII punctuation
143
+ - Removing usernames entirely from the dataset