akeyhero commited on
Commit
d70887a
1 Parent(s): db542cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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. Remove ruby (phonetic guides)
35
- 5. Convert specific characters, such as external characters and iteration marks, into standard Unicode characters
36
- 6. Convert inserted notes into regular parenthetical text
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