chuyue commited on
Commit
b126208
·
verified ·
1 Parent(s): a562675

Align replacement field wording

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -73,7 +73,7 @@ Each Common Crawl dump is processed independently:
73
  2. **Main-text extraction:** extract plain text with trafilatura while excluding comments and navigation noise.
74
  3. **Language filtering:** retain high-confidence English documents using fastText language identification.
75
  4. **Heuristic filtering:** apply 32 DataTrove/FineWeb rules covering repetition, document quality, boilerplate, and line structure.
76
- 5. **Replacement of detected fields:** replace detected emails, IP addresses, phone numbers, identity-card numbers, and credit-card numbers with valid placeholders.
77
  6. **MinHash deduplication:** identify near duplicates within each Common Crawl dump.
78
  7. **Duplicate removal:** remove duplicate followers using the generated blacklist.
79
  8. **Text sanitation:** repair residual HTML entities and mojibake, remove invisible characters, and reject corrupted or abnormally sized documents.
@@ -130,7 +130,7 @@ Common keys in `meta` include:
130
  - `language`, `language_score`
131
  - `warc_record_id`, `warc_date`
132
  - `source_file`
133
- - Replacement counters for emails, IPs, phones, identity cards, and credit cards
134
 
135
  ## 🚀 Quick Start
136
 
 
73
  2. **Main-text extraction:** extract plain text with trafilatura while excluding comments and navigation noise.
74
  3. **Language filtering:** retain high-confidence English documents using fastText language identification.
75
  4. **Heuristic filtering:** apply 32 DataTrove/FineWeb rules covering repetition, document quality, boilerplate, and line structure.
76
+ 5. **Replacement of detected fields:** replace detected email addresses, IP addresses, phone numbers, identity-card numbers, and credit-card numbers with valid placeholders.
77
  6. **MinHash deduplication:** identify near duplicates within each Common Crawl dump.
78
  7. **Duplicate removal:** remove duplicate followers using the generated blacklist.
79
  8. **Text sanitation:** repair residual HTML entities and mojibake, remove invisible characters, and reject corrupted or abnormally sized documents.
 
130
  - `language`, `language_score`
131
  - `warc_record_id`, `warc_date`
132
  - `source_file`
133
+ - Counts of replacements for email addresses, IP addresses, phone numbers, identity-card numbers, and credit-card numbers
134
 
135
  ## 🚀 Quick Start
136