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

[formatter] Implement conversion to TextGrid (#4) #8

Closed chrisbrickhouse closed 6 months ago

chrisbrickhouse commented 7 months ago

Introduce a class which houses functions to convert the json output of the transcriber and diarizer into formats that can be input into various alignment software. This commitn introduces a conversion to TextGrids for use with MFA though other formats may be introduced later.

chrisbrickhouse commented 7 months ago

Checks are expected to fail because of #5 so not bothering to run them rn

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.13%. Comparing base (0f89a62) to head (fc231ce). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## =========================================== + Coverage 62.92% 83.13% +20.21% =========================================== Files 2 4 +2 Lines 89 166 +77 =========================================== + Hits 56 138 +82 + Misses 33 28 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.