CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
3 stars 1 forks source link

Handle if the Chirp transcription may deal with mixed languages #16

Closed MrCsabaToth closed 4 weeks ago

MrCsabaToth commented 1 month ago

Currently we just merge https://github.com/CsabaConsulting/InspectorGadgetApp/blob/ef977d8b1c1860a5379327e47b468144782c23b6/lib/interaction/view/transcription_list.dart#L27

MrCsabaToth commented 1 month ago

For now we'll just take the mode (modus) of all the locales of transcription parts if there are multiple. Mode = most frequent.

MrCsabaToth commented 4 weeks ago

For now I won't complicate the code with mixed languages