lemonilia commited on
Commit
8166423
·
1 Parent(s): 7f5adb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -12,7 +12,7 @@ language:
12
 
13
  A collection of about X million posts and Y thousands mostly _erotic_ roleplaying forum threads from Elliquiy, from October 2005 through early April 2023. Basic automated cleaning was performed, but the messages are still (by deliberate choice) mostly in HTML format, with the notable exception of converting linebreaks into `\n`.
14
 
15
- In addition to the messages, some metadata was provided for convenience, as well as alternative usernames that could be used instead of directly usernames (in the format of `User0`, `User1` ... `UserN`).
16
 
17
  Consider this a **work in progress**. I might update the dataset in the future as I improve the cleaning procedure.
18
 
@@ -57,4 +57,5 @@ Given the text formatting used by many users, complete and thorough conversion t
57
  ## NOT done
58
  - Replacing HTML escape characters
59
  - Changing fancy punctuation to ASCII punctuation
60
- - Removing usernames entirely
 
 
12
 
13
  A collection of about X million posts and Y thousands mostly _erotic_ roleplaying forum threads from Elliquiy, from October 2005 through early April 2023. Basic automated cleaning was performed, but the messages are still (by deliberate choice) mostly in HTML format, with the notable exception of converting linebreaks into `\n`.
14
 
15
+ In addition to the messages, some metadata was provided for convenience, as well as alternative usernames that could be used instead of directly usernames (in the format of `User0`, `User1` ... `UserN`). These are unique per-thread, but not globally.
16
 
17
  Consider this a **work in progress**. I might update the dataset in the future as I improve the cleaning procedure.
18
 
 
57
  ## NOT done
58
  - Replacing HTML escape characters
59
  - Changing fancy punctuation to ASCII punctuation
60
+ - Removing usernames entirely
61
+ - Removing them from the message bodies themselves might not be easy.