Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -31,9 +31,9 @@ The data in the `text` field was then cleaned in the following sequence:
|
|
31 |
1. Convert new lines to `\n`
|
32 |
2. Remove headers
|
33 |
3. Remove footnotes and add them to the `footnote` field
|
34 |
-
4.
|
35 |
-
5.
|
36 |
-
6. Convert
|
37 |
7. Remove any remaining markup
|
38 |
8. Remove leading and trailing new lines and horizontal rules
|
39 |
|
|
|
31 |
1. Convert new lines to `\n`
|
32 |
2. Remove headers
|
33 |
3. Remove footnotes and add them to the `footnote` field
|
34 |
+
4. Convert inserted notes into regular parenthetical text
|
35 |
+
5. Remove ruby (phonetic guides)
|
36 |
+
6. Convert specific characters, such as external characters and iteration marks, into standard Unicode characters
|
37 |
7. Remove any remaining markup
|
38 |
8. Remove leading and trailing new lines and horizontal rules
|
39 |
|