jacktol commited on
Commit
4ae1399
·
verified ·
1 Parent(s): f47de26

updated readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ The raw corpora were normalized and cleaned using custom Python scripts. Key ste
68
 
69
  - Segmenting long audio files into utterance-level clips using timestamps
70
  - Uppercasing all transcripts for uniformity
71
- - Converting digits to words (e.g., `350` → `THREE FIVE ZERO`)
72
  - Expanding letters to phonetic alphabet equivalents (e.g., `N` → `NOVEMBER`)
73
  - Removing non-English, unintelligible, or corrupted segments
74
  - Normalizing diacritics and fixing broken Unicode characters
 
68
 
69
  - Segmenting long audio files into utterance-level clips using timestamps
70
  - Uppercasing all transcripts for uniformity
71
+ - Converting digits to words (e.g., `3 5 0` → `THREE FIVE ZERO`)
72
  - Expanding letters to phonetic alphabet equivalents (e.g., `N` → `NOVEMBER`)
73
  - Removing non-English, unintelligible, or corrupted segments
74
  - Normalizing diacritics and fixing broken Unicode characters