Example of annotation fix in JSON file - LET-Voice-Annotation/let-gecko GitHub Wiki
One of the early segments is:
Segment Time: 10.78 - 14.04 (3.26s)
This course is all about m aking a great impression in the workplace.
"start": 10.78, "end": 14.04, "terms": [{"start": 10.78, "end": 11.049999999999999, "text": "This", "type": "WORD"}, {"start": 11.05, "end": 11.34, "text": "course", "type": "WORD"}, {"start": 11.349999, "end": 11.509999, "text": "is", "type": "WORD"}, {"start": 11.53, "end": 11.809999999999999, "text": "all", "type": "WORD"}, {"start": 11.82, "end": 12.05, "text": "about", "type": "WORD"}, {"start": 12.059999, "end": 12.419998999999999, "text": "m", "type": "WORD"}, {"start": 12.42, "end": 12.47, "text": "aking a", "type": "WORD"}, {"start": 12.469999, "end": 12.739999, "text": "great", "type": "WORD"}, {"start": 12.75, "end": 13.2, "text": "impression", "type": "WORD"}, {"start": 13.2, "end": 13.309999999999999, "text": "in", "type": "WORD"}, {"start": 13.309999, "end": 13.339998999999999, "text": "the", "type": "WORD"}, {"start": 13.34, "end": 14.04, "text": "workplace.", "type": "WORD"}]},
There are two mistakes here. The “m” and “aking” need to be stuck together, and the “aking” and “a” need to be unstuck. {"start": 12.059999, "end": 12.419998999999999, "text": "m", "type": "WORD"}, {"start": 12.42, "end": 12.47, "text": "aking a", "type": "WORD"},