Forced-Alignment-and-Vowel-Extraction / fave-asr

Interface for automated transcription and time alignment of conversational interview data
https://forced-alignment-and-vowel-extraction.github.io/fave-asr/
GNU General Public License v3.0
3 stars 0 forks source link

[Testing] Create TextGrid to RTTM converter function #18

Open chrisbrickhouse opened 2 months ago

chrisbrickhouse commented 2 months ago

A lot of data is stored as TextGrids and researchers who want to use this to evaluate performance on their data sets need a way to convert their TextGrids to RTTM. Create a function that takes a text grid and outputs an RTTM. See #12 and #17