Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -43,14 +43,14 @@ Each row represents a continuous speech segment with rich metadata:
|
|
43 |
|
44 |
| Column | Description |
|
45 |
|--------|-------------|
|
46 |
-
| `true_text` |
|
47 |
| `rec_text` | Whisper-based ASR output. |
|
48 |
| `speaker` | Speaker ID in the format `Name.DateOfBirth`. |
|
49 |
| `dur` | Duration of the segment in seconds. |
|
50 |
| `vert` | Name of the vertical file from ParCzech 4.0. |
|
51 |
| `n_numbers` | Number of numeric tokens in `true_text`. |
|
52 |
| `n_true_words` | Number of words in the segment. |
|
53 |
-
| `seg_edit_dist` |
|
54 |
| `align_edit_dist_max` | Maximum edit distance among aligned word pairs. |
|
55 |
| `true_char_avg_dur` | Average per-character duration, computed at the word level. |
|
56 |
| `start_token_id` | Starting token ID from the vertical format. |
|
|
|
43 |
|
44 |
| Column | Description |
|
45 |
|--------|-------------|
|
46 |
+
| `true_text` | Unnormalized official transcript. |
|
47 |
| `rec_text` | Whisper-based ASR output. |
|
48 |
| `speaker` | Speaker ID in the format `Name.DateOfBirth`. |
|
49 |
| `dur` | Duration of the segment in seconds. |
|
50 |
| `vert` | Name of the vertical file from ParCzech 4.0. |
|
51 |
| `n_numbers` | Number of numeric tokens in `true_text`. |
|
52 |
| `n_true_words` | Number of words in the segment. |
|
53 |
+
| `seg_edit_dist` | Levenshtein distance between `true_text` and `rec_text`. |
|
54 |
| `align_edit_dist_max` | Maximum edit distance among aligned word pairs. |
|
55 |
| `true_char_avg_dur` | Average per-character duration, computed at the word level. |
|
56 |
| `start_token_id` | Starting token ID from the vertical format. |
|