updated readme
Browse files
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., `
|
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
|