Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Audio Transcription

Transcription of audio files, including preprocessing of ground truth text, using Azure Cognitive Services Custom Speech Service

Preprocessing script preprocess.py - formats and standardizes human-labeled ground truth text to prepare it to be used in the Cognitive Services Custom Speech portal:

  • lowercases text
  • removes punctuation except apostrophes (')
  • truncates 4 or more repeating characters (e.g. "aaaa" -> "aaa")
  • truncates 4 or more repeating words (e.g. "yes yes yes yes" -> "yes yes yes")
  • spells out numbers (e.g. "16" -> "sixteen")
  • removes comments in brackets (e.g. "[laughs]")

About

Transcription of audio files, including preprocessing of ground truth text, using Azure Cognitive Services Custom Speech Service

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages